mailMessage.scss 3.9 KB

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