index.rpx.css 368 B

123456789101112131415161718192021
  1. .scroll-y{
  2. height: 100%;
  3. overflow: hidden;
  4. }
  5. .content-box {
  6. height: 100%;
  7. width: 100%;
  8. text-indent:2rem;
  9. padding: 20rpx 30rpx 20rpx 30rpx;
  10. }
  11. .text_5 {
  12. width: 686rpx;
  13. height: 100%;
  14. overflow-wrap: break-word;
  15. color: rgba(51, 51, 51, 1);
  16. font-size: 28rpx;
  17. font-weight: NaN;
  18. text-align: left;
  19. line-height: 44rpx;
  20. }