details.scss 867 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. >text {
  27. display: inline-block;
  28. width: 200rpx;
  29. font-size: 28rpx;
  30. font-family: PingFang SC-Regular, PingFang SC;
  31. color: #3874F6;
  32. }
  33. }
  34. }