This commit is contained in:
parent
8636ea12a2
commit
5747d9c7da
|
@ -198,7 +198,7 @@
|
|||
<view class="wode-title" style="margin-bottom: 26rpx;">
|
||||
常用功能
|
||||
</view>
|
||||
<view class="flex margin-top" style="width: 100%;flex-wrap: wrap;justify-content: end;">
|
||||
<view class="flex margin-top pages-main" >
|
||||
|
||||
<!-- <view class="box">
|
||||
<image src="../../static/images/my/yjian.png"></image>
|
||||
|
@ -323,10 +323,9 @@
|
|||
</view> -->
|
||||
<view class="kefu" @click="goMsg">
|
||||
<image src="../../static/kefu.png" mode=""></image>
|
||||
<span>联系客服</span>
|
||||
<!--<span>联系客服</span>-->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -853,7 +852,6 @@
|
|||
bottom: 0;
|
||||
margin-bottom: 20%;
|
||||
margin-right: 20px;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.logon{
|
||||
|
@ -1066,4 +1064,10 @@
|
|||
border-radius: 20rpx 20rpx 0 0;
|
||||
padding: 16rpx 20rpx;
|
||||
}
|
||||
.pages-main{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
</style>
|
BIN
static/kefu.png
BIN
static/kefu.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue