1111
This commit is contained in:
parent
256503857b
commit
0e9270e6b9
@ -133,9 +133,11 @@
|
||||
<image src="@/static/mine/caise/shouce.png" mode="aspectFit"></image>
|
||||
<view>新人手册</view>
|
||||
</view>
|
||||
<view class="menu-item" @click="toggle('center',customer_service)">
|
||||
<!-- <view class="menu-item" @click="toggle('center',customer_service)">-->
|
||||
<view class="menu-item" style="position: relative;">
|
||||
<!-- <image src="@/static/mine/kefu.png" mode="aspectFit"></image> -->
|
||||
<image src="@/static/mine/caise/kefu.png" mode="aspectFit"></image>
|
||||
<button class="share-button" open-type="contact" ></button>
|
||||
<view>联系客服</view>
|
||||
</view>
|
||||
<view class="menu-item" @click="toggle('center',wechat_img)">
|
||||
@ -679,11 +681,27 @@
|
||||
font-size: 24rpx;
|
||||
margin: 10rpx;
|
||||
|
||||
|
||||
image {
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
margin-bottom: 10rpx;
|
||||
|
||||
}
|
||||
|
||||
.share-button {
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
border-style: none !important;
|
||||
position: absolute;
|
||||
background-color: transparent;
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
z-index: 99;
|
||||
}
|
||||
.share-button::after {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user