修改个人主页ui
parent
5dc1b6aa77
commit
a511a61fa8
|
|
@ -27,22 +27,22 @@
|
|||
|
||||
<view class="content-section">
|
||||
<view class="mine-actions grid col-4 text-center">
|
||||
<view class="action-item" @click="handleJiaoLiuQun">
|
||||
<button class="action-item contact-btn" @click="handleJiaoLiuQun">
|
||||
<view class="iconfont icon-friendfill text-pink icon"></view>
|
||||
<text class="text">交流群</text>
|
||||
</view>
|
||||
</button>
|
||||
<button class="action-item contact-btn" open-type="contact">
|
||||
<view class="iconfont icon-service text-blue icon"></view>
|
||||
<text class="text">在线客服</text>
|
||||
</button>
|
||||
<view class="action-item" @click="handleBuilding">
|
||||
<button class="action-item contact-btn" @click="handleBuilding">
|
||||
<view class="iconfont icon-community text-mauve icon"></view>
|
||||
<text class="text">反馈社区</text>
|
||||
</view>
|
||||
<view class="action-item" @click="handleBuilding">
|
||||
</button>
|
||||
<button class="action-item contact-btn" @click="handleBuilding">
|
||||
<view class="iconfont icon-dianzan text-green icon"></view>
|
||||
<text class="text">点赞我们</text>
|
||||
</view>
|
||||
</button>
|
||||
</view>
|
||||
|
||||
<view class="menu-list">
|
||||
|
|
@ -216,13 +216,11 @@
|
|||
.text {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
margin: 8px 0px;
|
||||
}
|
||||
}
|
||||
.contact-btn {
|
||||
background: transparent;
|
||||
line-height: 40rpx;
|
||||
margin-top: 10rpx;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue