rules.wxss 214 B

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