index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /* 通告盒子 */
  2. .annunciatr_box {
  3. width: 710rpx;
  4. background: #FFFFFF;
  5. border-radius: 20rpx;
  6. margin: 20rpx auto 0;
  7. padding: 24rpx;
  8. padding-top: 40rpx;
  9. box-sizing: border-box;
  10. }
  11. /* 盒子 */
  12. .ann-box {
  13. display: flex;
  14. width: 662rpx;
  15. height: 162rpx;
  16. padding-bottom: 30rpx;
  17. border-bottom: 1px solid rgba(151, 151, 151, .1);
  18. margin: 28rpx auto 0;
  19. }
  20. .ann-img {
  21. width: 162rpx;
  22. height: 162rpx;
  23. border-radius: 10rpx;
  24. overflow: hidden;
  25. flex-shrink: 0;
  26. margin-right: 20rpx;
  27. }
  28. .ann-img>image {
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .ann-text {
  33. flex: 1;
  34. height: 100%;
  35. }
  36. .ann-text>view {
  37. max-width: 480rpx;
  38. }
  39. .ann-text-title {
  40. font-family: PingFangSC-Medium, PingFang SC;
  41. height: 40rpx;
  42. font-size: 28rpx;
  43. font-weight: 550;
  44. color: #000000;
  45. line-height: 40rpx;
  46. }
  47. .ann-text-center {
  48. width: 480rpx;
  49. height: 54rpx;
  50. font-size: 24rpx;
  51. color: #333333;
  52. line-height: 30rpx;
  53. opacity: .7;
  54. margin-top: 10rpx;
  55. white-space: pre-line;
  56. }
  57. .ann-text-bottom {
  58. display: flex;
  59. justify-content: space-between;
  60. align-items: center;
  61. height: 28rpx;
  62. font-size: 20rpx;
  63. color: #333333;
  64. line-height: 28rpx;
  65. opacity: .7;
  66. margin-top: 16rpx;
  67. }
  68. /* 历史通告 */
  69. .ls .ann-text-bottom {
  70. height: 40rpx;
  71. }
  72. .ls .change {
  73. display: flex;
  74. justify-content: space-between;
  75. width: 240rpx;
  76. }
  77. .ls .custom-class {
  78. width: 112rpx;
  79. height: 40rpx;
  80. border-radius: 22rpx;
  81. }
  82. .ls .l {
  83. font-size: 20rpx;
  84. color: #8B8B8B;
  85. border: 2rpx solid #EFEFEF !important;
  86. }
  87. .ls .r {
  88. font-size: 20rpx !important;
  89. font-family: PingFangSC-Medium, PingFang SC !important;
  90. font-weight: 550 !important;
  91. color: #FFFFFF !important;
  92. background: linear-gradient(136deg, #53CDE0 0%, #84E3EC 100%) !important;
  93. }
  94. .userMsg {
  95. height: 28rpx;
  96. display: flex;
  97. align-items: center;
  98. }
  99. .userMsg>.img {
  100. width: 28rpx;
  101. height: 28rpx;
  102. margin-right: 8rpx;
  103. }
  104. .userMsg>.img image {
  105. width: 100%;
  106. height: 100%;
  107. border-radius: 50%;
  108. }