소스 검색

支付宝售后页面样式

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;

Loading…
취소
저장