rich-text.wxss 356 B

1234567891011121314151617181920212223242526
  1. rich-text {
  2. width: 700rpx;
  3. padding: 25rpx 0;
  4. }
  5. .rich-text-wrp {
  6. padding: 0 25rpx;
  7. background-color: #fff;
  8. }
  9. .page-section{
  10. width: 100%;
  11. margin-bottom: 60rpx;
  12. }
  13. .page-section:last-child{
  14. margin-bottom: 0;
  15. }
  16. .page-section-title{
  17. font-size: 28rpx;
  18. color: #999999;
  19. margin-bottom: 10rpx;
  20. padding-left: 30rpx;
  21. padding-right: 30rpx;
  22. }