rules.wxss 174 B

123456789101112
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. margin: 22rpx 32rpx;
  8. font-weight: 400;
  9. font-size: 28rpx;
  10. color: #000000;
  11. line-height: 48rpx;
  12. }