feat: 增加-个人小程序客服
This commit is contained in:
23
dist/pages/my/index.wxss
vendored
23
dist/pages/my/index.wxss
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user