index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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-top: 28rpx;
  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. height: 34rpx;
  49. font-size: 24rpx;
  50. color: #333333;
  51. line-height: 34rpx;
  52. opacity: .7;
  53. margin-top: 16rpx;
  54. }
  55. .ann-text-bottom {
  56. display: flex;
  57. justify-content: space-between;
  58. align-items: center;
  59. height: 28rpx;
  60. font-size: 20rpx;
  61. color: #333333;
  62. line-height: 28rpx;
  63. opacity: .7;
  64. margin-top: 44rpx;
  65. }
  66. /* 历史通告 */
  67. .ls .ann-text-bottom {
  68. height: 40rpx;
  69. }
  70. .ls .change {
  71. display: flex;
  72. justify-content: space-between;
  73. width: 240rpx;
  74. }
  75. .ls .custom-class {
  76. width: 112rpx;
  77. height: 40rpx;
  78. border-radius: 22rpx;
  79. }
  80. .ls .l {
  81. font-size: 20rpx;
  82. color: #8B8B8B;
  83. border: 2rpx solid #EFEFEF !important;
  84. }
  85. .ls .r {
  86. font-size: 20rpx !important;
  87. font-family: PingFangSC-Medium, PingFang SC !important;
  88. font-weight: 550 !important;
  89. color: #FFFFFF !important;
  90. background: linear-gradient(136deg, #53CDE0 0%, #84E3EC 100%) !important;
  91. }
  92. .userMsg {
  93. display: flex;
  94. align-items: center;
  95. height: 28rpx;
  96. }
  97. .userMsg>.img {
  98. width: 28rpx;
  99. height: 28rpx;
  100. margin-right: 8rpx;
  101. }
  102. .userMsg>.img image {
  103. width: 100%;
  104. height: 100%;
  105. border-radius: 50%;
  106. }