user_rules.acss 387 B

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