detail.wxss 17 KB

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