more.wxss 197 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 /* pages/more/more.wxss */ @import '../index/index.wxss'; .volunteerbox { justify-content:space-between; flex-wrap: wrap; margin: 0 50rpx; } .volunteercell{ width:33.333%; padding:30rpx 0rpx; }