partDetail.wxss 17 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060
  1. @import "../../../../wxParse/wxParse.wxss";
  2. @import "../../../../pages/volunteer/detail.wxss";
  3. page{
  4. padding-bottom: 150rpx;
  5. box-sizing: border-box;
  6. }
  7. .partcontent{
  8. position: relative;
  9. background: #F5F5F5;
  10. display: flex;
  11. flex-direction: column;
  12. }
  13. .partime-container {
  14. /* padding:250rpx 0 0 0; */
  15. box-sizing: border-box;
  16. display: flex;
  17. flex-direction: column;
  18. }
  19. .partbg{
  20. /* position: absolute;
  21. left:0;
  22. top:0; */
  23. width: 750rpx;
  24. height: 347rpx;
  25. }
  26. .btn {
  27. width: 330rpx;
  28. height: 85rpx;
  29. border-radius: 43rpx;
  30. color: #ffffff;
  31. text-align: center;
  32. padding-top: 2rpx;
  33. }
  34. .text-bao {
  35. font-size: 30rpx;
  36. font-family: FZZhunYuan-M02S;
  37. font-weight: 400;
  38. color: #1a1a1a;
  39. margin-top: 11rpx;
  40. }
  41. .text-b {
  42. opacity: 0.78;
  43. font-size: 24rpx;
  44. font-family: FZZhunYuan-M02S;
  45. font-weight: 400;
  46. color: #4c441e;
  47. /* margin-top: 4rpx; */
  48. }
  49. .btn-box {
  50. display: flex;
  51. justify-content: space-between;
  52. flex: 1;
  53. }
  54. .see-code {
  55. width: 197rpx;
  56. height: 85rpx;
  57. background: #fffae1;
  58. border: 1px solid #ffa836;
  59. border-radius: 44rpx;
  60. font-size: 30rpx;
  61. font-family: FZZhunYuan-M02S;
  62. font-weight: 400;
  63. text-align: center;
  64. color: #ffa836;
  65. line-height: 85rpx;
  66. }
  67. .partimewrap{
  68. display: flex;
  69. flex-direction: column;
  70. }
  71. .partime-detail {
  72. width:100%;
  73. display:flex;
  74. justify-content:space-between;
  75. padding-bottom: 22rpx;
  76. box-sizing: border-box;
  77. /* border-bottom: 1px solid #E6E6E6; */
  78. }
  79. .partime-address{
  80. display: flex;
  81. flex-direction: column;
  82. padding: 33rpx 0 0;
  83. box-sizing: border-box;
  84. }
  85. .partime-label{
  86. font-size: 24rpx;
  87. font-family: PingFang SC, PingFang SC-Regular;
  88. font-weight: 400;
  89. text-align: left;
  90. color: #666666;
  91. line-height: 33rpx;
  92. letter-spacing: 0rpx;
  93. margin-top: 9rpx;
  94. }
  95. .partime-label-a{
  96. display: flex;
  97. flex-direction: row;
  98. align-items: center;
  99. }
  100. .partime-percentwo{
  101. width: 100%;
  102. display: flex;
  103. flex-direction: row;
  104. justify-content: space-between;
  105. }
  106. .mask{
  107. width:100%;
  108. height:100%;
  109. position:fixed;
  110. background-color: rgba(0, 0, 0, 0.64);
  111. z-index:9999;
  112. top:0;
  113. left:0;
  114. overflow: hidden;
  115. transition: all .5s;
  116. }
  117. .partime-detail-member {
  118. margin-left: 32rpx;
  119. margin-top: 20rpx;
  120. width: 700rpx;
  121. display: flex;
  122. justify-content: space-between;
  123. background: #fff;
  124. }
  125. .detaileft{
  126. width: 100%;
  127. /* margin: 10rpx auto; */
  128. position: relative;
  129. z-index: 2;
  130. min-height: 250rpx;
  131. }
  132. .isvip-shadowbg{
  133. filter: blur(8rpx) opacity(80%);
  134. z-index: -1;
  135. }
  136. .isvip-shadowbg-fix{
  137. height: 400rpx;
  138. }
  139. .isvip-shadow{
  140. margin-top: 20rpx;
  141. position: absolute;
  142. left:0;
  143. top:0;
  144. width: 100%;
  145. height: 100%;
  146. font-size: 28rpx;
  147. display: flex;
  148. flex-direction: column;
  149. z-index: 30;
  150. /* text-decoration:underline; */
  151. }
  152. .isvip-shadow .tet{
  153. color:#9DDB52;
  154. font-weight: bold;
  155. z-index: 200;
  156. }
  157. .isvip-shadowbt{
  158. position: absolute;
  159. left:0;
  160. top:0;
  161. width: 100%;
  162. height: 100%;
  163. z-index: -1;
  164. }
  165. .joinbtn{
  166. margin-top:40rpx;
  167. width: 169rpx;
  168. height: 54rpx;
  169. opacity: 1;
  170. background: #9DDB52;
  171. border-radius: 27rpx;
  172. opacity: 1;
  173. font-size: 24rpx;
  174. font-family: PingFang SC, PingFang SC-Regular;
  175. font-weight: 400;
  176. text-align: left;
  177. color: #ffffff;
  178. line-height: 54rpx;
  179. text-align: center;
  180. }
  181. .zindex{
  182. z-index: 9999;
  183. }
  184. .partime-percent {
  185. width: 100%;
  186. display: flex;
  187. flex-direction: row;
  188. /* justify-content: space-between; */
  189. }
  190. .partime-percent text {
  191. color:#1A1A1A;
  192. font-size: 32rpx;
  193. font-family: "FZZhunYuan-M02S";
  194. font-weight: 400;
  195. }
  196. .partime-percent text:nth-child(2n){
  197. /* color:#666666;
  198. font-size: 32rpx;
  199. font-family: FZZhunYuan-M02S;
  200. font-weight: 400; */
  201. color: #666666;
  202. margin-left: 20rpx;
  203. }
  204. .partime-right {
  205. width: 50%;
  206. }
  207. .icon-address {
  208. font-size: 36rpx;
  209. position: absolute;
  210. top: 0rpx;
  211. left: 0;
  212. }
  213. .address-w {
  214. text-indent: 40rpx;
  215. }
  216. .mainbg {
  217. width: 358rpx;
  218. }
  219. .greybg {
  220. width: 358rpx;
  221. }
  222. .partime-bg {
  223. width: 690rpx;
  224. background: #ffffff;
  225. border-radius: 20rpx;
  226. overflow: hidden;
  227. margin-bottom: 25rpx;
  228. padding:43rpx 30rpx 36rpx 30rpx;
  229. box-sizing: border-box;
  230. display: flex;
  231. flex-direction: column;
  232. margin-left: 30rpx;
  233. }
  234. .partime-detail .partime-detail-title {
  235. font-size: 34rpx;
  236. font-weight: 700;
  237. font-family: PingFang-SC-Bold;
  238. color: #292929;
  239. letter-spacing: 2rpx;
  240. position: relative;
  241. padding-left:20rpx;
  242. box-sizing: border-box;
  243. }
  244. .partime-detail-member .partime-detail-title {
  245. font-size: 34rpx;
  246. font-weight: 700;
  247. font-family: PingFang-SC-Bold;
  248. color: #292929;
  249. letter-spacing: 2rpx;
  250. position: relative;
  251. padding-left:20rpx;
  252. box-sizing: border-box;
  253. }
  254. .partime-detail-top {
  255. padding-top: 13rpx;
  256. width: 85%;
  257. }
  258. .partime-detail-container {
  259. position: relative;
  260. /* width: 84%; */
  261. /* padding: 15rpx 0; */
  262. }
  263. .partime-txt {
  264. /* padding-left:30rpx; */
  265. display: flex;
  266. flex-direction: row;
  267. align-items: center;
  268. margin-top:13rpx;
  269. }
  270. .part-item{
  271. padding:3rpx 9rpx;
  272. box-sizing: border-box;
  273. opacity: 1;
  274. font-size: 20rpx;
  275. font-family: PingFang-SC-Regular;
  276. color: #767676;
  277. display: flex;
  278. border: 1px solid #767676;
  279. border-radius: 3rpx;
  280. margin-right: 15rpx;
  281. }
  282. .partime-border-left {
  283. height: 20rpx;
  284. display: inline-block;
  285. border: 1px solid #ccc;
  286. margin-left: 10rpx;
  287. vertical-align: middle;
  288. }
  289. .partime-border {
  290. padding-left: 10rpx;
  291. }
  292. /* .partime-listcolor{
  293. margin-bottom: 120rpx;
  294. } */
  295. .partime-price {
  296. color: #EC2E26;
  297. font-weight: 700;
  298. font-family: PingFang-SC-Bold;
  299. font-size: 45rpx;
  300. }
  301. .fixed{
  302. width:100%;
  303. height:100rpx;
  304. background:#fff;
  305. display: flex;
  306. /* position: fixed; */
  307. bottom:0;
  308. left: 0;
  309. margin-top: 45rpx;
  310. }
  311. .partime-hour {
  312. color: #EC2E26;
  313. font-size: 24rpx;
  314. font-weight: 700;
  315. white-space: nowrap;
  316. font-family: PingFang-SC-Regular;
  317. }
  318. .partime-data {
  319. font-size: 20rpx;
  320. color: #626262;
  321. }
  322. .partime-all {
  323. margin-top: 20rpx;
  324. /* height: 200rpx; */
  325. }
  326. .partime-title {
  327. padding-left: 30rpx;
  328. padding-top: 18rpx;
  329. font-size: 30rpx;
  330. font-family: PingFang-SC-Regular;
  331. color: #7b7b7b;
  332. display: block;
  333. line-height: 46rpx;
  334. }
  335. .partime-box {
  336. display: flex;
  337. flex-direction: column;
  338. margin-left: auto;
  339. justify-content: center;
  340. align-items: center;
  341. }
  342. .partime-flud-container {
  343. /* padding-left: 30rpx;
  344. padding-top: 20rpx; */
  345. }
  346. .part-right {
  347. margin-right: 19rpx;
  348. }
  349. .partime-train {
  350. margin-right: -92rpx;
  351. }
  352. .imgurl {
  353. width: 30rpx;
  354. height: 40rpx;
  355. vertical-align: middle;
  356. padding-right: 13rpx;
  357. }
  358. .partime-url {
  359. padding-left: 30rpx;
  360. padding-top: 18rpx;
  361. font-size: 25rpx;
  362. font-family: PingFang-SC-Regular;
  363. color: #7b7b7b;
  364. padding-bottom: 20rpx;
  365. }
  366. /* .partime-num{
  367. padding-left: 10rpx;
  368. }
  369. .partime-left {
  370. padding-left: 80rpx;
  371. }
  372. .partime-leftone {
  373. padding-left: 101rpx;
  374. }
  375. .partime-leftwo {
  376. padding-left: 71rpx;
  377. } */
  378. .partime-main {
  379. /* line-height: 63rpx; */
  380. display: flex;
  381. margin-top: 26rpx;
  382. font-family: "FZZhunYuan-M02S";
  383. font-weight: 400;
  384. }
  385. .partime-left {
  386. margin-left: 20rpx;
  387. }
  388. .partime-main text {
  389. font-size: 28rpx;
  390. font-family: "FZZhunYuan-M02S";
  391. font-weight: 400;
  392. color: #1a1a1a;
  393. }
  394. .partime-con {
  395. line-height: 63rpx;
  396. display: flex;
  397. }
  398. .partime-con text {
  399. font-size: 28rpx;
  400. }
  401. .partime-list {
  402. display: flex;
  403. /* margin-top: 20rpx;
  404. margin-left: 16rpx; */
  405. }
  406. .imglist {
  407. flex: 1;
  408. }
  409. .list-label {
  410. color: #1a1a1a;
  411. font-family: "FZZhunYuan-M02S";
  412. font-weight: 400;
  413. }
  414. .imgnode {
  415. flex: 1;
  416. margin-top: 34rpx;
  417. }
  418. .partime-text {
  419. display: flex;
  420. }
  421. .partime-text-flud {
  422. margin-left: 16rpx;
  423. /* flex: 1; */
  424. font-size: 30rpx;
  425. font-weight: 700;
  426. }
  427. .partime-text-config {
  428. margin-left: 16rpx;
  429. font-size: 30rpx;
  430. font-weight: 700;
  431. padding-left: 67rpx;
  432. }
  433. .partime-text-three {
  434. margin-left: 16rpx;
  435. font-size: 30rpx;
  436. font-weight: 700;
  437. padding-left: 69rpx;
  438. }
  439. .partime-text-four {
  440. margin-left: 16rpx;
  441. font-size: 30rpx;
  442. font-weight: 700;
  443. padding-left: 67rpx;
  444. }
  445. .partime-text-fludone {
  446. margin-left: 16rpx;
  447. margin-top: 12rpx;
  448. /* flex: 1; */
  449. font-size: 25rpx;
  450. color: #626262;
  451. font-family: PingFang-SC-Regular;
  452. }
  453. .partime-text-fludtwo {
  454. margin-left: 16rpx;
  455. margin-top: 12rpx;
  456. /* flex: 1; */
  457. font-size: 25rpx;
  458. color: #626262;
  459. font-family: PingFang-SC-Regular;
  460. padding-left: 41rpx;
  461. }
  462. .partime-text-fludthree {
  463. margin-left: 16rpx;
  464. margin-top: 12rpx;
  465. /* flex: 1; */
  466. font-size: 25rpx;
  467. color: #626262;
  468. font-family: PingFang-SC-Regular;
  469. padding-left: 41rpx;
  470. }
  471. .partime-text-fludfour {
  472. margin-left: 16rpx;
  473. margin-top: 12rpx;
  474. /* flex: 1; */
  475. font-size: 25rpx;
  476. color: #626262;
  477. font-family: PingFang-SC-Regular;
  478. padding-left: 45rpx;
  479. }
  480. .partime-info {
  481. padding-left: 30rpx;
  482. padding-top: 18rpx;
  483. padding-bottom: 18rpx;
  484. margin-top: 20rpx;
  485. font-size: 25rpx;
  486. font-family: PingFang-SC-Regular;
  487. /* color: #7b7b7b; */
  488. background: #fdfbd2;
  489. color: black;
  490. opacity: 0.6;
  491. border-radius: 10rpx;
  492. border: 1px solid #f8ea04;
  493. width: 92%;
  494. margin-left: 10rpx;
  495. }
  496. .partime-bg-container {
  497. /* padding-bottom: 23rpx; */
  498. }
  499. .member {
  500. height: 100%;
  501. }
  502. .hot-title {
  503. display: flex;
  504. justify-content: space-between;
  505. align-items: center;
  506. height: 36rpx;
  507. font-size: 32rpx;
  508. font-family: "FZCuYuan-M03";
  509. font-weight: 400;
  510. color: #333333;
  511. position: relative;
  512. }
  513. .hot-title .line {
  514. position: absolute;
  515. width: 6rpx;
  516. height: 36rpx;
  517. background: #ffdd36;
  518. border-radius: 3rpx;
  519. top: 0;
  520. left: 0;
  521. opacity: .5;
  522. }
  523. /* .partime-detail-info {
  524. font-size: 30rpx;
  525. font-family: PingFang-SC-Regular;
  526. color: #292929;
  527. display: block;
  528. line-height: 50rpx;
  529. } */
  530. .imginfo {
  531. width: 43rpx;
  532. height: 34rpx;
  533. vertical-align: middle;
  534. padding-right: 13rpx;
  535. }
  536. .information {
  537. display: inline-block;
  538. width: 8%;
  539. vertical-align: top;
  540. padding-top: 16rpx;
  541. }
  542. .information-txt {
  543. display: inline-block;
  544. width: 80%;
  545. color: #fcc133;
  546. }
  547. .hk-leftt::after{
  548. content:"";
  549. position:absolute;
  550. width: 8rpx;
  551. height:34rpx;
  552. line-height: 34rpx;
  553. left:0rpx;
  554. bottom: 6rpx;
  555. background: #9DDB52;
  556. z-index: 999
  557. }
  558. .hk-leftt{
  559. position: relative;
  560. }
  561. .activity-title image{
  562. height: 38rpx;
  563. width: 84rpx;
  564. margin-right: 10rpx;
  565. }
  566. .activity-c{
  567. display: flex;
  568. flex-direction: column;
  569. width: 690rpx;
  570. margin:-90rpx auto 0 auto;
  571. padding-bottom: 100rpx;
  572. box-sizing: border-box;
  573. }
  574. .acitemwrap{
  575. background: white;
  576. margin-bottom: 20rpx;
  577. padding: 34rpx 30rpx 23rpx 30rpx;
  578. }
  579. .apwrap{
  580. position: relative;
  581. z-index: 22;
  582. width:100%;
  583. height: 99rpx;
  584. margin-left: -22rpx;
  585. }
  586. .activeity-price-c{
  587. color: white;
  588. background: #9DDB52;
  589. width: 690rpx;
  590. position: absolute;
  591. padding:0 30rpx;
  592. box-sizing: border-box;
  593. left:0;
  594. top:0;
  595. display: flex;
  596. align-items: center;
  597. z-index: 23;
  598. height: 99rpx;
  599. border-radius: 20rpx 20rpx 0px 0px;
  600. }
  601. .activeity-price-c label{
  602. font-size: 26rpx;
  603. }
  604. .activeity-price-c .num{
  605. margin-top: -10rpx;
  606. font-size: 44rpx;
  607. font-weight: 700;
  608. }
  609. .activeity-price-c .company{
  610. font-size: 26rpx;
  611. }
  612. .activeity-price-d{
  613. position: absolute;
  614. right:-45rpx;
  615. top:0;
  616. z-index:24;
  617. background: #FCC26E;
  618. border-bottom:99rpx solid #FCC26E;
  619. border-left: 30px solid #9DDB52;
  620. height: 0;
  621. display: flex;
  622. justify-content: center;
  623. align-items: center;
  624. width: 171rpx;
  625. border-radius: 0 20rpx 0rpx 0rpx;
  626. }
  627. .activeity-price-d text{
  628. font-size: 30rpx;
  629. font-weight: 700;
  630. margin-top: 99rpx;
  631. color: white;
  632. }
  633. .price {
  634. display: flex;
  635. flex-direction: row;
  636. align-items: center;
  637. }
  638. .price .p2 {
  639. font-size: 36rpx;
  640. font-weight: bold;
  641. color: #EC2E26;
  642. line-height: 45rpx;
  643. }
  644. .price .p1 {
  645. font-size: 22rpx;
  646. color: #EC2E26;
  647. line-height: 52rpx;
  648. }
  649. .acitemwrap .content .title-price .title{
  650. text-overflow: ellipsis;
  651. display: -webkit-box;
  652. -webkit-line-clamp: 2;
  653. -webkit-box-orient: vertical;
  654. overflow: hidden;
  655. font-size: 36rpx;
  656. font-family: "FZCuYuan-M03";
  657. font-weight: 400;
  658. color: #1a1a1a;
  659. width: 520rpx;
  660. flex-shrink: 0;
  661. }
  662. .acitemwrap .content .label{
  663. height: 36rpx;
  664. line-height: 36rpx;
  665. background: #f3ffe5;
  666. border-radius: 16rpx 16rpx 16rpx 0px;
  667. font-size: 28rpx;
  668. font-weight: 400;
  669. text-align: center;
  670. color: #9ddb52;
  671. padding: 0 19rpx;
  672. width:fit-content;
  673. margin-top: 12rpx;
  674. margin-right: 20rpx;
  675. display: inline-block;
  676. }
  677. .acitemwrap .content .label2{
  678. font-size: 26rpx;
  679. font-weight: 400;
  680. color: #767676;
  681. margin-right: 10rpx;
  682. display: inline-block;
  683. }
  684. .acitemwrap .content .split{
  685. width: 100%;
  686. border-top: 1px solid #e6e6e6;
  687. margin: 30rpx 0;
  688. }
  689. .list{
  690. font-size: 28rpx;
  691. font-weight: 400;
  692. color: #666666;
  693. line-height: 33rpx;
  694. margin-top: 10rpx;
  695. position: relative;
  696. font-family: "FZZhunYuan-M02S";
  697. font-weight: 400;
  698. }
  699. .code-tip {
  700. font-size: 28rpx;
  701. font-family: PingFang SC, PingFang SC-Regular;
  702. font-weight: 400;
  703. text-align: center;
  704. color: #666666;
  705. }
  706. .code-img {
  707. width: 358rpx;
  708. height: 358rpx;
  709. margin-top: 22rpx;
  710. }
  711. .selt-btn {
  712. display: flex;
  713. justify-content: center;
  714. padding-bottom: 65rpx;
  715. }
  716. .i-know {
  717. width: 319rpx;
  718. height: 80rpx;
  719. background: #ffdc2f;
  720. border-radius: 40rpx;
  721. text-align: center;
  722. line-height: 80rpx;
  723. color: #333333;
  724. font-size: 32rpx;
  725. }
  726. .work-day-type {
  727. display: flex;
  728. justify-content: space-between;
  729. align-items: center;
  730. height: 55rpx;
  731. margin-top: 12rpx;
  732. }
  733. .work-day-type .sub-btn {
  734. background: #e6e6e6;
  735. border-radius: 28rpx;
  736. height: 55rpx;
  737. line-height: 55rpx;
  738. color: #0a0a0a;
  739. font-size: 28rpx;
  740. width: 150rpx;
  741. text-align: center;
  742. }
  743. .work-day-type .sub-btn.green{
  744. background: #FFDC2F;
  745. }
  746. .list-address-box {
  747. display: flex;
  748. justify-content: space-between;
  749. align-items: flex-end;
  750. }
  751. .righticon {
  752. font-size: 38rpx;
  753. }
  754. .title-price {
  755. display: flex;
  756. justify-content: space-between;
  757. align-items: center;
  758. }
  759. .comment{
  760. padding: 11rpx 0 41rpx 0;
  761. }
  762. .comment .card{
  763. margin-top: 30rpx;
  764. }
  765. .comment .card .head{
  766. display: inline-block;
  767. vertical-align: middle;
  768. width: 87rpx;
  769. height: 87rpx;
  770. border-radius: 50%;
  771. background: #f6f6f6;
  772. margin-right: 18rpx;
  773. }
  774. .comment .card .star-box{
  775. display: inline-block;
  776. vertical-align: middle;
  777. width: 350rpx;
  778. }
  779. .comment .card .star-box .name{
  780. text-overflow: ellipsis;
  781. white-space: nowrap;
  782. overflow: hidden;
  783. font-size: 32rpx;
  784. font-weight: 400;
  785. color: #1a1a1a;
  786. }
  787. .comment .card .star-box .iconfont-c3{
  788. margin-right: 12rpx;
  789. color: #b3b3b3;
  790. }
  791. .comment .card .star-box .iconfont-c3.yellow{
  792. color: #FED100;
  793. }
  794. .comment .card .time{
  795. width: 160rpx;
  796. text-align: right;
  797. display: inline-block;
  798. vertical-align: top;
  799. font-size: 28rpx;
  800. font-weight: 500;
  801. color: #999999;
  802. }
  803. .comment .card .desc{
  804. margin-top: 25rpx;
  805. font-size: 28rpx;
  806. font-weight: 400;
  807. color: #999999;
  808. line-height: 34rpx;
  809. }
  810. .comment .card .img-box{
  811. white-space: nowrap;
  812. overflow: auto;
  813. }
  814. .comment .card .img{
  815. width: 155rpx;
  816. height: 155rpx;
  817. background: #f6f6f6;
  818. margin: 18rpx 10rpx 0 0;
  819. }
  820. .comment .card .split{
  821. margin-top: 32rpx;
  822. border-top: 1px solid #e6e6e6;
  823. }
  824. .left-t-r i{
  825. font-size: 50rpx;
  826. }
  827. .left-t-r i.isyn{
  828. font-size: 50rpx;
  829. color: #FF9800;
  830. }
  831. .work-box {
  832. width: 690rpx;
  833. background: #ffffff;
  834. border-radius: 16rpx;
  835. /* margin-top: 23rpx; */
  836. margin-bottom: 20rpx;
  837. margin-left: 30rpx;
  838. }
  839. .work-top {
  840. padding: 41rpx 30rpx 26rpx 30rpx;
  841. box-sizing: border-box;
  842. }
  843. .work-img-box {
  844. display: flex;
  845. margin-top: 31rpx;
  846. }
  847. .work-bao {
  848. margin-left: 43rpx;
  849. width: 45rpx;
  850. height: 46rpx;
  851. }
  852. .work-dot {
  853. width: 71rpx;
  854. height: 11rpx;
  855. margin-left: 29rpx;
  856. align-self: center;
  857. }
  858. .work-lian {
  859. width: 44rpx;
  860. height: 42rpx;
  861. margin-left: 29rpx;
  862. }
  863. .work-kai {
  864. width: 49rpx;
  865. height: 44rpx;
  866. margin-left: 24rpx;
  867. }
  868. .work-dot3 {
  869. width: 71rpx;
  870. height: 11rpx;
  871. margin-left: 28rpx;
  872. align-self: center;
  873. }
  874. .work-wan {
  875. width: 53rpx;
  876. height: 36rpx;
  877. margin-left: 15rpx;
  878. }
  879. .word-box {
  880. display: flex;
  881. margin-top: 20rpx;
  882. }
  883. .word-box .item {
  884. font-size: 28rpx;
  885. font-family: FZZhunYuan-M02S;
  886. font-weight: 400;
  887. color: #000000;
  888. text-align: center;
  889. width: 132rpx;
  890. }
  891. .word-box .item .title-2{
  892. font-size: 22rpx;
  893. color: #666666;
  894. margin-top: 17rpx;
  895. }
  896. .word-box .item .title-3{
  897. font-size: 22rpx;
  898. color: #666666;
  899. margin-top: 10rpx;
  900. }
  901. .warning-box {
  902. width: 690rpx;
  903. height: 101rpx;
  904. background: #fffae1;
  905. border-radius: 0px 0px 16rpx 16rpx;
  906. display: flex;
  907. justify-content: space-between;
  908. align-items: center;
  909. padding: 0 30rpx;
  910. box-sizing: border-box;
  911. font-size: 24rpx;
  912. font-family: FZZhunYuan-M02S;
  913. font-weight: 400;
  914. color: #ffa836;
  915. }
  916. .warning-img {
  917. width: 39rpx;
  918. height: 39rpx;
  919. }
  920. .per-box {
  921. width: 690rpx;
  922. margin-left: 30rpx;
  923. padding: 30rpx;
  924. box-sizing: border-box;
  925. background-color: white;
  926. margin-bottom: 20rpx;
  927. border-radius: 20rpx;
  928. }
  929. .people {
  930. }
  931. .more {
  932. height: 90rpx;
  933. display: flex;
  934. align-items: center;
  935. margin-top: 33rpx;
  936. }
  937. .more .more-word {
  938. font-size: 24rpx;
  939. font-family: PingFang SC, PingFang SC-Regular;
  940. font-weight: 400;
  941. color: #666666;
  942. }
  943. .more .down {
  944. transform: rotate(-90deg);
  945. }
  946. .total-img {
  947. display: flex;
  948. flex-wrap: wrap;
  949. }
  950. .total-img .imgk {
  951. width: 90rpx;
  952. height: 90rpx;
  953. border-radius: 50%;
  954. margin-left: 30rpx;
  955. margin-top: 32rpx;
  956. }
  957. .total-img .imgk:first-child {
  958. margin-left: 0;
  959. }
  960. .total-img .imgk:nth-child(6n+1) {
  961. margin-left: 0;
  962. }
  963. .total-img .up {
  964. display: flex;
  965. align-items: center;
  966. margin-left: 30rpx;
  967. }
  968. .up-word{
  969. font-size: 24rpx;
  970. font-family: PingFang SC, PingFang SC-Regular;
  971. font-weight: 400;
  972. color: #666666;
  973. }
  974. .upicon {
  975. transform: rotate(90deg);
  976. margin-bottom: 12rpx;
  977. }
  978. .people-content {
  979. display: flex;
  980. justify-content: space-between;
  981. }
  982. .imgs {
  983. position: relative;
  984. margin-top: 33rpx;
  985. height: 90rpx;
  986. }
  987. .img {
  988. width: 90rpx;
  989. height: 90rpx;
  990. border-radius: 50%;
  991. position: absolute;
  992. top: 0;
  993. }
  994. .dot {
  995. position: absolute;
  996. top: 0;
  997. width: 90rpx;
  998. height: 90rpx;
  999. border-radius: 50%;
  1000. border: 1px dashed #999999;
  1001. text-align: center;
  1002. color: #999999;
  1003. box-sizing: border-box;
  1004. font-size: 28rpx;
  1005. line-height: 75rpx;
  1006. }