feat: 增加-个人小程序客服

This commit is contained in:
huxiaoshuang
2022-11-25 11:18:27 +08:00
parent bd9b87f6da
commit 874e128b49
6 changed files with 74 additions and 53 deletions

View File

@@ -32,3 +32,26 @@
.cellArr {
margin-top: 20rpx;
}
.wechat {
padding-left: 35rpx;
padding-right: 35rpx;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.wechat .wecahtBtn {
width: 100%;
}
.wechat .wecahtBtn .van-button__text {
position: relative;
left: -245rpx;
}