article.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. }
  5. .page {
  6. background-color: #161616;
  7. width: 100%;
  8. min-height:100vh;
  9. }
  10. .header {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: space-between;
  14. align-items: flex-start;padding:30rpx 50rpx;
  15. width: 750rpx;height: 320rpx;
  16. padding-top: calc(var(--status-bar-height) + 60rpx);
  17. background: url('../../static/home/top_bg.png');
  18. background-size: 100% 100%;
  19. .left {
  20. display: flex;flex-direction: row;
  21. justify-content: center;
  22. image {
  23. width:84rpx;height:52rpx;
  24. }
  25. }
  26. .right {
  27. .btn {
  28. width: 156rpx;height: 68rpx;
  29. border-radius: 16rpx;
  30. border: 2rpx solid #FF2A95;
  31. color:#fff;font-size: 28rpx;
  32. display: flex;flex-direction: column;justify-content: center;align-items: center;
  33. }
  34. }
  35. }
  36. .thread {
  37. height: 20rpx;
  38. }
  39. .thread2 {
  40. height: 60rpx;
  41. }
  42. .no-content {
  43. display: flex;flex-direction: column;justify-content: center;align-items: center;
  44. image {
  45. width:276rpx;height:276rpx;
  46. }
  47. font-weight: 400;
  48. font-size: 24rpx;
  49. color: #999999;
  50. }
  51. .list_info {
  52. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  53. width:750rpx;margin-top:calc(var(--status-bar-height) - 130rpx);
  54. .item {
  55. width: 690rpx;margin: 0rpx 0;color:#fff;font-size: 28rpx;padding:20rpx 0 0rpx;
  56. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  57. .avator {
  58. width:88rpx;
  59. .icon {
  60. width:72rpx;height:72rpx;border-radius: 36rpx;
  61. }
  62. }
  63. .tit {
  64. width:470rpx;
  65. .list1 {
  66. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  67. .name {
  68. font-size: 32rpx;padding-right: 10rpx;height:40rpx;line-height: 40rpx;
  69. }
  70. .sex1 {
  71. width: 76rpx;
  72. height: 40rpx;
  73. background: #423339;
  74. border-radius: 16rpx 16rpx 16rpx 16rpx;
  75. border: 2rpx solid #36D6FF;color:#36D6FF;
  76. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  77. image {
  78. width:24rpx;height:24rpx;margin-left:4rpx;margin-right: 4rpx;
  79. }
  80. }
  81. .sex2 {
  82. width: 76rpx;
  83. height: 40rpx;
  84. background: #423339;
  85. border-radius: 16rpx 16rpx 16rpx 16rpx;
  86. border: 2rpx solid #FF7D88;color:#FF7D88;
  87. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  88. image {
  89. width:24rpx;height:24rpx;margin-left:4rpx;margin-right: 4rpx;
  90. }
  91. }
  92. .xinzuo {
  93. width: 92rpx;height: 44rpx;margin-left:10rpx;line-height: 44rpx;
  94. border-radius: 16rpx 16rpx 16rpx 16rpx;
  95. border: 2rpx solid #404040;font-size: 20rpx;color: #D0D0D0;
  96. display: flex;flex-direction: row;justify-content: center;align-items: center;
  97. }
  98. }
  99. .time {
  100. color:#D0D0D0;font-size: 24rpx;
  101. }
  102. }
  103. .state {
  104. width:130rpx;font-size: 28rpx;font-weight: normal;text-align: right;
  105. .status_1 {
  106. color:#999;
  107. }
  108. .status_9 {
  109. color:#36D6FF;
  110. }
  111. .status_2 {
  112. color:#FE2D56;
  113. }
  114. }
  115. }
  116. .content {
  117. width: 690rpx;font-weight: 400;font-size: 28rpx;color: #FFFFFF;text-align: left;font-style: normal;
  118. text-transform: none;padding:20rpx 0;
  119. padding-left:88rpx;
  120. }
  121. .photo_list {
  122. width: 690rpx;margin-bottom:0rpx;padding-left:88rpx;
  123. border-radius: 28rpx;font-size: 28rpx;
  124. display: flex;flex-direction: row;align-items: center;
  125. flex-wrap: wrap;
  126. .img {
  127. width:186rpx;height:186rpx;margin-bottom: 24rpx;margin-right: 12rpx;
  128. .icon {
  129. width:186rpx;height:186rpx;border-radius: 28rpx;border:solid 1px rgba(255, 255, 255, 0.2);
  130. }
  131. }
  132. .right {
  133. color:#fff;
  134. }
  135. }
  136. .desc {
  137. width: 690rpx;padding:0rpx 0 0rpx;padding-left:88rpx;
  138. font-weight: 400;
  139. font-size: 24rpx;
  140. color: #999999;
  141. line-height: 0rpx;
  142. text-align: left;
  143. font-style: normal;
  144. text-transform: none;
  145. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  146. image {
  147. width:40rpx;height:40rpx;
  148. }
  149. .addr {
  150. width:200rpx;
  151. }
  152. .img {
  153. display: flex;flex-direction: row;justify-content: center;align-items: center;
  154. padding:0 0rpx 0 30rpx;font-size: 28rpx;color:#fff;
  155. image {
  156. margin-top:-8rpx;
  157. }
  158. }
  159. }
  160. .line {
  161. background-color: #282828;width:100%;height:12rpx;
  162. }
  163. }