index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /* 宫格 */
  2. .grid_box {
  3. width: 100vw;
  4. padding: 0 30rpx;
  5. box-sizing: border-box;
  6. background-color: #FFFFFF;
  7. }
  8. .grid-text-class {
  9. height: 40rpx;
  10. font-size: 28rpx;
  11. color: #333333;
  12. line-height: 40rpx;
  13. padding-top: 12rpx !important;
  14. }
  15. /* 展示区域title image */
  16. .display-title_image {
  17. width: 32rpx;
  18. height: 32rpx;
  19. margin: 0 6rpx;
  20. }
  21. .display-box-showList-button-box {
  22. position: relative;
  23. width: 96rpx;
  24. height: 30rpx;
  25. border-radius: 8rpx;
  26. margin-left: 12rpx;
  27. }
  28. /* 展示区盒子内部按钮 */
  29. .display-box-showList-button {
  30. width: 96rpx !important;
  31. height: 30rpx !important;
  32. border-radius: 8rpx !important;
  33. }
  34. .display-box-showList-button-text {
  35. position: absolute;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. width: 100%;
  40. height: 100%;
  41. font-size: 18rpx;
  42. font-weight: 500;
  43. color: #FFFFFF;
  44. top: 0;
  45. left: 0;
  46. pointer-events: none;
  47. }
  48. /* 合作商家banner */
  49. .businessPartnerBanner {
  50. width: 100%;
  51. height: 320rpx;
  52. }
  53. .businessPartnerBanner>swiper-item {
  54. width: 100%;
  55. height: 300rpx;
  56. }
  57. /* 盒子 */
  58. .ann-box {
  59. display: flex;
  60. width: 662rpx;
  61. height: 162rpx;
  62. padding-bottom: 30rpx;
  63. border-bottom: 1px solid rgba(151, 151, 151, .1);
  64. margin-top: 28rpx;
  65. }
  66. .ann-img {
  67. width: 162rpx;
  68. height: 162rpx;
  69. border-radius: 10rpx;
  70. overflow: hidden;
  71. flex-shrink: 0;
  72. margin-right: 20rpx;
  73. }
  74. .ann-img>image {
  75. width: 100% !important;
  76. height: 100% !important;
  77. }
  78. .ann-text {
  79. flex: 1;
  80. height: 100%;
  81. }
  82. .ann-text>view {
  83. max-width: 480rpx;
  84. }
  85. .ann-text-title {
  86. font-family: PingFangSC-Medium, PingFang SC;
  87. height: 40rpx;
  88. font-size: 28rpx;
  89. font-weight: 550;
  90. color: #000000;
  91. line-height: 40rpx;
  92. }
  93. .ann-text-center {
  94. width: 480rpx;
  95. height: 54rpx;
  96. font-size: 24rpx;
  97. color: #333333;
  98. line-height: 27rpx;
  99. opacity: .7;
  100. margin-top: 10rpx;
  101. white-space: pre-line;
  102. }
  103. .ann-text-bottom {
  104. display: flex;
  105. justify-content: space-between;
  106. align-items: center;
  107. height: 28rpx;
  108. font-size: 20rpx;
  109. color: #333333;
  110. line-height: 28rpx;
  111. opacity: .7;
  112. margin-top: 16rpx;
  113. }
  114. .userMsg {
  115. display: flex;
  116. align-items: center;
  117. height: 28rpx;
  118. line-height: 28rpx;
  119. }
  120. .userMsg>.img {
  121. width: 28rpx;
  122. height: 28rpx;
  123. margin-right: 8rpx;
  124. }
  125. .userMsg>.img image {
  126. width: 100%;
  127. height: 100%;
  128. border-radius: 50%;
  129. }