cyl/dev
zsk 1 year ago
parent 234a0d5ae2
commit 99d5f2b405

@ -409,7 +409,7 @@
<icon class="iconfont icon-kefu7 lh1 f16" style="font-size:18px;color:#787878;"></icon>
<view class="btext" style="margin-top:4px;">客服</view>
</view>-->
<view class="flex-3" wx:if="{{isSharePage}}" hover-class="none" hover-stop-propagation="false">
<view class="flex-3 pl12" wx:if="{{isSharePage}}" hover-class="none" hover-stop-propagation="false">
<button type class="detailBtn1" bindtap="goIndex">返回首页</button>
</view>
<block wx:if="{{isAgency}}">
@ -517,7 +517,7 @@
{{item.aliasName + ' ' + item.tel}}
</view>
<view class="bgf5" style="height:8px" hover-class="none" hover-stop-propagation="false"></view>
<view class="tac" style="hieght:68px;padding-bottom:28px;padding-top:12px" bindtap="hideKefu">取消</view>
<view class="tac" style="height:68px;padding-bottom:28px;padding-top:12px" bindtap="hideKefu">取消</view>
</bottom-drawer>
<!-- </view> -->
<!-- <view class="drawerBox">

@ -195,14 +195,14 @@ button.detailBtn {
}
.detailBtn1 {
width: 93% !important;
padding: 7px 0;
padding: 6px 0;
font-size: 16px;
font-weight: bold !important;
color: var(--color-ysd);
line-height: 26px;
margin: 0;
margin-top: 8px;
margin-right: 16px !important;
/* margin-right: 16px !important; */
background: #fff;
border: 1px solid var(--color-ysd);
border-radius: 21px;

Loading…
Cancel
Save