index.wxss 938 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* msg/pages/detail/index.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #fff;
  6. }
  7. .container-msg {
  8. width: 100%;
  9. height: 100%;
  10. padding: 58rpx;
  11. font-size: 24rpx;
  12. box-sizing: border-box;
  13. font-family: FZZhunYuan-M02S, FZZhunYuan-M02S-Regular;
  14. font-weight: 400;
  15. }
  16. .msg-header {
  17. margin-bottom: 17rpx;
  18. color: #999999;
  19. line-height: 55rpx;
  20. }
  21. .msg-header .tag {
  22. display: inline-block;
  23. width: 127rpx;
  24. height: 41rpx;
  25. margin-right: 20rpx;
  26. background: #fff3b6;
  27. color: #4c410e;
  28. text-align: center;
  29. line-height: 40rpx;
  30. border-radius: 14rpx 0rpx 14rpx 0rpx;
  31. }
  32. .msg-header text {
  33. color: #333333;
  34. font-size: 38rpx;
  35. font-family: FZCuYuan-M03, FZCuYuan-M03-Regular;
  36. }
  37. .msg-time {
  38. display: flex;
  39. align-items: center;
  40. margin-bottom: 36rpx;
  41. }
  42. .msg-time .date-icon {
  43. font-size: 30rpx;
  44. margin-right: 10rpx;
  45. }
  46. .msg-content {
  47. color: #808080;
  48. text-indent: 2em;
  49. line-height: 55rpx;
  50. }