user_rules.acss 361 B

123456789101112131415161718192021
  1. /* required by usingComponents */
  2. /* pages/user_rules/user_rules.wxss */
  3. .use_rule{
  4. padding:0 30rpx;
  5. }
  6. .rule-title{
  7. font-size: 34rpx;
  8. font-weight: bold;
  9. height: 100rpx;
  10. margin-top: 30rpx;
  11. line-height: 100rpx;
  12. }
  13. .title{
  14. font-size: 32rpx;
  15. font-weight: 500;
  16. margin: 30rpx 0;
  17. }
  18. .text{
  19. font-size: 28rpx;
  20. color: #636363;
  21. }