View.wxss 603 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .contentBox {
  2. height: calc(100% - 30rpx);
  3. padding: 0 20rpx 30rpx;
  4. overflow-y: auto;
  5. }
  6. .headerBox {
  7. border-bottom: 1px #d2d2d2 solid;
  8. padding: 40rpx 0 20rpx;
  9. }
  10. .title {
  11. font-size: 36rpx;
  12. font-weight: bold;
  13. margin-bottom: 20rpx;
  14. text-align: center;
  15. }
  16. .time {
  17. font-size: 30rpx;
  18. color: #666666;
  19. text-align: right;
  20. }
  21. .timecenter {
  22. font-size: 30rpx;
  23. color: #666666;
  24. text-align: center;
  25. }
  26. .article {
  27. font-size: 28rpx;
  28. background-color: #FFFFFF;
  29. color: #777;
  30. padding: 30rpx 0;
  31. line-height: 2.5;
  32. }
  33. .bottomBox {
  34. padding-bottom: 20rpx;
  35. }
  36. .author {
  37. text-align: right;
  38. }