index.wxss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. :host {
  2. background-color: #f5f5f5;
  3. }
  4. .service-detail {
  5. position: relative;
  6. }
  7. .service-detail wr-service-goods-card .wr-goods-card__body {
  8. margin-left: 50rpx;
  9. }
  10. .order-goods-card-footer {
  11. display: flex;
  12. width: calc(100% - 190rpx);
  13. justify-content: space-between;
  14. position: absolute;
  15. bottom: 20rpx;
  16. left: 190rpx;
  17. }
  18. .order-goods-card-footer-num {
  19. color: #999;
  20. line-height: 40rpx;
  21. }
  22. .service-detail .order-goods-card-footer .order-goods-card-footer-price-class {
  23. font-size: 36rpx;
  24. color: #333;
  25. font-family: DIN Alternate;
  26. }
  27. .service-detail .order-goods-card-footer .order-goods-card-footer-price-decimal {
  28. font-size: 28rpx;
  29. color: #333;
  30. font-family: DIN Alternate;
  31. }
  32. .service-detail .order-goods-card-footer .order-goods-card-footer-price-symbol {
  33. color: #333;
  34. font-size: 24rpx;
  35. font-family: DIN Alternate;
  36. }
  37. .service-detail .service-detail__header {
  38. padding: 60rpx 0 48rpx 40rpx;
  39. box-sizing: border-box;
  40. height: 220rpx;
  41. background-color: #fff;
  42. }
  43. .service-detail .service-detail__header .title,
  44. .service-detail .service-detail__header .desc {
  45. overflow: hidden;
  46. display: -webkit-box;
  47. -webkit-box-orient: vertical;
  48. }
  49. .service-detail .service-detail__header .title {
  50. -webkit-line-clamp: 1;
  51. font-size: 48rpx;
  52. font-weight: bold;
  53. color: #333;
  54. display: flex;
  55. }
  56. .service-detail .service-detail__header .desc {
  57. -webkit-line-clamp: 2;
  58. margin-top: 10rpx;
  59. font-size: 28rpx;
  60. color: #999;
  61. }
  62. .service-detail .service-detail__header .desc .count-down {
  63. color: #fff185;
  64. display: inline;
  65. }
  66. .service-detail .service-section {
  67. margin: 20rpx 0 20rpx 0;
  68. /* padding: 30rpx 32rpx; */
  69. width: auto;
  70. border-radius: 8rpx;
  71. background-color: white;
  72. overflow: hidden;
  73. }
  74. .service-section__pay {
  75. margin: 0 0 20rpx 0;
  76. width: auto;
  77. border-radius: 8rpx;
  78. background-color: white;
  79. overflow: hidden;
  80. }
  81. .service-section__pay.credential_desc {
  82. padding: 0 24rpx;
  83. }
  84. .service-section__pay .t-grid-item__content {
  85. padding: 0 0 24rpx;
  86. }
  87. .service-detail .service-section__title {
  88. color: #333333;
  89. margin-bottom: 10rpx;
  90. padding-bottom: 18rpx;
  91. height: 224rpx;
  92. position: relative;
  93. }
  94. .service-detail .service-section__title .icon {
  95. margin-right: 16rpx;
  96. font-size: 40rpx !important;
  97. }
  98. .service-detail .service-section__title .right {
  99. flex: none;
  100. font-weight: normal;
  101. font-size: 26rpx;
  102. }
  103. .service-detail .section-content {
  104. margin: 16rpx 0 0 52rpx;
  105. }
  106. .service-detail .main {
  107. font-size: 28rpx;
  108. color: #222427;
  109. font-weight: bold;
  110. }
  111. .service-detail .main .phone-num {
  112. margin-left: 16rpx;
  113. display: inline;
  114. }
  115. .service-detail .label {
  116. color: #999999;
  117. font-size: 26rpx;
  118. }
  119. .service-detail .custom-remark {
  120. font-size: 26rpx;
  121. line-height: 36rpx;
  122. color: #333333;
  123. word-wrap: break-word;
  124. }
  125. .service-detail .proofs {
  126. margin-top: 20rpx;
  127. }
  128. .service-detail .proofs .proof {
  129. width: 100%;
  130. height: 100%;
  131. background-color: #f9f9f9;
  132. }
  133. .service-detail .pay-result .t-cell-title,
  134. .service-detail .pay-result .t-cell-value {
  135. color: #666666;
  136. font-size: 28rpx;
  137. }
  138. .t-class-wrapper {
  139. padding: 10rpx 24rpx !important;
  140. }
  141. .t-class-wrapper-first-child {
  142. padding: 24rpx !important;
  143. }
  144. .service-detail .pay-result .wr-cell__value {
  145. font-weight: bold;
  146. }
  147. .service-detail .right {
  148. font-size: 36rpx;
  149. color: #fa550f;
  150. font-weight: bold;
  151. }
  152. .service-detail .title {
  153. font-weight: bold;
  154. }
  155. .service-detail .pay-result .service-section__title .right.integer {
  156. font-size: 48rpx;
  157. }
  158. .service-detail .pay-result .split-line {
  159. position: relative;
  160. }
  161. .service-detail .pay-result .split-line::after {
  162. position: absolute;
  163. display: block;
  164. content: ' ';
  165. height: 1px;
  166. left: -50%;
  167. right: -50%;
  168. transform: scale(0.5);
  169. background-color: #e6e6e6;
  170. }
  171. .service-detail .pay-result .section-content {
  172. margin-left: 0;
  173. }
  174. .service-detail .pay-result .section-content .label {
  175. color: #999999;
  176. font-size: 24rpx;
  177. }
  178. .service-detail .pay-result .wr-cell::after {
  179. left: 0;
  180. }
  181. .service-detail .footer-bar-wrapper {
  182. height: 100rpx;
  183. }
  184. .service-detail .footer-bar-wrapper .footer-bar {
  185. position: fixed;
  186. left: 0;
  187. bottom: 0;
  188. height: 100rpx;
  189. width: 100vw;
  190. box-sizing: border-box;
  191. padding: 0 20rpx;
  192. background-color: white;
  193. display: flex;
  194. justify-content: space-between;
  195. align-items: center;
  196. }
  197. .service-detail .text-btn {
  198. display: inline;
  199. box-sizing: border-box;
  200. color: #333;
  201. border: 2rpx solid #ddd;
  202. border-radius: 32rpx;
  203. margin-left: 10rpx;
  204. padding: 0 16rpx;
  205. font-weight: normal;
  206. font-size: 24rpx;
  207. line-height: 32rpx;
  208. }
  209. .service-detail .text-btn--active {
  210. opacity: 0.5;
  211. }
  212. .service-detail .specs-popup .bottom-btn {
  213. color: #fa550f;
  214. }
  215. .service-detail .specs-popup .bottom-btn::after {
  216. color: #fa550f;
  217. }
  218. .dialog .dialog__button-confirm {
  219. color: #fa550f;
  220. }
  221. .page-container .order-goods-card > wr-goods-card .wr-goods-card__bottom .price {
  222. top: 100rpx;
  223. left: 10rpx;
  224. position: absolute;
  225. color: #333;
  226. }
  227. .page-container .order-goods-card > wr-goods-card .wr-goods-card__num {
  228. top: 100rpx;
  229. right: 0;
  230. position: absolute;
  231. }
  232. .page-container .order-goods-card > wr-goods-card .wr-goods-card__bottom .price::before {
  233. display: inline;
  234. content: '退款金额:';
  235. margin-right: 1em;
  236. font-size: 24rpx;
  237. color: #333333;
  238. font-weight: normal;
  239. }
  240. .page-container .wr-goods-card__specs {
  241. margin: 14rpx 20rpx 0 0;
  242. }
  243. .page-container .order-goods-card > wr-goods-card .wr-goods-card__title {
  244. margin-right: 0;
  245. -webkit-line-clamp: 1;
  246. display: -webkit-box;
  247. -webkit-box-orient: vertical;
  248. overflow: hidden;
  249. width: 80%;
  250. }
  251. .page-container .order-card .header .store-name {
  252. -webkit-line-clamp: 1;
  253. display: -webkit-box;
  254. -webkit-box-orient: vertical;
  255. overflow: hidden;
  256. width: 80%;
  257. }
  258. .page-container .status-desc {
  259. box-sizing: border-box;
  260. padding: 22rpx 20rpx;
  261. font-size: 26rpx;
  262. line-height: 1.3;
  263. text-align: left;
  264. color: #333333;
  265. background-color: #f5f5f5;
  266. border-radius: 8rpx;
  267. word-wrap: break-word;
  268. margin-top: 40rpx;
  269. margin-bottom: 20rpx;
  270. }
  271. .page-container .header__right {
  272. font-size: 24rpx;
  273. color: #333333;
  274. display: flex;
  275. align-items: center;
  276. }
  277. .page-container .header__right__icon {
  278. color: #d05b27;
  279. font-size: 16px !important;
  280. margin-right: 10rpx;
  281. }
  282. .page-container .wr-goods-card__thumb {
  283. width: 140rpx;
  284. }
  285. .page-container .page-background {
  286. position: absolute;
  287. z-index: -1;
  288. top: 0;
  289. left: 0;
  290. width: 100vw;
  291. color: #fff;
  292. overflow: hidden;
  293. }
  294. .page-container .page-background-img {
  295. width: 100%;
  296. height: 320rpx !important;
  297. }
  298. .page-container .navbar-bg .nav-back,
  299. .page-container .navbar-bg .page-background {
  300. background: linear-gradient(to right, rgba(250, 85, 15, 1) 0%, rgba(250, 85, 15, 0.6) 100%) !important;
  301. }
  302. .page-container .navigation-bar__btn {
  303. font-size: 40rpx !important;
  304. font-weight: bold !important;
  305. color: #333;
  306. }
  307. .t-class-title {
  308. color: #000;
  309. }
  310. .refresh-bar {
  311. background: linear-gradient(90deg, #ff6b44 0%, #ed3427 100%) !important;
  312. }
  313. .page-container .navigation-bar__inner .navigation-bar__left {
  314. padding-left: 16rpx;
  315. }
  316. .t-refund-info {
  317. font-size: 26rpx;
  318. color: #666;
  319. }
  320. .t-refund-grid-image {
  321. width: 212rpx !important;
  322. height: 212rpx !important;
  323. }
  324. .t-refund-info-img {
  325. width: 100%;
  326. height: 100%;
  327. }
  328. .t-refund-wrapper {
  329. padding-top: 18rpx !important;
  330. padding-bottom: 18rpx !important;
  331. }
  332. .t-refund-title {
  333. font-size: 28rpx;
  334. color: #333;
  335. font-weight: bold;
  336. }
  337. .t-refund-note {
  338. font-size: 26rpx;
  339. color: #333 !important;
  340. }
  341. .service-detail .logistics {
  342. padding-top: 0;
  343. padding-bottom: 0;
  344. padding-right: 0;
  345. }
  346. .service-section__title__header {
  347. display: flex;
  348. align-items: center;
  349. color: #333;
  350. font-weight: normal;
  351. font-size: 32rpx;
  352. }
  353. .safe-bottom {
  354. padding-bottom: env(safe-area-inset-bottom);
  355. }
  356. .service-section-logistics {
  357. display: flex;
  358. justify-content: center;
  359. color: #fa4126;
  360. align-items: center;
  361. margin-top: 24rpx;
  362. }
  363. .t-class-indicator {
  364. color: #b9b9b9 !important;
  365. }
  366. .service-detail .goods-refund-address {
  367. padding-top: 0;
  368. padding-bottom: 0;
  369. }
  370. .service-detail .goods-refund-address .goods-refund-address-copy-btn {
  371. position: absolute;
  372. top: 22rpx;
  373. right: 32rpx;
  374. }
  375. .service-detail .service-goods-card-wrap {
  376. padding: 0 32rpx;
  377. }
  378. .t-button {
  379. --td-button-default-color: #000;
  380. --td-button-primary-text-color: #fa4126;
  381. }