/* required by usingComponents */ /* pages/charge_rule/charge_rule.wxss */ page{ background: #ffffff; } .box { /* width: 100%; */ display: flex; flex-direction: column; /* align-items: center; */ padding: 0 50rpx; } .tip { font-size: 30rpx; text-align: center; color: #A3A3A3; margin: 50rpx 0; } .rules-title { font-size: 34rpx; font-weight: 600; display: flex; margin: 30rpx 0; } .rules-title .left { flex: 1; } .rules-title .right { flex: 1; text-align: right; } .rules-text { font-size: 28rpx; color: #A3A3A3; line-height: 40rpx; margin-bottom: 30rpx; } .row{ padding: 5rpx 0; } .row .rl{ width: 70%; display: inline-block; color: #555; } .row .rr{ width: 30%; text-align: right; display: inline-block; color: #555; }