index.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. color: #999999;
  18. line-height: 55rpx;
  19. padding: 30rpx 53rpx;
  20. border-bottom: 1rpx solid #E6E6E6;
  21. margin-bottom: 20rpx;
  22. }
  23. .mb6{
  24. margin-bottom: 6rpx;
  25. }
  26. .msg-header .tag {
  27. display: inline-block;
  28. width: 127rpx;
  29. height: 41rpx;
  30. margin-right: 20rpx;
  31. background: #fff3b6;
  32. color: #4c410e;
  33. text-align: center;
  34. line-height: 40rpx;
  35. border-radius: 14rpx 0rpx 14rpx 0rpx;
  36. }
  37. .msg-header text {
  38. font-size: 34rpx;
  39. font-family: PingFang SC, PingFang SC-Bold;
  40. font-weight: 700;
  41. text-align: center;
  42. color: #1a1a1a;
  43. line-height: 36rpx;
  44. }
  45. .msg-time {
  46. font-size: 24rpx;
  47. font-family: PingFang SC, PingFang SC-Regular;
  48. color: #666666;
  49. line-height: 36rpx;
  50. }
  51. .msg-time .date-icon {
  52. font-size: 30rpx;
  53. margin-right: 10rpx;
  54. }
  55. .msg-content {
  56. color: #808080;
  57. line-height: 55rpx;
  58. padding:0 53rpx;
  59. }
  60. .head{
  61. display: flex;
  62. }