message.scss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .page {
  7. background-color: #161616;
  8. width: 100%;
  9. height:100vh;
  10. }
  11. .header {
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: space-between;
  15. align-items: center;
  16. width: 750rpx;height: 320rpx;
  17. padding-top: calc(var(--status-bar-height) + 0rpx);
  18. background: url('../../static/home/top_bg.png');
  19. background-size: 100% 100%;
  20. .left {
  21. display: flex;flex-direction: row;height:160rpx;
  22. justify-content: center;
  23. padding-left:30rpx;
  24. image {
  25. width:84rpx;height:52rpx;
  26. }
  27. }
  28. .right {
  29. display: flex;flex-direction: row;height:160rpx;
  30. justify-content: center;
  31. padding-right:30rpx;
  32. image {
  33. width:48rpx;height:48rpx;
  34. }
  35. }
  36. }
  37. .thread {
  38. height: 20rpx;
  39. }
  40. .thread2 {
  41. height: 60rpx;
  42. }
  43. .pop_more {
  44. position: fixed;right:26rpx;top:calc(var(--status-bar-height) + 220rpx);
  45. width:232rpx;height:266rpx;
  46. background: url('../../static/sms/more_bg.png');
  47. background-size: 100% 100%;z-index: 9999;
  48. image {
  49. width:40rpx;height:40rpx;margin-right: 16rpx;
  50. }
  51. display: flex;flex-direction: column;justify-content: space-around;align-items: center;padding-top:30rpx;padding-bottom: 30rpx;
  52. .item {
  53. display: flex;flex-direction: row;justify-content: space-around;align-items: center;color:#fff;font-size: 28rpx;
  54. }
  55. .line {
  56. width: 168rpx;height: 2rpx;
  57. background: rgba(255,255,255,0.28);
  58. border-radius: 0rpx 0rpx 0rpx 0rpx;
  59. }
  60. }
  61. .tab_list {
  62. width:750rpx;display: flex;flex-direction: row;justify-content: space-around;align-items: center;margin-top:-120rpx;
  63. padding:0 50rpx;
  64. .item {
  65. display: flex;flex-direction: column;justify-content: center;align-items: center;
  66. font-weight: 400;
  67. font-size: 28rpx;
  68. color: #999999;
  69. .yuan {
  70. width: 96rpx;height: 96rpx;border-radius: 48rpx;
  71. border: 2rpx solid #404040;
  72. display: flex;flex-direction: row;justify-content: center;align-items: center;margin-bottom:10rpx;
  73. }
  74. .icon {
  75. width:64rpx;height:64rpx;
  76. }
  77. }
  78. .active {
  79. display: flex;flex-direction: column;justify-content: center;align-items: center;
  80. .yuan {
  81. background: linear-gradient( 180deg, #3E223E 0%, #857283 100%);
  82. }
  83. font-weight: 400;
  84. font-size: 28rpx;
  85. color: #FFFFFF;
  86. }
  87. }
  88. .no-content {
  89. display: flex;flex-direction: column;justify-content: center;align-items: center;
  90. image {
  91. width:276rpx;height:276rpx;
  92. }
  93. font-weight: 400;
  94. font-size: 24rpx;
  95. color: #999999;
  96. }
  97. .page-message {
  98. width:750rpx;height:100vh;
  99. .cl-topbar {
  100. height: 100rpx;
  101. padding-left: 30rpx;
  102. .content {
  103. font-size: 36rpx;
  104. font-weight: bold;
  105. display: inline-block;
  106. }
  107. image {
  108. position: absolute;
  109. right: 60rpx;
  110. height: 40rpx;
  111. width: 40rpx;
  112. }
  113. }
  114. .list {
  115. padding: 35rpx 30rpx;
  116. padding-top:80rpx;
  117. .list-content{
  118. height: 130rpx;
  119. display: flex;
  120. align-items: center;
  121. border-bottom: 2rpx solid #ebebeb;
  122. position: relative;
  123. }
  124. .list-content:before{
  125. content:'';
  126. width: 120rpx;
  127. height: 10rpx;
  128. background-color: #161616;
  129. position: absolute;
  130. bottom: -6rpx;
  131. }
  132. .item {
  133. display: flex;
  134. margin-right: 20rpx;
  135. .avatar {
  136. position: relative;
  137. width: 90rpx;
  138. height: 90rpx;
  139. margin-right: 30rpx;
  140. image {
  141. width: 90rpx;
  142. height: 90rpx;
  143. border-radius: 50%;
  144. }
  145. .avatorImg {
  146. width: 90rpx;
  147. height: 90rpx;
  148. background-color: #0492fe;
  149. border-radius: 50%;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. color: #fff;
  154. font-weight: bold;
  155. font-size: 40rpx;
  156. }
  157. .avatorImg2 {
  158. width: 90rpx;
  159. height: 90rpx;
  160. background-color: #d4237a;
  161. border-radius: 50%;
  162. display: flex;
  163. justify-content: center;
  164. align-items: center;
  165. color: #fff;
  166. font-weight: bold;
  167. font-size: 40rpx;
  168. }
  169. .number {
  170. display: flex;
  171. justify-content: center;
  172. align-items: center;
  173. position: absolute;
  174. top: -36rpx;
  175. right: -24rpx;
  176. width: 36rpx;
  177. height: 36rpx;
  178. background-color: #fe6d73;
  179. border-radius: 50% 50% 50% 0;
  180. font-size: 20rpx;
  181. font-weight: 400;
  182. color: #ffffff;
  183. }
  184. }
  185. .content {
  186. display: flex;
  187. // padding-bottom: 25rpx;
  188. // border-bottom: 2rpx solid #ebebeb;
  189. flex: 1;
  190. .info {
  191. flex: 1;
  192. .name {
  193. display: block;
  194. margin-bottom: 14rpx;
  195. font-size: 28rpx;
  196. font-weight: 500;
  197. color: #fff;
  198. }
  199. .last {
  200. font-size: 24rpx;
  201. font-weight: 400;
  202. color: #bbbbbb;
  203. }
  204. }
  205. .time {
  206. font-size: 24rpx;
  207. font-weight: 400;
  208. color: #bbbbbb;
  209. }
  210. }
  211. }
  212. }
  213. .kongbai {
  214. position: fixed;
  215. top: 0rpx;
  216. bottom: 0rpx;
  217. left: 0rpx;
  218. right: 0rpx;
  219. text-align: center;
  220. padding-top: 200rpx;
  221. font-size: 24rpx;
  222. image {
  223. width: 500rpx;
  224. }
  225. }
  226. }
  227. .listSys {
  228. display: flex;flex-direction: column;justify-content: center;width:750rpx;padding:30rpx;
  229. .item {
  230. display: flex;flex-direction: row;justify-content: center;color:#fff;
  231. width:690rpx;margin: 0 auto;height:162rpx;
  232. .img {
  233. width:138rpx;
  234. display: flex;flex-direction: row;justify-content: center;align-items: center;
  235. .bg {
  236. width: 80rpx;height: 80rpx;border-radius: 40rpx;
  237. background: linear-gradient( 180deg, #293744 0%, #6C7C7F 100%);
  238. display: flex;flex-direction: row;justify-content: center;align-items: center;
  239. .icon {
  240. width:56rpx;height:56rpx;
  241. }
  242. }
  243. }
  244. .content {
  245. width:552rpx;
  246. display: flex;flex-direction: column;justify-content: center;align-items: flex-start;
  247. border-bottom: solid 1px #393939;
  248. .title {
  249. font-size: 28rpx;color:#fff;
  250. }
  251. .time {
  252. font-size: 24rpx;color:#999;padding-top:8rpx;
  253. }
  254. }
  255. }
  256. }
  257. .PopMain {
  258. // padding: 4rpx 50rpx;
  259. line-height: 80rpx;
  260. text-align: center;
  261. color: #8e8e8e;
  262. background-color: #fff;
  263. border-radius: 12rpx;
  264. }