circlesDetail.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. /* pages/circlesDetail/circlesDetail.wxss */
  2. page{
  3. padding-bottom: 214rpx;
  4. }
  5. .head-box{
  6. width: 750rpx;
  7. height: 176rpx;
  8. background: #FFFFFF;
  9. position: fixed;
  10. z-index: 999;
  11. }
  12. .head-box>image:nth-child(1){
  13. width: 48rpx;
  14. height: 48rpx;
  15. position: absolute;
  16. bottom: 20rpx;
  17. left: 16rpx;
  18. }
  19. .head-box>image:nth-child(2){
  20. width: 56rpx;
  21. height: 56rpx;
  22. border-radius: 50%;
  23. position: absolute;
  24. bottom: 16rpx;
  25. left: 88rpx;
  26. }
  27. .head-box>text:nth-child(3){
  28. width: auto;
  29. height: 36rpx;
  30. font-size: 30rpx;
  31. font-family: SFProText-Regular, SFProText;
  32. font-weight: 400;
  33. color: rgba(0,0,0,0.87);
  34. line-height: 36rpx;
  35. position: absolute;
  36. bottom: 22rpx;
  37. left: 160rpx;
  38. }
  39. .kong{
  40. width: 750rpx;
  41. height: 176rpx;
  42. }
  43. .img-box{
  44. position: relative;
  45. }
  46. .img-box-swiper{
  47. width: 750rpx;
  48. height: 750rpx;
  49. }
  50. .box-swiper-item{
  51. display: flex;
  52. }
  53. .box-swiper-item>image{
  54. width: 100%;
  55. height: 100%;
  56. margin: auto;
  57. }
  58. .swiper-num{
  59. position: absolute;
  60. top: 24rpx;
  61. right: 24rpx;
  62. width: 56rpx;
  63. height: 36rpx;
  64. background: rgba(0,0,0,0.6);
  65. border-radius: 12px;
  66. font-size: 22rpx;
  67. color: #FFFFFF;
  68. line-height: 36rpx;
  69. text-align: center;
  70. }
  71. .swiper-dots{
  72. position: absolute;
  73. bottom: -48rpx;
  74. left: 32rpx;
  75. z-index: 999;
  76. width: 686rpx;
  77. height: 48rpx;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .swiper-dots>text{
  83. width: 12rpx;
  84. height: 12rpx;
  85. border-radius: 50%;
  86. background: rgba(0,0,0,0.16);
  87. margin: 0 6rpx;
  88. }
  89. .content{
  90. width: 686rpx;
  91. height: auto;
  92. font-size: 30rpx;
  93. font-family: PingFangSC-Regular, PingFang SC;
  94. font-weight: 400;
  95. color: rgba(0,0,0,0.87);
  96. line-height: 48rpx;
  97. margin: 48rpx 32rpx 0;
  98. text-align: justify;
  99. white-space: pre-wrap;
  100. }
  101. .article-tag{
  102. width: 686rpx;
  103. height: auto;
  104. padding: 24rpx 32rpx 0;
  105. display: flex;
  106. flex-direction: row;
  107. flex-wrap: wrap;
  108. }
  109. .tag-item{
  110. width: auto;
  111. height: 48rpx;
  112. border-radius: 13px;
  113. border: 1px solid rgba(0,0,0,0.87);
  114. display: flex;
  115. flex-direction: row;
  116. align-items: center;
  117. margin-right: 16rpx;
  118. margin-bottom: 16rpx;
  119. }
  120. .tag-item>image{
  121. width: 28rpx;
  122. height: 28rpx;
  123. margin: 10rpx 8rpx 10rpx 16rpx;
  124. }
  125. .tag-item>text{
  126. width: auto;
  127. height: 32rpx;
  128. font-size: 24rpx;
  129. font-family: PingFangSC-Medium, PingFang SC;
  130. font-weight: 500;
  131. color: rgba(0,0,0,0.87);
  132. line-height: 32rpx;
  133. margin-right: 16rpx;
  134. }
  135. .time{
  136. width: auto;
  137. height: 32rpx;
  138. font-size: 24rpx;
  139. font-family: PingFangSC-Regular, PingFang SC;
  140. font-weight: 400;
  141. color: rgba(0,0,0,0.4);
  142. line-height: 32rpx;
  143. text-align: left;
  144. margin: 32rpx;
  145. }
  146. .comment-head{
  147. position: relative;
  148. width: 750rpx;
  149. height: 100rpx;
  150. background: #FFFFFF;
  151. }
  152. .comment-head>text:nth-child(1){
  153. position: absolute;
  154. top: 24rpx;
  155. left: 40rpx;
  156. width: auto;
  157. height: 44rpx;
  158. font-size: 32rpx;
  159. font-family: PingFangSC-Medium, PingFang SC;
  160. font-weight: 500;
  161. color: rgba(0,0,0,0.87);
  162. line-height: 44rpx;
  163. }
  164. .comment-head>text:nth-child(2){
  165. position: absolute;
  166. left: 44rpx;
  167. bottom: 8rpx;
  168. width: 28rpx;
  169. height: 8rpx;
  170. background: rgba(0,0,0,0.87);
  171. border-radius: 2px;
  172. }
  173. .comment-head>text:nth-child(3){
  174. position: absolute;
  175. left: 120rpx;
  176. top: 30rpx;
  177. width: auto;
  178. height: 32rpx;
  179. font-size: 32rpx;
  180. font-family: SFProText-Medium, SFProText;
  181. font-weight: 500;
  182. color: rgba(0,0,0,0.87);
  183. line-height: 32rpx;
  184. }
  185. .comment-list{
  186. width: 750rpx;
  187. height: auto;
  188. background: #FFFFFF;
  189. display: flex;
  190. flex-direction: row;
  191. }
  192. .comment-list:active{
  193. background: rgba(0,0,0,0.07);
  194. }
  195. .comment-list>image:nth-child(1){
  196. width: 64rpx;
  197. height: 64rpx;
  198. border-radius: 50%;
  199. margin: 32rpx 24rpx auto 40rpx;
  200. }
  201. .comment-list>view:nth-child(2){
  202. display: flex;
  203. flex-direction: column;
  204. width: 582rpx;
  205. height: auto;
  206. border-bottom: 1px solid rgba(0,0,0,0.07);
  207. }
  208. .comment-name{
  209. width: 582rpx;
  210. height: 40rpx;
  211. display: flex;
  212. flex-direction: row;
  213. justify-content: center;
  214. align-items: center;
  215. margin: 32rpx 20rpx 16rpx 0;
  216. }
  217. .comment-name>text:nth-child(1){
  218. width: auto;
  219. height: 40rpx;
  220. font-size: 28rpx;
  221. font-family: PingFangSC-Medium, PingFang SC;
  222. font-weight: 500;
  223. color: rgba(0,0,0,0.4);
  224. line-height: 40rpx;
  225. margin-right: auto;
  226. }
  227. .comment-name>text:nth-child(2){
  228. width: auto;
  229. height: 32rpx;
  230. font-size: 24rpx;
  231. font-family: SFProText-Medium, SFProText;
  232. font-weight: 500;
  233. color: rgba(0,0,0,0.87);
  234. line-height: 32rpx;
  235. }
  236. .comment-name>image:nth-child(3){
  237. width: 32rpx;
  238. height: 32rpx;
  239. margin-left: 6rpx;
  240. margin: 0rpx 0 10rpx 6rpx;
  241. }
  242. .comment-name>image:nth-child(4){
  243. width: 32rpx;
  244. height: 32rpx;
  245. margin: 0rpx 0 10rpx 6rpx;
  246. }
  247. .comment-content{
  248. width: 582rpx;
  249. height: auto;
  250. font-size: 28rpx;
  251. font-family: PingFangSC-Regular, PingFang SC;
  252. font-weight: 400;
  253. color: rgba(0,0,0,0.87);
  254. line-height: 40rpx;
  255. text-align: justify;
  256. }
  257. .comment-content>text{
  258. font-weight: 500;
  259. color: rgba(58,81,166,0.87);
  260. }
  261. .comment-time{
  262. width: 582rpx;
  263. height: 32rpx;
  264. font-size: 24rpx;
  265. font-family: PingFangSC-Regular, PingFang SC;
  266. font-weight: 400;
  267. color: rgba(0,0,0,0.4);
  268. line-height: 32rpx;
  269. text-align: left;
  270. margin: 16rpx 0 32rpx;
  271. }
  272. .reply-box{
  273. display: flex;
  274. flex-direction: row;
  275. align-items: center;
  276. position: fixed;
  277. bottom: 0;
  278. z-index: 999;
  279. width: 750rpx;
  280. height: 100rpx;
  281. background: #FFFFFF;
  282. padding-bottom: env(safe-area-inset-bottom);
  283. }
  284. .reply-box>input:nth-child(1){
  285. width: 408rpx;
  286. height: 72rpx;
  287. line-height: 72rpx;
  288. background: #F5F6F9;
  289. border-radius: 19px;
  290. margin: 14rpx 32rpx;
  291. padding: 0 32rpx;
  292. }
  293. .reply-box>image:nth-child(2){
  294. width: 48rpx;
  295. height: 48rpx;
  296. margin: 26rpx 8rpx 26rpx 16rpx;
  297. }
  298. .reply-box>text:nth-child(3){
  299. width: auto;
  300. height: 32rpx;
  301. font-size: 26rpx;
  302. font-family: SFProText-Medium, SFProText;
  303. font-weight: 500;
  304. color: rgba(0,0,0,0.87);
  305. line-height: 32rpx;
  306. margin: 34rpx 32rpx 34rpx 0;
  307. }
  308. .reply-box>image:nth-child(4){
  309. width: 48rpx;
  310. height: 48rpx;
  311. margin: 26rpx 8rpx 26rpx 16rpx;
  312. }
  313. .reply-box>text:nth-child(5){
  314. width: auto;
  315. height: 32rpx;
  316. font-size: 26rpx;
  317. font-family: SFProText-Medium, SFProText;
  318. font-weight: 500;
  319. color: rgba(0,0,0,0.87);
  320. line-height: 32rpx;
  321. margin: 34rpx 32rpx 34rpx 0;
  322. }
  323. .handle-box{
  324. width: 100vw;
  325. height: 100vh;
  326. position: fixed;
  327. top: 0;
  328. z-index: 10001;
  329. }
  330. .handle-bg{
  331. width: 100vw;
  332. height: 100vh;
  333. position: absolute;
  334. bottom: 0;
  335. background-color: rgba(0,0,0,0.6);
  336. }
  337. .hadle-view{
  338. display: flex;
  339. flex-direction: row;
  340. position: absolute;
  341. bottom: 0;
  342. width: 678rpx;
  343. height: 200rpx;
  344. padding: 46rpx 36rpx 0;
  345. background: #F7F7F7;
  346. border-radius: 16px 16px 0px 0px;
  347. padding-bottom: env(safe-area-inset-bottom);
  348. }
  349. .hadle-view>image:nth-child(1){
  350. width: 48rpx;
  351. height: 48rpx;
  352. position: absolute;
  353. top: 20rpx;
  354. right: 16rpx;
  355. }
  356. .handle-item{
  357. display: flex;
  358. flex-direction: column;
  359. margin-right: 40rpx;
  360. }
  361. .handle-item>image:nth-child(1){
  362. width: 96rpx;
  363. height: 96rpx;
  364. margin-bottom: 16rpx;
  365. }
  366. .handle-item>text:nth-child(2){
  367. width: auto;
  368. height: 36rpx;
  369. font-size: 26rpx;
  370. font-family: PingFangSC-Regular, PingFang SC;
  371. font-weight: 400;
  372. color: rgba(0,0,0,0.6);
  373. line-height: 36rpx;
  374. text-align: center;
  375. }
  376. .nonedata-style{
  377. width: 750rpx;
  378. height: 600rpx;
  379. display: flex;
  380. flex-direction: column;
  381. justify-content: center;
  382. align-items: center;
  383. }
  384. .nonedata-style>image:nth-child(1){
  385. width: 332rpx;
  386. height: 264rpx;
  387. }
  388. .nonedata-style>text:nth-child(2){
  389. width: auto;
  390. height: 48rpx;
  391. font-size: 30rpx;
  392. font-family: PingFangSC-Regular, PingFang SC;
  393. font-weight: 400;
  394. color: rgba(0,0,0,0.4);
  395. line-height: 48rpx;
  396. margin-top: 32rpx;
  397. }