/* packageG/mycomponent/bonusPoolsShow/bonusPoolsShow.wxss */ .bonusPoolShow { margin: 18.88rpx; display: flex; padding: 40rpx 0; border-radius: 9.92rpx; justify-content: space-around; } .bonusPoolShow .txt { font-size: 22.08rpx; color: #2b2b2b; } .bonusPoolShow .price { font-size: 25.92rpx; color: #f91515; } .bonusPoolShow .price .smallp { font-size: 20.16rpx; } .bonusPoolShow .poollist { display: flex; flex-direction: column; align-items: center; justify-content: space-between; }