index.less 21 KB

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