index.wxss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. /* nova-werun/components/circle-card/index.wxss */
  2. .trends-one {
  3. width: 685rpx;
  4. margin-bottom: 20rpx;
  5. padding-left: 15rpx;
  6. padding-right: 15rpx;
  7. padding-bottom: 20rpx;
  8. padding-top: 20rpx;
  9. color: #333333;
  10. border-radius: 15rpx;
  11. background-color: white;
  12. font-family: MicrosoftYaHei;
  13. }
  14. .trends-one .namebax {
  15. width: 100%;
  16. height: 105rpx;
  17. display: flex;
  18. align-items: center;
  19. }
  20. .trends-one .namebax image {
  21. width: 105rpx;
  22. height: 105rpx;
  23. border-radius: 50%;
  24. }
  25. .trends-one .namebax .name {
  26. margin-left: 10rpx;
  27. font-family: MicrosoftYaHei;
  28. font-size: 28rpx;
  29. color: #333333;
  30. }
  31. .trends-one .text {
  32. width: 100%;
  33. font-size: 26rpx;
  34. margin-top: 30rpx;
  35. }
  36. .trends-one .picture {
  37. width: 100%;
  38. display: flex;
  39. flex-wrap: wrap;
  40. margin-top: 30rpx;
  41. }
  42. .trends-one .picture .image {
  43. width: 210rpx;
  44. height: 210rpx;
  45. border-radius: 15rpx;
  46. margin-left: 8rpx;
  47. margin-bottom: 8rpx;
  48. }
  49. .trends-one .picture5 {
  50. width: 92%;
  51. padding-left: 90rpx;
  52. display: flex;
  53. flex-wrap: wrap;
  54. margin-top: 30rpx;
  55. }
  56. .trends-one .picture5 .image {
  57. width: 175rpx;
  58. height: 175rpx;
  59. }
  60. .trends-one .picture5 .image-wrapper {
  61. margin-right: 10rpx;
  62. position: relative;
  63. }
  64. .trends-one .picture5 .image-wrapper:nth-of-type(3n) {
  65. margin-right: 0;
  66. /* 每行的最后一张图片不需要右边距 */
  67. }
  68. .trends-one .picture5 .more-images {
  69. position: absolute;
  70. bottom: 10rpx;
  71. right: 0rpx;
  72. background-color: rgba(0, 0, 0, 0.5);
  73. /* 半透明背景 */
  74. color: white;
  75. font-size: 26px;
  76. width: 175rpx;
  77. height: 175rpx;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. }
  82. .trends-one .picture2 {
  83. width: 100%;
  84. display: flex;
  85. flex-wrap: wrap;
  86. justify-content: start;
  87. margin-top: 30rpx;
  88. }
  89. .trends-one .picture2 .image {
  90. width: 310rpx;
  91. height: 310rpx;
  92. margin-right: 20rpx;
  93. margin-bottom: 10rpx;
  94. border-radius: 15rpx;
  95. }
  96. .trends-one .picture4 {
  97. width: 100%;
  98. display: flex;
  99. flex-wrap: wrap;
  100. margin-top: 30rpx;
  101. justify-content: start;
  102. }
  103. .trends-one .picture4 .image {
  104. width: 230rpx;
  105. height: 230rpx;
  106. margin-right: 20rpx;
  107. margin-bottom: 20rpx;
  108. object-fit: cover;
  109. border-radius: 15rpx;
  110. }
  111. .trends-one .picture4 .image:nth-child(2n) {
  112. margin-right: 0;
  113. /* 每行的最后一张图片不需要右边距 */
  114. }
  115. .trends-one .picture3 {
  116. width: 100%;
  117. display: flex;
  118. justify-content: start;
  119. flex-wrap: wrap;
  120. margin-top: 30rpx;
  121. }
  122. .trends-one .picture3 .image {
  123. margin-right: 10rpx;
  124. margin-bottom: 10rpx;
  125. }
  126. .trends-one .picture3 .image-portrait {
  127. width: 332rpx;
  128. /* 竖屏图片的宽度 */
  129. height: 425rpx;
  130. border-radius: 15rpx;
  131. }
  132. .trends-one .picture3 .image-landscape {
  133. width: 442rpx;
  134. /* 横屏图片的宽度 */
  135. height: 310rpx;
  136. border-radius: 15rpx;
  137. }
  138. .trends-one .addbox {
  139. width: 100%;
  140. height: 30rpx;
  141. display: flex;
  142. align-items: center;
  143. margin-top: 25rpx;
  144. }
  145. .trends-one .addbox .add-tex {
  146. font-size: 20rpx;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .trends-one .timebox {
  152. width: 100%;
  153. display: flex;
  154. align-items: center;
  155. position: relative;
  156. margin-top: 10rpx;
  157. }
  158. .trends-one .timebox .dianzan {
  159. width: 80rpx;
  160. height: 50rpx;
  161. font-size: 24rpx;
  162. display: flex;
  163. align-items: center;
  164. }
  165. .trends-one .timebox .time-box {
  166. width: 100%;
  167. height: 100%;
  168. display: flex;
  169. align-items: center;
  170. }
  171. .trends-one .timebox .time-box .time {
  172. font-size: 30rpx;
  173. margin-right: 20rpx;
  174. }
  175. .trends-one .timebox .time-box .pinlunbox {
  176. height: 100%;
  177. display: flex;
  178. align-items: center;
  179. margin-left: auto;
  180. font-size: 24rpx;
  181. }
  182. .trends-one .timebox .functionbox {
  183. width: 280rpx;
  184. height: 80rpx;
  185. background-color: black;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. position: absolute;
  190. right: 99rpx;
  191. border-radius: 10rpx;
  192. }
  193. .trends-one .timebox .functionbox .function {
  194. width: 100%;
  195. display: flex;
  196. color: white;
  197. justify-content: center;
  198. }
  199. .trends-one .timebox .functionbox .function .function1 {
  200. width: 48%;
  201. display: flex;
  202. justify-content: center;
  203. color: white;
  204. }
  205. .trends-one .timebox .functionbox .function .function1 .text2 {
  206. display: flex;
  207. justify-content: center;
  208. align-items: center;
  209. font-size: 28rpx;
  210. margin-left: 12rpx;
  211. }
  212. .trends-one .timebox .point {
  213. display: flex;
  214. align-items: center;
  215. justify-content: center;
  216. width: 70rpx;
  217. height: 40rpx;
  218. border-radius: 10rpx;
  219. background-color: #efefef;
  220. color: #506692;
  221. font-size: 50rpx;
  222. margin-left: auto;
  223. }
  224. .trends-one .chinkinbox {
  225. padding-top: 10rpx;
  226. padding-bottom: 10rpx;
  227. margin-left: 90rpx;
  228. display: flex;
  229. background-color: #efefef;
  230. align-items: center;
  231. padding-left: 18rpx;
  232. flex-wrap: wrap;
  233. }
  234. .trends-one .chinkinbox .chickname {
  235. font-size: 30rpx;
  236. margin-left: 8rpx;
  237. }
  238. .trends-one .sending {
  239. background-color: #efefef;
  240. display: flex;
  241. padding-top: 20rpx;
  242. padding-left: 20rpx;
  243. width: 100%;
  244. height: 80rpx;
  245. position: relative;
  246. }
  247. .trends-one .sending .textarea {
  248. background-color: white;
  249. width: 600rpx;
  250. border-radius: 15rpx;
  251. padding-left: 12rpx;
  252. }
  253. .trends-one .sending .button {
  254. position: absolute;
  255. /* 设置为绝对定位 */
  256. bottom: 18rpx;
  257. /* 距离底部10rpx */
  258. right: 10rpx;
  259. /* 距离右侧10rpx */
  260. width: 100rpx;
  261. height: 50rpx;
  262. display: flex;
  263. align-items: center;
  264. justify-content: center;
  265. font-size: 28rpx;
  266. background-color: #29b129;
  267. margin-left: 10rpx;
  268. border-radius: 15rpx;
  269. color: white;
  270. }
  271. .trends-one .sending .button2 {
  272. position: absolute;
  273. /* 设置为绝对定位 */
  274. bottom: 18rpx;
  275. /* 距离底部10rpx */
  276. right: 10rpx;
  277. /* 距离右侧10rpx */
  278. width: 100rpx;
  279. height: 50rpx;
  280. display: flex;
  281. align-items: center;
  282. justify-content: center;
  283. font-size: 28rpx;
  284. background-color: white;
  285. margin-left: 10rpx;
  286. border-radius: 15rpx;
  287. color: gray;
  288. border: gray solid 1px;
  289. }
  290. .trends-one .commentbox {
  291. display: flex;
  292. flex-direction: column;
  293. align-items: center;
  294. flex-wrap: wrap;
  295. font-size: 26rpx;
  296. padding-right: 10rpx;
  297. }
  298. .trends-one .commentbox .comment {
  299. width: 100%;
  300. flex-wrap: wrap;
  301. flex: 1;
  302. /* 允许内容占用剩余空间 */
  303. white-space: normal;
  304. /* 允许内容换行 */
  305. overflow-wrap: break-word;
  306. /* 处理长单词的换行 */
  307. position: relative;
  308. }
  309. .trends-one .commentbox .comment .delete {
  310. width: 100rpx;
  311. height: 50rpx;
  312. display: flex;
  313. justify-content: center;
  314. align-items: center;
  315. background-color: white;
  316. position: absolute;
  317. top: -40rpx;
  318. left: 50%;
  319. z-index: 99;
  320. }
  321. .trends-one .commentbox .comment2 {
  322. background-color: #bfbebe;
  323. width: 100%;
  324. padding-top: 10rpx;
  325. padding-bottom: 10rpx;
  326. flex-wrap: wrap;
  327. flex: 1;
  328. /* 允许内容占用剩余空间 */
  329. white-space: normal;
  330. /* 允许内容换行 */
  331. overflow-wrap: break-word;
  332. /* 处理长单词的换行 */
  333. position: relative;
  334. }
  335. .trends-one .commentbox .comment2 .delete {
  336. width: 100rpx;
  337. height: 50rpx;
  338. display: flex;
  339. justify-content: center;
  340. align-items: center;
  341. background-color: white;
  342. position: absolute;
  343. top: -40rpx;
  344. left: 50%;
  345. z-index: 99;
  346. }
  347. .trends-one .commentbox2 {
  348. display: flex;
  349. flex-direction: column;
  350. align-items: center;
  351. flex-wrap: wrap;
  352. font-size: 26rpx;
  353. padding-right: 10rpx;
  354. }
  355. .trends-one .commentbox2 .comment {
  356. width: 100%;
  357. flex-wrap: wrap;
  358. flex: 1;
  359. /* 允许内容占用剩余空间 */
  360. white-space: normal;
  361. /* 允许内容换行 */
  362. overflow-wrap: break-word;
  363. /* 处理长单词的换行 */
  364. position: relative;
  365. }
  366. .trends-one .commentbox2 .comment .delete {
  367. width: 100rpx;
  368. height: 50rpx;
  369. display: flex;
  370. justify-content: center;
  371. align-items: center;
  372. background-color: white;
  373. position: absolute;
  374. top: -40rpx;
  375. left: 50%;
  376. z-index: 99;
  377. }
  378. .trends-one .commentbox2 .comment2 {
  379. background-color: #bfbebe;
  380. width: 100%;
  381. padding-top: 10rpx;
  382. padding-bottom: 10rpx;
  383. flex-wrap: wrap;
  384. flex: 1;
  385. /* 允许内容占用剩余空间 */
  386. white-space: normal;
  387. /* 允许内容换行 */
  388. overflow-wrap: break-word;
  389. /* 处理长单词的换行 */
  390. position: relative;
  391. }
  392. .trends-one .commentbox2 .comment2 .delete {
  393. width: 100rpx;
  394. height: 50rpx;
  395. display: flex;
  396. justify-content: center;
  397. align-items: center;
  398. background-color: white;
  399. position: absolute;
  400. top: -40rpx;
  401. left: 50%;
  402. z-index: 99;
  403. }
  404. .trends-two {
  405. width: 685rpx;
  406. margin-bottom: 20rpx;
  407. padding-left: 15rpx;
  408. padding-right: 15rpx;
  409. padding-bottom: 20rpx;
  410. padding-top: 20rpx;
  411. color: #333333;
  412. border-radius: 15rpx;
  413. background-color: white;
  414. font-family: MicrosoftYaHei;
  415. }
  416. .trends-two .namebax {
  417. width: 100%;
  418. height: 105rpx;
  419. display: flex;
  420. align-items: center;
  421. }
  422. .trends-two .namebax image {
  423. width: 105rpx;
  424. height: 105rpx;
  425. border-radius: 50%;
  426. }
  427. .trends-two .namebax .name {
  428. margin-left: 10rpx;
  429. font-family: MicrosoftYaHei;
  430. font-size: 28rpx;
  431. color: #333333;
  432. }
  433. .trends-two .namebax .guanzhu {
  434. width: 85rpx;
  435. height: 35rpx;
  436. margin-left: auto;
  437. display: flex;
  438. align-items: center ;
  439. justify-content: center;
  440. font-family: MicrosoftYaHei;
  441. font-size: 20rpx;
  442. color: #3C3C3C;
  443. border: solid 2rpx #3C3C3C;
  444. border-radius: 40rpx;
  445. }
  446. .trends-two .text {
  447. width: 100%;
  448. font-size: 26rpx;
  449. margin-top: 30rpx;
  450. }
  451. .trends-two .text .contentbox {
  452. width: 100%;
  453. overflow: hidden;
  454. display: -webkit-box;
  455. -webkit-box-orient: vertical;
  456. -webkit-line-clamp: 4;
  457. text-overflow: ellipsis;
  458. }
  459. .trends-two .text .quanwen {
  460. font-size: 26rpx;
  461. color: #CDCDD2;
  462. margin-top: 20rpx;
  463. }
  464. .trends-two .full-content {
  465. width: 100%;
  466. font-size: 26rpx;
  467. margin-top: 30rpx;
  468. }
  469. .trends-two .full-content .quanwen {
  470. font-size: 26rpx;
  471. color: #CDCDD2;
  472. margin-top: 20rpx;
  473. }
  474. .trends-two .picture {
  475. width: 100%;
  476. display: flex;
  477. flex-wrap: wrap;
  478. margin-top: 30rpx;
  479. }
  480. .trends-two .picture .image {
  481. width: 210rpx;
  482. height: 210rpx;
  483. margin-right: 8rpx;
  484. margin-bottom: 8rpx;
  485. border-radius: 15rpx;
  486. }
  487. .trends-two .picture5 {
  488. width: 100%;
  489. display: flex;
  490. flex-wrap: wrap;
  491. margin-top: 30rpx;
  492. justify-content: center;
  493. }
  494. .trends-two .picture5 .image {
  495. width: 200rpx;
  496. height: 200rpx;
  497. border-radius: 15rpx;
  498. }
  499. .trends-two .picture5 .image-wrapper {
  500. margin-right: 10rpx;
  501. position: relative;
  502. }
  503. .trends-two .picture5 .image-wrapper:nth-of-type(3n) {
  504. margin-right: 0;
  505. /* 每行的最后一张图片不需要右边距 */
  506. }
  507. .trends-two .picture5 .more-images {
  508. position: absolute;
  509. bottom: 10rpx;
  510. right: 0rpx;
  511. background-color: rgba(0, 0, 0, 0.5);
  512. /* 半透明背景 */
  513. color: white;
  514. font-size: 26px;
  515. width: 200rpx;
  516. height: 200rpx;
  517. display: flex;
  518. align-items: center;
  519. justify-content: center;
  520. }
  521. .trends-two .picture2 {
  522. width: 100%;
  523. display: flex;
  524. flex-wrap: wrap;
  525. justify-content: start;
  526. margin-top: 30rpx;
  527. }
  528. .trends-two .picture2 .image {
  529. width: 310rpx;
  530. height: 310rpx;
  531. margin-right: 20rpx;
  532. margin-bottom: 10rpx;
  533. border-radius: 15rpx;
  534. }
  535. .trends-two .picture4 {
  536. width: 100%;
  537. display: flex;
  538. flex-wrap: wrap;
  539. margin-top: 30rpx;
  540. justify-content: start;
  541. }
  542. .trends-two .picture4 .image {
  543. width: 310rpx;
  544. height: 310rpx;
  545. margin-right: 20rpx;
  546. margin-bottom: 20rpx;
  547. object-fit: cover;
  548. border-radius: 15rpx;
  549. }
  550. .trends-two .picture4 .image:nth-child(2n) {
  551. margin-right: 0;
  552. /* 每行的最后一张图片不需要右边距 */
  553. }
  554. .trends-two .picture3 {
  555. width: 100vw;
  556. display: flex;
  557. justify-content: start;
  558. flex-wrap: wrap;
  559. margin-top: 30rpx;
  560. }
  561. .trends-two .picture3 .image {
  562. margin-right: 10rpx;
  563. margin-bottom: 10rpx;
  564. }
  565. .trends-two .picture3 .image-portrait {
  566. width: 332rpx;
  567. /* 竖屏图片的宽度 */
  568. height: 425rpx;
  569. border-radius: 15rpx;
  570. }
  571. .trends-two .picture3 .image-landscape {
  572. width: 442rpx;
  573. /* 横屏图片的宽度 */
  574. height: 310rpx;
  575. border-radius: 15rpx;
  576. }
  577. .trends-two .addbox {
  578. width: 100%;
  579. height: 30rpx;
  580. display: flex;
  581. align-items: center;
  582. margin-top: 25rpx;
  583. }
  584. .trends-two .addbox .add-tex {
  585. font-size: 20rpx;
  586. display: flex;
  587. justify-content: center;
  588. align-items: center;
  589. }
  590. .trends-two .timebox {
  591. width: 100%;
  592. display: flex;
  593. align-items: center;
  594. position: relative;
  595. margin-top: 10rpx;
  596. }
  597. .trends-two .timebox .dianzan {
  598. width: 80rpx;
  599. height: 50rpx;
  600. font-size: 24rpx;
  601. display: flex;
  602. align-items: center;
  603. }
  604. .trends-two .timebox .time-box {
  605. width: 100%;
  606. height: 100%;
  607. display: flex;
  608. align-items: center;
  609. }
  610. .trends-two .timebox .time-box .time {
  611. font-size: 30rpx;
  612. margin-right: 20rpx;
  613. }
  614. .trends-two .timebox .time-box .pinlunbox {
  615. height: 100%;
  616. display: flex;
  617. align-items: center;
  618. margin-left: auto;
  619. font-size: 24rpx;
  620. }
  621. .trends-two .timebox .functionbox {
  622. width: 280rpx;
  623. height: 80rpx;
  624. background-color: black;
  625. display: flex;
  626. align-items: center;
  627. justify-content: center;
  628. position: absolute;
  629. right: 99rpx;
  630. border-radius: 10rpx;
  631. }
  632. .trends-two .timebox .functionbox .function {
  633. width: 100%;
  634. display: flex;
  635. color: white;
  636. justify-content: center;
  637. }
  638. .trends-two .timebox .functionbox .function .function1 {
  639. width: 48%;
  640. display: flex;
  641. justify-content: center;
  642. color: white;
  643. }
  644. .trends-two .timebox .functionbox .function .function1 .text2 {
  645. display: flex;
  646. justify-content: center;
  647. align-items: center;
  648. font-size: 28rpx;
  649. margin-left: 12rpx;
  650. }
  651. .trends-two .timebox .point {
  652. display: flex;
  653. align-items: center;
  654. justify-content: center;
  655. width: 70rpx;
  656. height: 40rpx;
  657. border-radius: 10rpx;
  658. background-color: #efefef;
  659. color: #506692;
  660. font-size: 50rpx;
  661. margin-left: auto;
  662. }
  663. .trends-two .chinkinbox {
  664. padding-top: 10rpx;
  665. padding-bottom: 10rpx;
  666. margin-left: 90rpx;
  667. display: flex;
  668. background-color: #efefef;
  669. align-items: center;
  670. padding-left: 18rpx;
  671. flex-wrap: wrap;
  672. }
  673. .trends-two .chinkinbox .chickname {
  674. font-size: 30rpx;
  675. margin-left: 8rpx;
  676. }
  677. .trends-two .sending {
  678. background-color: #efefef;
  679. display: flex;
  680. padding-top: 20rpx;
  681. padding-left: 20rpx;
  682. width: 100%;
  683. height: 80rpx;
  684. position: relative;
  685. }
  686. .trends-two .sending .textarea {
  687. background-color: white;
  688. width: 600rpx;
  689. border-radius: 15rpx;
  690. padding-left: 12rpx;
  691. }
  692. .trends-two .sending .button {
  693. position: absolute;
  694. /* 设置为绝对定位 */
  695. bottom: 18rpx;
  696. /* 距离底部10rpx */
  697. right: 10rpx;
  698. /* 距离右侧10rpx */
  699. width: 100rpx;
  700. height: 50rpx;
  701. display: flex;
  702. align-items: center;
  703. justify-content: center;
  704. font-size: 28rpx;
  705. background-color: #29b129;
  706. margin-left: 10rpx;
  707. border-radius: 15rpx;
  708. color: white;
  709. }
  710. .trends-two .sending .button2 {
  711. position: absolute;
  712. /* 设置为绝对定位 */
  713. bottom: 18rpx;
  714. /* 距离底部10rpx */
  715. right: 10rpx;
  716. /* 距离右侧10rpx */
  717. width: 100rpx;
  718. height: 50rpx;
  719. display: flex;
  720. align-items: center;
  721. justify-content: center;
  722. font-size: 28rpx;
  723. background-color: white;
  724. margin-left: 10rpx;
  725. border-radius: 15rpx;
  726. color: gray;
  727. border: gray solid 1px;
  728. }
  729. .trends-two .commentbox {
  730. display: flex;
  731. flex-direction: column;
  732. align-items: center;
  733. flex-wrap: wrap;
  734. font-size: 26rpx;
  735. padding-right: 10rpx;
  736. }
  737. .trends-two .commentbox .comment {
  738. width: 100%;
  739. flex-wrap: wrap;
  740. flex: 1;
  741. /* 允许内容占用剩余空间 */
  742. white-space: normal;
  743. /* 允许内容换行 */
  744. overflow-wrap: break-word;
  745. /* 处理长单词的换行 */
  746. position: relative;
  747. }
  748. .trends-two .commentbox .comment .delete {
  749. width: 100rpx;
  750. height: 50rpx;
  751. display: flex;
  752. justify-content: center;
  753. align-items: center;
  754. background-color: white;
  755. position: absolute;
  756. top: -40rpx;
  757. left: 50%;
  758. z-index: 99;
  759. }
  760. .trends-two .commentbox .comment2 {
  761. background-color: #bfbebe;
  762. width: 100%;
  763. padding-top: 10rpx;
  764. padding-bottom: 10rpx;
  765. flex-wrap: wrap;
  766. flex: 1;
  767. /* 允许内容占用剩余空间 */
  768. white-space: normal;
  769. /* 允许内容换行 */
  770. overflow-wrap: break-word;
  771. /* 处理长单词的换行 */
  772. position: relative;
  773. }
  774. .trends-two .commentbox .comment2 .delete {
  775. width: 100rpx;
  776. height: 50rpx;
  777. display: flex;
  778. justify-content: center;
  779. align-items: center;
  780. background-color: white;
  781. position: absolute;
  782. top: -40rpx;
  783. left: 50%;
  784. z-index: 99;
  785. }
  786. .trends-two .commentbox2 {
  787. display: flex;
  788. flex-direction: column;
  789. align-items: center;
  790. flex-wrap: wrap;
  791. font-size: 26rpx;
  792. padding-right: 10rpx;
  793. }
  794. .trends-two .commentbox2 .comment {
  795. width: 100%;
  796. flex-wrap: wrap;
  797. flex: 1;
  798. /* 允许内容占用剩余空间 */
  799. white-space: normal;
  800. /* 允许内容换行 */
  801. overflow-wrap: break-word;
  802. /* 处理长单词的换行 */
  803. position: relative;
  804. }
  805. .trends-two .commentbox2 .comment .delete {
  806. width: 100rpx;
  807. height: 50rpx;
  808. display: flex;
  809. justify-content: center;
  810. align-items: center;
  811. background-color: white;
  812. position: absolute;
  813. top: -40rpx;
  814. left: 50%;
  815. z-index: 99;
  816. }
  817. .trends-two .commentbox2 .comment2 {
  818. background-color: #bfbebe;
  819. width: 100%;
  820. padding-top: 10rpx;
  821. padding-bottom: 10rpx;
  822. flex-wrap: wrap;
  823. flex: 1;
  824. /* 允许内容占用剩余空间 */
  825. white-space: normal;
  826. /* 允许内容换行 */
  827. overflow-wrap: break-word;
  828. /* 处理长单词的换行 */
  829. position: relative;
  830. }
  831. .trends-two .commentbox2 .comment2 .delete {
  832. width: 100rpx;
  833. height: 50rpx;
  834. display: flex;
  835. justify-content: center;
  836. align-items: center;
  837. background-color: white;
  838. position: absolute;
  839. top: -40rpx;
  840. left: 50%;
  841. z-index: 99;
  842. }