Commit cbdd3c21 authored by zhengke's avatar zhengke

修改

parent 47f11f15
<template> <template>
<view class="guidecarOrderdetails" :style="{'height':contentHeight}" > <view class="guidecarOrderdetails">
<view class="u-skeleton" v-if="isExsitGoods"> <view class="u-skeleton" v-if="isExsitGoods">
<view style="width: 100%;background: #FFFFFF"> <view style="width: 100%;background: #FFFFFF">
<view class="g_top"> <view class="g_top">
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</view> </view>
</view> </view>
</view> </view>
<view :style="{'width':(windowWidth-20)+'px',height:'1px',background:'#f1f1f1','margin-left':'10px'}"></view> <view :style="{'width':(windowWidth-20)+'px',height:'1px','margin-left':'10px'}"></view>
<view class="sku-box" style="justify-content: space-between;" @click="goguide(1)"> <view class="sku-box" style="justify-content: space-between;" @click="goguide(1)">
<view class="row"> <view class="row">
<span class='skub_text'>导游信息</span> <span class='skub_text'>导游信息</span>
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</view> </view>
</view> </view>
</view> </view>
<view :style="{'width':(windowWidth-20)+'px',height:'1px',background:'#f1f1f1','margin-left':'10px'}"></view> <view :style="{'width':(windowWidth-20)+'px',height:'1px','margin-left':'10px'}"></view>
<view class="sku-box" style="justify-content: space-between;"> <view class="sku-box" style="justify-content: space-between;">
<view class="row"> <view class="row">
<span class='skub_text'>是否拼坐</span> <span class='skub_text'>是否拼坐</span>
...@@ -163,7 +163,6 @@ ...@@ -163,7 +163,6 @@
{{g.is_spell==1?'是':'否'}} {{g.is_spell==1?'是':'否'}}
</view> </view>
</view> </view>
</view> </view>
<view class="sku-box u-skeleton-rect" style="margin-top: 10px;" v-if="comments.length == 0 && setting.is_comment == 1"> <view class="sku-box u-skeleton-rect" style="margin-top: 10px;" v-if="comments.length == 0 && setting.is_comment == 1">
<view class="label">暂无评论信息</view> <view class="label">暂无评论信息</view>
...@@ -676,7 +675,7 @@ ...@@ -676,7 +675,7 @@
.guidecarOrderdetails{ .guidecarOrderdetails{
height: 100%; height: 100%;
background: #f5f5f5; background: #f5f5f5;
padding-bottom: 55px; padding-bottom: 60px;
} }
.guidecarOrderdetails .g-info { .guidecarOrderdetails .g-info {
background: #fff; background: #fff;
...@@ -939,7 +938,7 @@ ...@@ -939,7 +938,7 @@
} }
.guidecarOrderdetails .comment .chead { .guidecarOrderdetails .comment .chead {
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1; border-bottom: 1px solid rgba(0, 0, 0, 0.03);
width: 100%; width: 100%;
} }
</style> </style>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</view> </view>
</view> </view>
<view class="g_Second" style="position: relative;background: #fff;width: 100%;"> <view class="g_Second" style="position: relative;background: #fff;width: 100%;">
<view style=" border-bottom: 1px solid #E2E2E2;"> <view style=" border-bottom: 1px solid rgba(0, 0, 0, 0.03);">
<u-tabs :list="list" :is-scroll="false" :current="current" @change="change" bar-height='4' active-color="#FF8585"></u-tabs> <u-tabs :list="list" :is-scroll="false" :current="current" @change="change" bar-height='4' active-color="#FF8585"></u-tabs>
</view> </view>
<view v-if="screenshow==true" class="tanchu" > <view v-if="screenshow==true" class="tanchu" >
...@@ -528,7 +528,7 @@ getGuideCarBrandList(){ ...@@ -528,7 +528,7 @@ getGuideCarBrandList(){
width: 100%; width: 100%;
height: 1px; height: 1px;
margin-top: 10px; margin-top: 10px;
background: #E2E2E2; border-bottom:1px solid rgba(0, 0, 0, 0.03);
} }
.guidecarList .Mask{ .guidecarList .Mask{
width: 100%;height: 100%;background: #000000;opacity: 0.3;position: absolute;left: 0;top: 130px;z-index: 999; width: 100%;height: 100%;background: #000000;opacity: 0.3;position: absolute;left: 0;top: 130px;z-index: 999;
......
...@@ -656,7 +656,7 @@ ...@@ -656,7 +656,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 15px 0; padding: 15px 0;
border-bottom: 1px solid #E2E2E2; border-bottom: 1px solid rgba(0, 0, 0, 0.03);
} }
.guidecar .c_row_t{ .guidecar .c_row_t{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment