类型:开发
描述:
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
// color:#E21B1B;
|
||||
}
|
||||
.type3{
|
||||
color: #02F9FA;
|
||||
color: #F75000;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
<div class="child-box">
|
||||
<p class="item__label">{{ item.licenseNumber }}</p>
|
||||
<span v-if="item.type == 0" class="label_img">
|
||||
车
|
||||
观光车
|
||||
</span>
|
||||
<span v-if="item.type == 2" class="label_img">
|
||||
<span v-if="item.type == 2" class="label_img label_img_0">
|
||||
直通车
|
||||
</span>
|
||||
<span class="label_img label_img_2" v-if="item.type == 1" >
|
||||
@@ -432,6 +432,9 @@ let tabsIndex = ref(0)
|
||||
width:vw(90);
|
||||
text-align:center;
|
||||
|
||||
}
|
||||
.label_img_0{
|
||||
background: #FF9D6F;
|
||||
}
|
||||
.label_img_2{
|
||||
background: rgba(2, 249, 250, 0.5);
|
||||
|
||||
@@ -48,9 +48,9 @@
|
||||
</div>
|
||||
<div class="new-item">
|
||||
<span v-if="item.type == 0" class="label_img">
|
||||
车
|
||||
观光车
|
||||
</span>
|
||||
<span v-if="item.type == 2" class="label_img">
|
||||
<span v-if="item.type == 2" class="label_img label_img_0">
|
||||
直通车
|
||||
</span>
|
||||
<span class="label_img label_img_2" v-if="item.type == 1" >
|
||||
@@ -111,7 +111,7 @@ import PubSub from 'pubsub-js'
|
||||
let tabsList = ref([
|
||||
{id:0,text:'所有',scenicSpotId:''},
|
||||
{id:1,text:'白帝城·瞿塘峡',scenicSpotId:'root000000'},
|
||||
{id:2,text:'三峡之巅',scenicSpotId:'三峡之巅'},
|
||||
{id:2,text:'三峡之巅',scenicSpotId:'root00000000'},
|
||||
{id:3,text:'直通车',scenicSpotId:'奉节县'}
|
||||
])
|
||||
let tabsListIndex = ref(0)
|
||||
@@ -471,6 +471,9 @@ import PubSub from 'pubsub-js'
|
||||
width:vw(90);
|
||||
text-align:center;
|
||||
}
|
||||
.label_img_0{
|
||||
background: #FF9D6F;
|
||||
}
|
||||
.label_img_2{
|
||||
background: rgba(2, 249, 250, 0.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user