This commit is contained in:
parent
ec86f7acda
commit
710f6e0453
|
|
@ -148,9 +148,13 @@
|
|||
<tanchuang :show="open==3" font="是否结束服务指令?" @back="open = 0" @right="ends()"> </tanchuang>
|
||||
<image class="big-img" v-if="topbuttontarget==0" :style="!indexmessage?.previewFile?'width: 450rpx':''"
|
||||
:src="indexmessage?.previewFile? 'https://www.focusnu.com/media/upFiles/' + indexmessage?.previewFile: `/static/index/newindex/wendu/2.png`" mode="aspectFill"/>
|
||||
<view style="display: flex;align-items: center;">
|
||||
<view style="display: flex;align-items: center; ">
|
||||
<view class="server-name" v-if="indexmessage?.startTime">
|
||||
{{ indexmessage?.directiveName }}
|
||||
{{ indexmessage?.directiveName }}
|
||||
</view>
|
||||
<view style="width: 6.5vw;height: 2vw;margin-left: 1vw;position: relative;">
|
||||
<image src="/static/index/newindex/wendu/bgc.png" mode="aspectFill" style="width: 100%;height: 100%;position: relative;z-index: 0;margin-top: 0.9vw;"></image>
|
||||
<view class="bgc-font" style="top: 0;left: 0;padding-left:0.45vw;width: 100%;height: 100%;z-index: 2;position: absolute;line-height:3.7vw;font-size: 1.1vw;">{{indexmessage.categoryName}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="display: flex;margin-top: 40rpx;" v-if="indexmessage?.startTime">
|
||||
|
|
@ -723,6 +727,7 @@
|
|||
}
|
||||
const clickLeftMenu = (index : any, item : object) => {
|
||||
queryOrderInfoList({ mainId: item.id }).then(res => {
|
||||
console.log(res)
|
||||
if(res.result.length>0){
|
||||
indexmessage.value = res.result[0]
|
||||
}else{
|
||||
|
|
@ -1720,12 +1725,6 @@
|
|||
left: 0%;
|
||||
width: 120%;
|
||||
height: 120rpx;
|
||||
background: linear-gradient(to bottom,
|
||||
rgba(239, 240, 244, 1) 0%,
|
||||
/* #eff0f4 全不透明 */
|
||||
rgba(239, 240, 244, 0) 100%
|
||||
/* #eff0f4 完全透明 */
|
||||
);
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
|
|
@ -1735,12 +1734,6 @@
|
|||
left: 0%;
|
||||
width: 120%;
|
||||
height: 120rpx;
|
||||
background: linear-gradient(to top,
|
||||
rgba(239, 240, 244, 1) 0%,
|
||||
/* #eff0f4 全不透明 */
|
||||
rgba(239, 240, 244, 0) 100%
|
||||
/* #eff0f4 完全透明 */
|
||||
);
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
}
|
||||
}
|
||||
.cont{
|
||||
width: 38vw;
|
||||
width: 37.5vw;
|
||||
height: 14.6vw;
|
||||
background: #F9F9FA;
|
||||
border-radius: 1.6vw;
|
||||
|
|
@ -249,39 +249,41 @@
|
|||
position: relative;
|
||||
|
||||
.leftbox {
|
||||
width: 13vw;
|
||||
width: 14vw;
|
||||
height: 12vw;
|
||||
border-right: 2px solid #E5E5E5;
|
||||
border-right: 2px solid #f2f2f2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 1.3vw;
|
||||
padding-left: 0.5vw;
|
||||
.carditem {
|
||||
width: 100%;
|
||||
margin-top: 0.3vw;
|
||||
width: 80%;
|
||||
margin : 0.3vw auto 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
// justify-content: space-around;
|
||||
|
||||
view {
|
||||
width: 6vw;
|
||||
max-width: 6vw;
|
||||
height: 2vw;
|
||||
border-radius: 1vw;
|
||||
border: 1px solid #D2D2D2;
|
||||
font-weight: 400;
|
||||
font-size: 0.9vw;
|
||||
color: #555555;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 0.6vw;
|
||||
padding: 0 0.4vw;
|
||||
margin: 0.5vw 0 0 0.25vw;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
line-height: 2.1vw;
|
||||
|
||||
}
|
||||
}
|
||||
.bgimg{
|
||||
|
|
|
|||
|
|
@ -961,16 +961,17 @@
|
|||
}
|
||||
|
||||
.left-tages {
|
||||
width: 130rpx;
|
||||
min-width: 130rpx;
|
||||
height: 38rpx;
|
||||
border-radius: 19rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #555555;
|
||||
border: 1rpx solid #D2D2D2;
|
||||
margin-bottom:0.2vw;
|
||||
font-size: 19rpx;
|
||||
text-align: center;
|
||||
line-height: 40rpx;
|
||||
white-space: nowrap;
|
||||
padding: 0 0.4vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -431,7 +431,7 @@
|
|||
.itembox {
|
||||
width: 100%;
|
||||
height: calc(100vh - 22vw);
|
||||
padding: 1vw 0.5vw 1vw;
|
||||
padding: 1vw 0.5vw 0vw;
|
||||
|
||||
background: #fff;
|
||||
|
||||
|
|
|
|||
|
|
@ -765,6 +765,7 @@
|
|||
height: calc(100vh - 8vw);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-right: 0.6vw;
|
||||
margin-top: 1vw;
|
||||
|
||||
.rightscr {
|
||||
|
|
|
|||
Loading…
Reference in New Issue