goodsDetails.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  1. @charset "UTF-8";
  2. /* 整体背景定位 */
  3. .service-description-position {
  4. width: 750rpx;
  5. background: white;
  6. z-index: 999;
  7. position: relative;
  8. top: -31rpx;
  9. border-radius: 20rpx;
  10. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05);
  11. }
  12. .service-description-container {
  13. width: 720rpx;
  14. height: auto;
  15. background: #FFFFFF;
  16. margin-left: 15rpx;
  17. padding: 20rpx 0;
  18. }
  19. .service-description-container .service-price-top {
  20. display: flex;
  21. align-items: baseline;
  22. margin-left: 20rpx;
  23. margin-bottom: 10rpx;
  24. }
  25. .service-description-container .service-price-top .service-price-tag1 {
  26. font-family: Source Han Sans;
  27. font-weight: 500;
  28. font-size: 40rpx;
  29. font-variation-settings: "opsz" auto;
  30. color: #FA2922;
  31. }
  32. .service-description-container .service-price-top .service-price-tag2 {
  33. font-family: Source Han Sans;
  34. font-weight: 600;
  35. font-size: 60rpx;
  36. font-variation-settings: "opsz" auto;
  37. color: #FA2922;
  38. }
  39. .service-description-container .service-price-top .service-price-tag3 {
  40. font-family: Source Han Sans;
  41. font-weight: 500;
  42. font-size: 32rpx;
  43. font-variation-settings: "opsz" auto;
  44. color: #FA2922;
  45. }
  46. .service-description-container .service-text {
  47. width: 694rpx;
  48. height: 36rpx;
  49. font-family: PingFang SC;
  50. font-size: 34rpx;
  51. font-weight: 600;
  52. line-height: 42rpx;
  53. letter-spacing: -0.02em;
  54. color: #141414;
  55. margin-left: 20rpx;
  56. white-space: nowrap;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. max-width: 694rpx;
  60. }
  61. .service-description-bottom {
  62. background: #FBFBFB;
  63. margin-top: 30rpx;
  64. display: flex;
  65. justify-content: space-around;
  66. align-items: center;
  67. padding: 20rpx 0rpx;
  68. width: 100%;
  69. }
  70. .service-description-bottom .service-item {
  71. display: flex;
  72. align-items: center;
  73. margin: 0 10rpx;
  74. }
  75. .service-description-bottom .service-description-bottom-img {
  76. width: 28rpx;
  77. height: 28rpx;
  78. margin-right: 8rpx;
  79. }
  80. .service-description-bottom .service-description-bottom-text {
  81. font-family: PingFang SC;
  82. font-size: 22rpx;
  83. font-weight: normal;
  84. line-height: 34rpx;
  85. letter-spacing: 0;
  86. color: #858585;
  87. white-space: nowrap;
  88. }
  89. .volunteer-Introduction {
  90. width: 750rpx;
  91. height: auto;
  92. background-color: #fff;
  93. padding: 30rpx;
  94. box-sizing: border-box;
  95. }
  96. .volunteer-Introduction .volunteer-Introduction-top {
  97. width: 100%;
  98. background: #FFF9ED;
  99. border-radius: 20rpx;
  100. border: 1rpx solid #FDEDD5;
  101. padding: 30rpx;
  102. box-sizing: border-box;
  103. position: relative;
  104. }
  105. .volunteer-Introduction .volunteer-main-content {
  106. display: flex;
  107. }
  108. .volunteer-Introduction .volunteer-image {
  109. width: 120rpx;
  110. height: 120rpx;
  111. border-radius: 50%;
  112. margin-right: 30rpx;
  113. }
  114. .volunteer-Introduction .volunteer-info {
  115. flex: 1;
  116. }
  117. .volunteer-Introduction .volunteer-info .name-row {
  118. display: flex;
  119. align-items: center;
  120. margin-bottom: 15rpx;
  121. }
  122. .volunteer-Introduction .volunteer-info .name-row .name {
  123. font-size: 32rpx;
  124. font-weight: bold;
  125. color: #333;
  126. margin-right: 20rpx;
  127. }
  128. .volunteer-Introduction .volunteer-info .name-row .stat-item {
  129. display: flex;
  130. align-items: center;
  131. margin-right: 20rpx;
  132. background: rgba(203, 157, 114, 0.2);
  133. padding: 4rpx 12rpx;
  134. border-radius: 4rpx;
  135. }
  136. .volunteer-Introduction .volunteer-info .name-row .stat-item image {
  137. width: 24rpx;
  138. height: 24rpx;
  139. margin-right: 6rpx;
  140. }
  141. .volunteer-Introduction .volunteer-info .name-row .stat-item text {
  142. font-size: 22rpx;
  143. color: #A17551;
  144. }
  145. .volunteer-Introduction .volunteer-info .contact-row {
  146. display: flex;
  147. font-size: 26rpx;
  148. color: #999;
  149. }
  150. .volunteer-Introduction .volunteer-info .contact-row text {
  151. margin-right: 20rpx;
  152. position: relative;
  153. }
  154. .volunteer-Introduction .volunteer-info .contact-row text:not(:last-child):after {
  155. content: "";
  156. position: absolute;
  157. right: -10rpx;
  158. top: 50%;
  159. transform: translateY(-50%);
  160. width: 1px;
  161. height: 16rpx;
  162. background-color: #ddd;
  163. }
  164. .volunteer-Introduction .view-profile {
  165. display: flex;
  166. align-items: center;
  167. justify-content: flex-end;
  168. border-radius: 10rpx;
  169. background: #FFEED2;
  170. padding: 6rpx 12rpx;
  171. width: fit-content;
  172. margin-left: auto;
  173. }
  174. .volunteer-Introduction .view-profile text {
  175. font-size: 24rpx;
  176. color: #BE8962;
  177. }
  178. .volunteer-Introduction .view-profile image {
  179. width: 24rpx;
  180. height: 24rpx;
  181. margin-left: 6rpx;
  182. }
  183. .volunteer-Introduction .tags-container {
  184. display: flex;
  185. }
  186. .volunteer-Introduction .tags-container .tag {
  187. padding: 12rpx 24rpx;
  188. border-radius: 11rpx;
  189. box-sizing: border-box;
  190. border: 1rpx solid #C4C3C3;
  191. font-size: 26rpx;
  192. color: #130F26;
  193. margin-right: 20rpx;
  194. }
  195. .volunteer-Introduction .volunteer-H1 {
  196. width: auto;
  197. height: 32rpx;
  198. font-family: PingFang SC;
  199. font-size: 32rpx;
  200. font-weight: 600;
  201. line-height: 32rpx;
  202. letter-spacing: -0.04em;
  203. color: #141414;
  204. margin-top: 44rpx;
  205. margin-bottom: 20rpx;
  206. display: flex;
  207. align-items: center;
  208. }
  209. .volunteer-Introduction .volunteer-H1-text {
  210. width: 672rpx;
  211. height: 190rpx;
  212. font-family: PingFang SC;
  213. font-size: 30rpx;
  214. font-weight: normal;
  215. line-height: 38rpx;
  216. text-align: justify;
  217. letter-spacing: -0.02em;
  218. color: rgba(0, 0, 0, 0.5);
  219. }
  220. .volunteer-Introduction .certificate-more-container {
  221. display: flex;
  222. flex-direction: column;
  223. }
  224. .volunteer-Introduction .certificate-more-container .certificate-more {
  225. display: flex;
  226. align-items: center;
  227. }
  228. .volunteer-Introduction .certificate-more-container .certificate-more text {
  229. width: 101rpx;
  230. height: 32rpx;
  231. font-family: PingFang SC;
  232. font-size: 26rpx;
  233. font-weight: normal;
  234. line-height: 32rpx;
  235. text-align: right;
  236. letter-spacing: -0.04em;
  237. color: #7B7B7B;
  238. }
  239. .volunteer-Introduction .certificate-more-container .certificate-more .certificate-arrow-icon {
  240. width: 28rpx;
  241. height: 28rpx;
  242. margin-left: 6rpx;
  243. }
  244. .comment-container {
  245. width: 750rpx;
  246. height: auto;
  247. background: #FFFFFF;
  248. margin-top: 20rpx;
  249. margin-bottom: 39rpx;
  250. }
  251. .comment-container .comment-top {
  252. display: flex;
  253. justify-content: space-between;
  254. align-items: center;
  255. }
  256. .comment-container .comment-top .comment-top-H2 {
  257. width: 200rpx;
  258. height: 32rpx;
  259. font-family: PingFang SC;
  260. font-size: 32rpx;
  261. font-weight: 500;
  262. line-height: 32rpx;
  263. letter-spacing: -0.04em;
  264. color: #141414;
  265. margin-left: 37rpx;
  266. margin-top: 50rpx;
  267. }
  268. .comment-container .comment-top .comment-top-text {
  269. display: flex;
  270. align-items: center;
  271. margin-top: 50rpx;
  272. }
  273. .comment-container .comment-top .comment-top-text text {
  274. width: 139rpx;
  275. height: 32rpx;
  276. font-family: PingFang SC;
  277. font-size: 26rpx;
  278. font-weight: normal;
  279. line-height: 32rpx;
  280. text-align: right;
  281. letter-spacing: -0.04em;
  282. color: #7B7B7B;
  283. }
  284. .comment-container .comment-top .comment-top-text .certificate-arrow-img {
  285. width: 24rpx;
  286. height: 24rpx;
  287. margin-right: 39rpx;
  288. }
  289. .comment-container .comment-evaluate {
  290. width: 694rpx;
  291. height: 266rpx;
  292. border-radius: 20rpx;
  293. background: #F4F5F7;
  294. box-sizing: border-box;
  295. border: 1rpx solid #FDEDD5;
  296. margin-left: 28rpx;
  297. margin-right: 28rpx;
  298. margin-top: 30rpx;
  299. margin-bottom: 30rpx;
  300. }
  301. .comment-container .comment-evaluate .comment-user-title {
  302. display: flex;
  303. align-items: center;
  304. }
  305. .comment-container .comment-evaluate .comment-user-title .comment-user-img1 {
  306. width: 80rpx;
  307. height: 80rpx;
  308. border-radius: 200rpx;
  309. margin-left: 36rpx;
  310. margin-top: 30rpx;
  311. }
  312. .comment-container .comment-evaluate .comment-user-title .user-rating {
  313. display: flex;
  314. flex-direction: column;
  315. margin-left: 24rpx;
  316. }
  317. .comment-container .comment-evaluate .comment-user-title .user-rating .user-name {
  318. margin-top: 30rpx;
  319. }
  320. .comment-container .comment-evaluate .comment-user-title .user-rating .rating-stars {
  321. display: flex;
  322. margin-top: 8rpx;
  323. }
  324. .comment-container .comment-evaluate .comment-user-img2 {
  325. width: 30rpx;
  326. height: 30rpx;
  327. }
  328. .comment-container .comment-evaluate .comment-evaluate-text {
  329. display: flex;
  330. justify-content: space-between;
  331. align-items: center;
  332. }
  333. .comment-container .comment-evaluate .comment-evaluate-text .comment-evaluate-text-text {
  334. width: 368rpx;
  335. height: 108rpx;
  336. font-family: PingFang SC;
  337. font-size: 26rpx;
  338. font-weight: normal;
  339. line-height: 36rpx;
  340. letter-spacing: -0.02em;
  341. color: rgba(20, 20, 20, 0.8);
  342. opacity: 0.9;
  343. margin-left: 36rpx;
  344. margin-top: -40rpx;
  345. display: -webkit-box;
  346. -webkit-line-clamp: 3;
  347. -webkit-box-orient: vertical;
  348. overflow: hidden;
  349. text-overflow: ellipsis;
  350. }
  351. .comment-container .comment-evaluate .comment-evaluate-text .comment-evaluate-img3 {
  352. width: 200rpx;
  353. height: 199rpx;
  354. margin-top: -40rpx;
  355. margin-right: 36rpx;
  356. }
  357. .certificate-container {
  358. display: flex;
  359. flex-wrap: wrap;
  360. gap: 20rpx;
  361. margin-top: 20rpx;
  362. }
  363. .certificate-img {
  364. width: 312rpx;
  365. height: 187rpx;
  366. }
  367. /* 添加卡片样式 */
  368. .card-container {
  369. display: flex;
  370. padding: 20rpx;
  371. margin: 10rpx;
  372. background-color: #fff;
  373. border-radius: 10rpx;
  374. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
  375. }
  376. .card-image {
  377. width: 120rpx;
  378. height: 120rpx;
  379. border-radius: 10rpx;
  380. margin-right: 20rpx;
  381. }
  382. .card-content {
  383. flex: 1;
  384. display: flex;
  385. flex-direction: column;
  386. justify-content: space-between;
  387. }
  388. .info-item,
  389. .Telephone,
  390. .date,
  391. .time {
  392. font-size: 26rpx;
  393. margin-bottom: 8rpx;
  394. }
  395. .box {
  396. height: 100vh;
  397. width: 100vw;
  398. position: fixed;
  399. top: 0;
  400. left: 0;
  401. z-index: 999999;
  402. background: red;
  403. }
  404. .card-container {
  405. display: flex;
  406. position: relative;
  407. padding: 20rpx;
  408. align-items: flex-start;
  409. background-color: #fff;
  410. border-radius: 12rpx;
  411. }
  412. /* 左侧图片 */
  413. .card-image {
  414. width: 240rpx;
  415. height: 380rpx;
  416. border-radius: 12rpx;
  417. margin-right: 30rpx;
  418. flex-shrink: 0;
  419. }
  420. /* 中间信息区域 */
  421. .card-info {
  422. flex: 1;
  423. padding-right: 100rpx;
  424. }
  425. .Telephone {
  426. white-space: nowrap;
  427. margin-bottom: 24rpx;
  428. font-size: 28rpx;
  429. line-height: 1.6;
  430. color: #333;
  431. }
  432. .info-item {
  433. margin-bottom: 24rpx;
  434. font-size: 28rpx;
  435. line-height: 1.6;
  436. color: #333;
  437. }
  438. /* 右上角评分 */
  439. .card-rating {
  440. position: absolute;
  441. top: 20rpx;
  442. right: 20rpx;
  443. background-color: #f8f8f8;
  444. padding: 6rpx 16rpx;
  445. border-radius: 20rpx;
  446. font-size: 24rpx;
  447. color: #ff9900;
  448. font-weight: bold;
  449. }
  450. /* 固定在页面底部 */
  451. .Wrap-btn {
  452. position: fixed;
  453. bottom: 0;
  454. width: 100%;
  455. background-color: white;
  456. padding: 40rpx 20rpx;
  457. box-shadow: -2rpx 5rpx rgba(0, 0, 0, 0.1);
  458. }
  459. .Wrapper {
  460. display: flex;
  461. align-items: center;
  462. gap: 10rpx;
  463. margin-top: 10rpx;
  464. }
  465. .Wrapper-img {
  466. width: 50rpx;
  467. height: 50rpx;
  468. margin-left: 10rpx;
  469. }
  470. .Wrapper-content {
  471. color: #101010;
  472. font-size: 25rpx;
  473. font-family: PingFangSC-regular;
  474. line-height: 20rpx;
  475. }
  476. .Wrap-content1 {
  477. display: flex;
  478. justify-content: flex-start;
  479. align-items: center;
  480. margin-left: 10rpx;
  481. margin-top: 10rpx;
  482. }
  483. .Wrap-info {
  484. display: flex;
  485. justify-content: flex-start;
  486. margin-left: 10rpx;
  487. margin-top: 25rpx;
  488. }
  489. .Wrap-content3 {
  490. margin-top: 25rpx;
  491. }
  492. .Wrap-content4 {
  493. margin-top: 25rpx;
  494. }
  495. .Wrap-content5 {
  496. display: flex;
  497. justify-content: flex-start;
  498. margin-left: 10rpx;
  499. margin-top: 25rpx;
  500. }
  501. .Wrap-content6 {
  502. margin-top: 25rpx;
  503. }
  504. .Wrap-detils-btn {
  505. display: flex;
  506. justify-content: flex-end;
  507. align-items: center;
  508. margin-top: 25rpx;
  509. }
  510. .Wrap-Payment {
  511. padding: 40rpx 30rpx;
  512. background-color: #fff;
  513. border-radius: 16rpx;
  514. margin-bottom: 20rpx;
  515. }
  516. .payment-header {
  517. display: flex;
  518. justify-content: space-between;
  519. align-items: center;
  520. padding: 20rpx 0 30rpx;
  521. }
  522. .payment-title {
  523. font-size: 32rpx;
  524. font-weight: bold;
  525. color: #333;
  526. }
  527. .payment-amount {
  528. font-size: 40rpx;
  529. color: #ff4d4f;
  530. font-weight: bold;
  531. }
  532. .payment-option {
  533. display: flex;
  534. justify-content: space-between;
  535. align-items: center;
  536. padding: 30rpx 0;
  537. }
  538. .option-left {
  539. display: flex;
  540. align-items: center;
  541. }
  542. .payment-icon {
  543. width: 64rpx;
  544. height: 64rpx;
  545. margin-right: 24rpx;
  546. border-radius: 8rpx;
  547. }
  548. .option-text {
  549. font-size: 30rpx;
  550. font-weight: 500;
  551. color: #333;
  552. }
  553. .other-payment {
  554. padding: 30rpx 0;
  555. display: flex;
  556. align-items: center;
  557. justify-content: space-between;
  558. }
  559. .other-payment-text {
  560. color: #1890ff;
  561. font-size: 28rpx;
  562. }
  563. .terms-of-service {
  564. padding: 30rpx 0;
  565. font-size: 24rpx;
  566. color: #999;
  567. line-height: 1.6;
  568. background-color: #f9f9f9;
  569. padding: 20rpx;
  570. border-radius: 8rpx;
  571. }
  572. .Wrap-detils-btn {
  573. display: flex;
  574. justify-content: space-between;
  575. align-items: center;
  576. padding: 30rpx;
  577. background-color: #fff;
  578. border-top: 1px solid #f0f0f0;
  579. }
  580. .certificate {
  581. display: flex;
  582. flex-direction: column;
  583. }
  584. .certificate-img {
  585. margin-bottom: 24rpx;
  586. }
  587. /* 第二层弹框 */
  588. .card-container {
  589. display: flex;
  590. flex-direction: row;
  591. align-items: flex-start;
  592. padding: 10px;
  593. }
  594. .card-image {
  595. width: 100px;
  596. height: 100px;
  597. border-radius: 8px;
  598. margin-right: 15px;
  599. object-fit: cover;
  600. }
  601. .card-content {
  602. flex: 1;
  603. display: flex;
  604. flex-direction: column;
  605. }
  606. .info-item,
  607. .Telephone,
  608. .date,
  609. .time {
  610. margin-bottom: 5px;
  611. font-size: 14px;
  612. color: #333;
  613. }
  614. .time span {
  615. margin-right: 8px;
  616. }
  617. .address-line {
  618. font-size: 14px;
  619. line-height: 20rpx;
  620. color: #333;
  621. display: block;
  622. margin-bottom: 30rpx;
  623. }
  624. /* 联系人信息容器 */
  625. .contact-info {
  626. display: flex;
  627. gap: 20rpx;
  628. }
  629. /* 姓名样式 */
  630. .contact-name {
  631. font-size: 12px;
  632. color: #999;
  633. line-height: 20rpx;
  634. }
  635. /* 电话样式 */
  636. .contact-phone {
  637. font-size: 12px;
  638. color: #999;
  639. line-height: 20rpx;
  640. }
  641. /* 弹框滚动内容样式 */
  642. .popup-scroll-content {
  643. height: calc(80vh - 120rpx);
  644. padding: 24rpx;
  645. padding-bottom: 30px;
  646. box-sizing: border-box;
  647. }
  648. /* 固定底部按钮样式 */
  649. .popup-fixed-bottom {
  650. position: absolute;
  651. bottom: 0;
  652. left: 0;
  653. right: 0;
  654. width: 100%;
  655. background-color: white;
  656. padding: 20rpx;
  657. box-sizing: border-box;
  658. display: flex;
  659. justify-content: flex-end;
  660. align-items: center;
  661. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.1);
  662. z-index: 1;
  663. }
  664. /* 服务信息项样式 */
  665. .service-info-item {
  666. display: flex;
  667. align-items: center;
  668. padding: 24rpx 0;
  669. border-bottom: 1px solid #f5f5f5;
  670. }
  671. .service-values {
  672. margin-left: 20rpx;
  673. }
  674. .service-label {
  675. width: 200rpx;
  676. font-size: 28rpx;
  677. color: #666;
  678. flex-shrink: 0;
  679. }
  680. .service-label1 {
  681. font-size: 28rpx;
  682. color: #666;
  683. flex-shrink: 0;
  684. }
  685. .service-value {
  686. font-size: 28rpx;
  687. color: #333;
  688. font-weight: 500;
  689. }
  690. .service-number-box {
  691. background-color: #f8f8f8;
  692. border-radius: 8rpx;
  693. }
  694. /* 服务周期样式 */
  695. .service-period {
  696. padding: 24rpx 0;
  697. border-bottom: 1px solid #f5f5f5;
  698. }
  699. .date-picker-container {
  700. margin: 20rpx 0;
  701. padding: 12rpx;
  702. background-color: #f8f8f8;
  703. border-radius: 8rpx;
  704. }
  705. .calendar-component {
  706. margin-top: 20rpx;
  707. border: 1px solid #f0f0f0;
  708. border-radius: 8rpx;
  709. }
  710. /* 备注容器样式 */
  711. .remark-container {
  712. padding: 24rpx 0;
  713. display: flex;
  714. flex-direction: column;
  715. }
  716. .remark-input {
  717. margin-top: 16rpx;
  718. background-color: #f8f8f8;
  719. border-radius: 8rpx;
  720. }
  721. /* 志愿者卡片样式 */
  722. .volunteer-card {
  723. display: flex;
  724. position: relative;
  725. padding: 24rpx 0;
  726. align-items: flex-start;
  727. }
  728. .volunteer-image {
  729. width: 180rpx;
  730. height: 180rpx;
  731. border-radius: 12rpx;
  732. margin-right: 24rpx;
  733. flex-shrink: 0;
  734. object-fit: cover;
  735. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1);
  736. }
  737. .volunteer-info {
  738. flex: 1;
  739. display: flex;
  740. flex-direction: column;
  741. gap: 16rpx;
  742. }
  743. .info-row {
  744. display: flex;
  745. align-items: center;
  746. }
  747. .info-label {
  748. color: #666;
  749. font-size: 26rpx;
  750. margin-right: 8rpx;
  751. width: 140rpx;
  752. flex-shrink: 0;
  753. }
  754. .info-value {
  755. color: #333;
  756. font-size: 26rpx;
  757. font-weight: 500;
  758. }
  759. .volunteer-rating {
  760. position: absolute;
  761. top: 24rpx;
  762. right: 0;
  763. background-color: #fff8e6;
  764. padding: 8rpx 16rpx;
  765. border-radius: 20rpx;
  766. display: flex;
  767. align-items: center;
  768. border: 1px solid #ffebb7;
  769. }
  770. .rating-text {
  771. font-size: 28rpx;
  772. color: #ff9900;
  773. font-weight: bold;
  774. margin-right: 6rpx;
  775. }
  776. .rating-label {
  777. font-size: 24rpx;
  778. color: #ff9900;
  779. }
  780. /* 技能描述样式 */
  781. .skill-description {
  782. padding: 16rpx 0;
  783. font-size: 28rpx;
  784. line-height: 1.6;
  785. color: #333;
  786. }
  787. /* 证书样式 */
  788. .certificate {
  789. display: flex;
  790. flex-direction: column;
  791. gap: 20rpx;
  792. }
  793. .certificate-img {
  794. border-radius: 8rpx;
  795. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
  796. margin-bottom: 16rpx;
  797. }
  798. /* Address selection styles */
  799. .address-display {
  800. padding: 16rpx;
  801. background-color: #f8f8f8;
  802. border-radius: 8rpx;
  803. margin-bottom: 16rpx;
  804. }
  805. .address-line {
  806. font-size: 28rpx;
  807. line-height: 40rpx;
  808. color: #333;
  809. display: block;
  810. margin-bottom: 12rpx;
  811. font-weight: 500;
  812. }
  813. .contact-info {
  814. display: flex;
  815. gap: 20rpx;
  816. }
  817. .contact-name,
  818. .contact-phone {
  819. font-size: 26rpx;
  820. color: #666;
  821. line-height: 36rpx;
  822. }
  823. .service-description-box {
  824. padding-bottom: 180rpx;
  825. }
  826. /* Create flex row for title and view more */
  827. .certificate-more-container .volunteer-H1 {
  828. width: 100%;
  829. display: flex;
  830. flex-direction: row;
  831. justify-content: space-between;
  832. align-items: center;
  833. }
  834. .certificate-more-container .volunteer-H1 + .certificate-more {
  835. display: none;
  836. /* Hide the separate view more button since we'll include it inside the H1 */
  837. }