Переглянути джерело

支付宝售后页面样式

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;

Завантаження…
Відмінити
Зберегти