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