mailMessage.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. page {
  2. background-color: #FFFFFF;
  3. padding-bottom: 144rpx;
  4. }
  5. .page {
  6. background-color: #FFFFFF;
  7. }
  8. .topbg {
  9. }
  10. .topBody {
  11. width:750rpx;
  12. }
  13. .mainBody {
  14. width:750rpx;padding:1rpx 20rpx;display: flex;flex-direction: column;
  15. border-bottom: solid 2rpx #EEEEEE;
  16. .menu {
  17. display: flex;flex-direction: row;justify-content: space-between;padding:20rpx 0rpx 0rpx;
  18. .item {
  19. width:360rpx;border-radius: 18rpx;height:80rpx;display: flex;flex-direction:column;justify-content: center;align-items: center;
  20. margin:0 20rpx;color:#999999;
  21. .line {
  22. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  23. background: #FFFFFF;
  24. border-radius: 4rpx 4rpx 4rpx 4rpx;
  25. }
  26. }
  27. .active {
  28. color:#333;
  29. .line {
  30. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  31. background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%);
  32. border-radius: 4rpx 4rpx 4rpx 4rpx;
  33. }
  34. }
  35. }
  36. .scroll-view_H {
  37. flex-direction: row;
  38. width: 400rpx;
  39. color: #333;
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. height: 80rpx;
  44. margin: 0 auto;
  45. .item {
  46. width: 200rpx;
  47. border-radius: 18rpx;
  48. height: 80rpx;
  49. display: inline-flex;
  50. flex-direction: column;
  51. justify-content: center;
  52. align-items: center;
  53. margin: 0 0px;
  54. color: #999999;
  55. .line {
  56. width: 36rpx;
  57. height: 8rpx;
  58. margin-top: 10rpx;
  59. background: #FFFFFF;
  60. border-radius: 4rpx 4rpx 4rpx 4rpx;
  61. }
  62. }
  63. .active {
  64. color: #333;
  65. background: #FFFFFF;
  66. .line {
  67. width: 36rpx;
  68. height: 8rpx;
  69. margin-top: 10rpx;
  70. background: linear-gradient(90deg, #FF5869 0%, #F83881 100%);
  71. border-radius: 4rpx 4rpx 4rpx 4rpx;
  72. }
  73. }
  74. }
  75. .scroll-view-item_H {
  76. display: inline-block;
  77. width: 200rpx;
  78. text-align: center;
  79. font-size: 36rpx;
  80. }
  81. }
  82. .list_info {
  83. width: 750rpx;
  84. display: flex;
  85. flex-direction: column;
  86. align-items: center;
  87. .item {
  88. margin-top: 20rpx;
  89. color: #333;
  90. font-size: 28rpx;
  91. display: flex;
  92. flex-direction: row;
  93. align-items: center;
  94. width: 690rpx;
  95. height: 200rpx;
  96. border-bottom: 2rpx solid #EEEEEE;
  97. .avator {
  98. width: 100rpx;
  99. height: 100rpx;
  100. background: #fff;
  101. border-radius: 50rpx;
  102. margin-right: 20rpx;
  103. flex-shrink: 0;
  104. .icon {
  105. width: 100rpx;
  106. height: 100rpx;
  107. border-radius: 50rpx;
  108. }
  109. }
  110. .content {
  111. flex: 1;
  112. width: auto;
  113. padding: 0;
  114. margin-top: 0;
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: space-between;
  118. align-items: center;
  119. .tit {
  120. flex: 1;
  121. display: flex;
  122. flex-direction: column;
  123. justify-content: center;
  124. align-items: flex-start;
  125. margin-right: 20rpx;
  126. .name {
  127. font-size: 32rpx;
  128. }
  129. .time {
  130. font-size: 20rpx;
  131. color: #999;
  132. margin-top: 8rpx;
  133. }
  134. .desc {
  135. color: #999;
  136. font-size: 28rpx;
  137. margin-top: 12rpx;
  138. }
  139. }
  140. .thumbnail {
  141. width: 120rpx;
  142. height: 120rpx;
  143. border-radius: 12rpx;
  144. overflow: hidden;
  145. background: #fff;
  146. flex-shrink: 0;
  147. image {
  148. width: 100%;
  149. height: 100%;
  150. object-fit: cover;
  151. }
  152. }
  153. }
  154. }
  155. }
  156. .list_article {
  157. width: 750rpx;
  158. display: flex;
  159. flex-direction: column;
  160. align-items: center;
  161. .item {
  162. margin-top: 20rpx;
  163. display: flex;
  164. flex-direction: column;
  165. align-items: center;
  166. width: 690rpx;
  167. background: #F0F0F0;
  168. border-radius: 28rpx;
  169. padding-bottom: 30rpx;
  170. .thumbnail {
  171. width: 690rpx;
  172. height: 460rpx;
  173. border-radius: 28rpx 28rpx 0 0;
  174. overflow: hidden;
  175. image {
  176. width: 100%;
  177. height: 100%;
  178. object-fit: cover;
  179. }
  180. }
  181. .title {
  182. width: 650rpx;
  183. margin-top: 30rpx;
  184. font-size: 32rpx;
  185. color: #333;
  186. line-height: 1.4;
  187. }
  188. .content {
  189. width: 650rpx;
  190. margin-top: 20rpx;
  191. font-size: 26rpx;
  192. color: #666;
  193. line-height: 1.6;
  194. }
  195. .divider {
  196. width: 650rpx;
  197. height: 2rpx;
  198. background: #EEEEEE;
  199. margin-top: 30rpx;
  200. }
  201. .time {
  202. width: 650rpx;
  203. margin-top: 20rpx;
  204. font-size: 26rpx;
  205. color: #999;
  206. }
  207. }
  208. }
  209. .blankHeight {
  210. height:300rpx;
  211. }
  212. .loading-more {
  213. width: 100%;
  214. height: 80rpx;
  215. text-align: center;
  216. color: #999;
  217. font-size: 24rpx;
  218. line-height: 80rpx;
  219. margin-bottom: 20rpx;
  220. }