more.wxss
463 字节
/* 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;
}
.star_box {
width: auto;
height: auto;
margin-top: 16rpx;
}
.star_box image {
width: 28rpx;
height: 26rpx;
padding-left: 5rpx;
padding-right: 5rpx;
}
.star_box image:first-child{
padding-left: 0;
}
.star_box image:last-child{
padding-right: 0;
}