aboutInfo.wxss 474 B

1234567891011121314151617181920212223242526272829303132
  1. .aboutInfo {
  2. background-color: #fffaf3;
  3. }
  4. .content {
  5. display: flex;
  6. flex-direction: column;
  7. padding: 30rpx;
  8. overflow: auto;
  9. }
  10. .aboutInfo .content .time {
  11. text-align: center;
  12. }
  13. .aboutInfo .content text {
  14. text-align: justify;
  15. }
  16. .aboutInfo .content .time,
  17. .aboutInfo .content text {
  18. line-height: 44rpx;
  19. font-size: 30rpx;
  20. margin: 0 0 30rpx;
  21. font-weight: 400;
  22. color: #000;
  23. }
  24. .aboutInfo .content .fontWeight {
  25. font-weight: 700;
  26. font-size: 36rpx;
  27. }