/* pages/cloud_currency_center/rule/rule.wxss */ .container{ width: 100%; height: auto; padding: 0 30rpx 30rpx; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; } .container .clause{ display: flex; flex-direction: column; flex-wrap: wrap; font-size: 28rx; padding-top: 28rpx; } .container .clause text{ line-height: 55rpx; margin-bottom: 20rpx; } .container .clause .title{ color: #333333; font-size: 32rpx; line-height: 44rpx; text-align: center; }