details.scss 902 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .msg-mian {
  2. width: 750rpx;
  3. padding: 30rpx;
  4. box-sizing: border-box;
  5. background-color: #ffffff;
  6. .title {
  7. font-size: 30rpx;
  8. font-family: PingFang SC-Bold, PingFang SC;
  9. font-weight: bold;
  10. color: #333333;
  11. }
  12. .time {
  13. width: 100%;
  14. margin-top: 20rpx;
  15. font-size: 20rpx;
  16. font-family: PingFang SC-Regular, PingFang SC;
  17. color: #999999;
  18. padding-bottom: 30rpx;
  19. border-bottom: 1rpx dashed #CCCCCC;
  20. }
  21. .content {
  22. margin-top: 30rpx;
  23. font-size: 28rpx;
  24. font-family: PingFang SC-Regular, PingFang SC;
  25. color: #666666;
  26. }
  27. .nav {
  28. margin-top: 20rpx;
  29. font-size: 28rpx;
  30. color: #666666;
  31. .text {
  32. font-size: 28rpx;
  33. font-family: PingFang SC-Regular, PingFang SC;
  34. color: #3874F6;
  35. }
  36. }
  37. }