Commit 3e1dc6a1 authored by Mac's avatar Mac

1

parent 9d445368
......@@ -244,8 +244,8 @@
</view>
</view>
</view>
<view class="actionsheet" :style="{ 'padding-bottom': bian ? '28px' : '0px' }">
<view class="actionsheet-item" style="height: 100%;">
<view class="actionsheet" :style="{ 'height': bian ? '78px' : '50px' }">
<view class="actionsheet-item" style="height: 50px;">
<view style="width: 22px; margin: auto;margin-left: 15px;"><u-icon name="service-o" size="44" color="#4578FF"></u-icon></view>
<text style="color: #727272;font-size: 12px;margin-left: 3px;">客服</text>
<button style='position: absolute;left: 10px;top:0;opacity: 0;width: 50px;' open-type="contact" :send-message-title="g.name" :send-message-path="path" :send-message-img="g.pic_url[0].pic_url" :show-message-card="true">0</button>
......@@ -261,7 +261,7 @@
<text style='font-size: 12px;margin-left: 5px;' v-if="g.car_type==5">({{g.price}}*{{RideNum}})</text>
</view>
<view class='btnstyle' @click="goUrl()">
预订
<span style='margin-top: 14px;'>预订</span>
</view>
</view>
<u-skeleton v-if="loading" :loading="true" :animation="true" bgcolor="#FFF"></u-skeleton>
......@@ -848,7 +848,7 @@
right: 0;
z-index: 3;
height: 50px;
align-items: center;
/* align-items: center; */
justify-content: space-between;
}
.guidecarOrderdetails .actionsheet-item{
......@@ -862,7 +862,7 @@
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
/* align-items: center; */
justify-content: center;
font-size: 16px;
color: #FFF;
......
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