artDetail.wxss 696 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #fff;
  13. min-height: 100%;
  14. height: auto;
  15. }
  16. .center {
  17. min-height: 100%;
  18. height: auto;
  19. background: #ffffff;
  20. padding: 30rpx 24rpx 0;
  21. }
  22. .title {
  23. font-size: 32rpx;
  24. font-family: PingFang SC;
  25. font-weight: bold;
  26. color: #333333;
  27. }
  28. .time {
  29. font-size: 24rpx;
  30. font-family: PingFangSC;
  31. font-weight: 500;
  32. color: #999999;
  33. margin-top: 40rpx;
  34. }
  35. .main {
  36. margin-top: 60rpx;
  37. }
  38. .main .rich-img {
  39. width: 100% !important;
  40. height: auto;
  41. }