detail.wxss 625 B

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