flex-wrap: wrap; | 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 | // #ifdef MP-ALIPAY | ||||
border-radius: 20rpx; | border-radius: 20rpx; | ||||
} | } | ||||
.right .item-box { | |||||
display: flex; | |||||
flex-direction: column; | |||||
justify-content: center; | |||||
align-items: center; | |||||
margin-right: 26rpx; | |||||
margin-bottom: 39rpx; | |||||
} | |||||
// #endif | // #endif | ||||
// #ifdef MP-WEIXIN | // #ifdef MP-WEIXIN | ||||
.item { | .item { | ||||
border-radius: 20rpx; | border-radius: 20rpx; | ||||
} | } | ||||
.right .item-box { | |||||
display: flex; | |||||
flex-direction: column; | |||||
justify-content: center; | |||||
align-items: center; | |||||
margin-right: 30rpx; | |||||
margin-bottom: 39rpx; | |||||
} | |||||
// #endif | // #endif | ||||
.item image { | .item image { | ||||
width: 64rpx; | width: 64rpx; |