浏览代码

支付宝售后页面样式

yxb
DESKTOP-2IO5MST\huting 1年前
父节点
当前提交
ceb27bdef9
共有 1 个文件被更改,包括 19 次插入8 次删除
  1. 19
    8
      pages/service/service.vue

+ 19
- 8
pages/service/service.vue 查看文件

@@ -246,14 +246,7 @@
flex-wrap: wrap;
}
.right .item-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 30rpx;
margin-bottom: 39rpx;
}
// #ifdef MP-ALIPAY
@@ -266,6 +259,15 @@
border-radius: 20rpx;
}
.right .item-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 26rpx;
margin-bottom: 39rpx;
}
// #endif
// #ifdef MP-WEIXIN
.item {
@@ -277,6 +279,15 @@
border-radius: 20rpx;
}
.right .item-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 30rpx;
margin-bottom: 39rpx;
}
// #endif
.item image {
width: 64rpx;

正在加载...
取消
保存