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