index.less 22 KB

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