articleDetail.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. page {
  2. background-color: #ffffff;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. background-color: #ffffff;
  8. width: 100%;
  9. }
  10. .header {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: flex-start;
  14. align-items: center;
  15. width: 750rpx;height: 320rpx;
  16. padding-top: calc(var(--status-bar-height) + 0rpx);
  17. .left {
  18. display: flex;flex-direction: row;width:200rpx;height:120rpx;
  19. justify-content: center;
  20. padding-left:50rpx;
  21. image {
  22. width:124rpx;height:40rpx;
  23. }
  24. }
  25. }
  26. .thread {
  27. height: 20rpx;
  28. }
  29. .thread2 {
  30. height: 60rpx;
  31. }
  32. .topUser {
  33. width:750rpx;
  34. height:750rpx;
  35. // display: flex;
  36. // flex-direction: column;
  37. // justify-content: flex-end;
  38. // align-items: flex-end;
  39. // padding-bottom: 136rpx;
  40. position: relative;
  41. .home_image{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .list {
  46. position: absolute;
  47. bottom: 10rpx;
  48. width:100%;
  49. display: flex;
  50. flex-direction: row;
  51. justify-content: flex-start;
  52. align-items: flex-end;
  53. .img {
  54. width:84rpx;height:84rpx;margin-left: 20rpx;
  55. image {
  56. width:84rpx;height:84rpx;border-radius: 16rpx;border: solid 4rpx #fff;
  57. }
  58. }
  59. .active {
  60. width:136rpx;height:136rpx;
  61. image {
  62. width:136rpx;height:136rpx;border-radius: 24rpx;border: solid 4rpx #fff;
  63. }
  64. }
  65. }
  66. }
  67. .body {
  68. width:750rpx;margin-top:-30rpx;
  69. border-radius: 28rpx 28rpx 0 0;padding-top:30rpx;
  70. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  71. .item {
  72. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  73. padding:30rpx 50rpx;color:#333;
  74. .title {
  75. font-weight: bold;margin-bottom: 0rpx;
  76. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  77. font-size: 40rpx;
  78. }
  79. .title2 {
  80. color:#959595;padding-top: 8rpx;
  81. }
  82. .content {
  83. font-size: 32rpx;color:#999;
  84. }
  85. }
  86. .item2 {
  87. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  88. padding:10rpx 30rpx;color:#fff;
  89. .left {
  90. image {
  91. width:136rpx;height:56rpx;
  92. }
  93. }
  94. .more {
  95. display: flex;flex-direction: row;justify-content: center;align-items: center;
  96. font-size: 28rpx;color:#999;
  97. image {
  98. width:30rpx;
  99. }
  100. }
  101. }
  102. }
  103. .list_wish {
  104. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  105. width:750rpx;
  106. .item {
  107. margin-top: 20rpx;color:#fff;font-size: 28rpx;
  108. display: flex;flex-direction: row;justify-content: center;align-items: center;
  109. width: 690rpx;height: 156rpx;
  110. background: #28292D;
  111. border-radius: 28rpx;
  112. .avator {
  113. width: 116rpx;height: 116rpx;margin-left:14rpx;
  114. background: #161616;
  115. border-radius: 28rpx;
  116. display: flex;flex-direction: row;justify-content: center;align-items: center;
  117. .icon {
  118. width:100rpx;height:100rpx;border-radius: 20rpx;
  119. }
  120. }
  121. .left {
  122. width:370rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  123. margin-left:20rpx;
  124. .name {
  125. font-size: 32rpx;margin-bottom:20rpx;
  126. }
  127. .jindu {
  128. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  129. .bord {
  130. width: 216rpx;height: 20rpx;margin-left:0rpx;
  131. background: #0F0F0F;
  132. border-radius: 24rpx;
  133. .active {
  134. width: 0%;height: 20rpx;
  135. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  136. border-radius: 24rpx;
  137. }
  138. }
  139. .tips {
  140. margin-left:20rpx;font-weight: 400;font-size: 24rpx;color: #FF3D83;
  141. }
  142. }
  143. }
  144. .right {
  145. width:190rpx;
  146. .btn_submit {
  147. width: 168rpx;height: 72rpx;
  148. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  149. border-radius: 28rpx 28rpx 28rpx 28rpx;
  150. display: flex;flex-direction: column;justify-content: center;align-items: center;
  151. }
  152. .state {
  153. width:168rpx;height: 72rpx;text-align: center;line-height: 72rpx;
  154. }
  155. }
  156. }
  157. }
  158. .list_info {
  159. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  160. width:750rpx;
  161. .item {
  162. width: 690rpx;margin: 0rpx 0;color:#fff;font-size: 28rpx;padding:20rpx 0 0rpx;
  163. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  164. .avator {
  165. width:88rpx;
  166. .icon {
  167. width:72rpx;height:72rpx;border-radius: 36rpx;
  168. }
  169. }
  170. .tit {
  171. width:470rpx;
  172. .list1 {
  173. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  174. .name {
  175. font-size: 32rpx;padding-right: 10rpx;height:40rpx;line-height: 40rpx;
  176. }
  177. .sex1 {
  178. width: 76rpx;
  179. height: 40rpx;
  180. background: #423339;
  181. border-radius: 16rpx 16rpx 16rpx 16rpx;
  182. border: 2rpx solid #36D6FF;color:#36D6FF;
  183. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  184. image {
  185. width:24rpx;height:24rpx;margin-left:4rpx;margin-right: 4rpx;
  186. }
  187. }
  188. .sex2 {
  189. width: 76rpx;
  190. height: 40rpx;
  191. background: #423339;
  192. border-radius: 16rpx 16rpx 16rpx 16rpx;
  193. border: 2rpx solid #FF7D88;color:#FF7D88;
  194. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  195. image {
  196. width:24rpx;height:24rpx;margin-left:4rpx;margin-right: 4rpx;
  197. }
  198. }
  199. .xinzuo {
  200. width: 92rpx;height: 44rpx;margin-left:10rpx;line-height: 44rpx;
  201. border-radius: 16rpx 16rpx 16rpx 16rpx;
  202. border: 2rpx solid #404040;font-size: 20rpx;color: #D0D0D0;
  203. display: flex;flex-direction: row;justify-content: center;align-items: center;
  204. }
  205. }
  206. .time {
  207. color:#D0D0D0;font-size: 24rpx;
  208. }
  209. }
  210. .state {
  211. width:130rpx;font-size: 28rpx;font-weight: normal;text-align: right;
  212. .status_1 {
  213. color:#999;
  214. }
  215. .status_9 {
  216. color:#36D6FF;
  217. }
  218. .status_2 {
  219. color:#FE2D56;
  220. }
  221. }
  222. }
  223. .content {
  224. width: 690rpx;font-weight: 400;font-size: 28rpx;color: #FFFFFF;text-align: left;font-style: normal;
  225. text-transform: none;padding:20rpx 0;
  226. padding-left:88rpx;
  227. }
  228. .photo_list {
  229. width: 690rpx;margin-bottom:0rpx;padding-left:88rpx;
  230. border-radius: 28rpx;font-size: 28rpx;
  231. display: flex;flex-direction: row;align-items: center;
  232. flex-wrap: wrap;
  233. .img {
  234. width:186rpx;height:186rpx;margin-bottom: 24rpx;margin-right: 12rpx;
  235. image {
  236. width:186rpx;height:186rpx;border-radius: 28rpx;border:solid 1px rgba(255, 255, 255, 0.2);
  237. }
  238. }
  239. .right {
  240. color:#fff;
  241. }
  242. }
  243. .desc {
  244. width: 690rpx;padding:0rpx 0 0rpx;padding-left:88rpx;
  245. font-weight: 400;
  246. font-size: 24rpx;
  247. color: #999999;
  248. line-height: 0rpx;
  249. text-align: left;
  250. font-style: normal;
  251. text-transform: none;
  252. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  253. image {
  254. width:40rpx;height:40rpx;
  255. }
  256. .addr {
  257. width:200rpx;
  258. }
  259. .img {
  260. display: flex;flex-direction: row;justify-content: center;align-items: center;
  261. padding:0 0rpx 0 30rpx;font-size: 28rpx;color:#fff;
  262. image {
  263. margin-top:-8rpx;
  264. }
  265. }
  266. }
  267. }
  268. .btn_submit {
  269. width: 336rpx;height: 100rpx;margin:50rpx auto;
  270. background: linear-gradient( 90deg, #FF536D 0%, #FF3B84 100%);
  271. border-radius: 50rpx 50rpx 50rpx 50rpx;
  272. display: flex;flex-direction: row;justify-content: center;align-items: center;
  273. font-weight: bold;
  274. font-size: 32rpx;
  275. color: #FFFFFF;
  276. image {
  277. width:44rpx;height:44rpx;margin-right: 8rpx;margin-top:4rpx;
  278. }
  279. }
  280. .btn {
  281. text-align: center;
  282. color: #fff;
  283. padding: 20rpx;
  284. margin: 50rpx;
  285. border-radius: 20rpx;
  286. background-color: #2979ff;
  287. }