help.wxss 247 B

1234567891011121314
  1. page ,.container{
  2. width: 750rpx;
  3. height: 100%;
  4. overflow-x: hidden;
  5. overflow-y: auto;
  6. background: #f4f4f4;
  7. position: relative;
  8. }
  9. .help-head{
  10. background-color: #fff;
  11. padding: 30rpx;
  12. font-size: 35rpx;
  13. color: #009944;
  14. }