order.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. .tabs-radius {
  2. background: #fff;
  3. /* opacity: 0.8; */
  4. border-radius: 24rpx;
  5. }
  6. .tabs {
  7. padding: 0 20rpx;
  8. }
  9. .tabs-wrap {
  10. height: 120rpx;
  11. /* height: 96rpx; */
  12. /* margin-top: 16rpx; */
  13. /* opacity: 0.8; */
  14. background: #fff;
  15. justify-content: space-around;
  16. }
  17. .tabs-wrap .item {
  18. /* width: 33.33%; */
  19. height: 100%;
  20. font-size: 28rpx;
  21. color: #666666;
  22. position: relative;
  23. font-family: PingFangSC-Regular, PingFang SC;
  24. font-weight: 400;
  25. }
  26. .tabs-wrap .item.line::before {
  27. content: '';
  28. position: absolute;
  29. right: -80rpx;
  30. top: 26rpx;
  31. width: 2rpx;
  32. height: 44rpx;
  33. background-color: #EEEEEE;
  34. border-radius: 16rpx;
  35. }
  36. /* .tabs-wrap .item.active {
  37. font-family: PingFangSC-Semibold;
  38. font-size: 28rpx;
  39. color: #333;
  40. border-bottom: 6rpx solid #FA7D22;
  41. } */
  42. .tabs-wrap .item.active {
  43. font-family: PingFangSC-Medium, PingFang SC;
  44. font-weight: 500;
  45. color: #333333;
  46. }
  47. .tabs-wrap .item.active::before {
  48. content: '';
  49. position: absolute;
  50. top: 90rpx;
  51. left: 22rpx;
  52. width: 40rpx;
  53. height: 8rpx;
  54. background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
  55. border-radius: 4rpx;
  56. }
  57. .tabs-content .item {
  58. margin: 20rpx 0;
  59. background: #fff;
  60. /* box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255,119,176,0.55); */
  61. }
  62. .tabs-content .item .state {
  63. margin-left: 20rpx;
  64. color: #FA7D22;
  65. }
  66. /* .tabs-content .item.current0 .state {
  67. color: #FF6877;
  68. }
  69. .tabs-content .item.current1 .state {
  70. color: #333333;
  71. }
  72. .tabs-content .item.current2 .state {
  73. color: #85DBD8;
  74. }
  75. .tabs-content .item.current3 .state {
  76. color: #999999;
  77. } */
  78. /*
  79. .tabs-content .item.current4 .state {
  80. color: #FF6877;
  81. } */
  82. .tabs-content .item-top {
  83. height: 90rpx;
  84. padding: 0 24rpx;
  85. }
  86. .tabs-content .item-top text {
  87. font-size: 28rpx;
  88. font-family: PingFangSC-Semibold;
  89. }
  90. .tabs-content .item-content {
  91. /* border-top: 1rpx solid rgba(175, 175, 175, 0.1); */
  92. /* border-bottom: 1rpx solid rgba(175, 175, 175, 0.1); */
  93. padding: 10rpx 0 30rpx;
  94. margin: 0 24rpx;
  95. position: relative;
  96. }
  97. .item-content:last-child {
  98. border-bottom: 1rpx solid rgba(175, 175, 175, 0.1);
  99. }
  100. .tabs-content .item-content .img {
  101. position: relative;
  102. width: 160rpx;
  103. height: 160rpx;
  104. margin-right: 20rpx;
  105. background: #FFFFFF;
  106. /* box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.1); */
  107. border-radius: 20rpx;
  108. overflow: hidden;
  109. }
  110. .tabs-content .item-content .img image {
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .tabs-content .item-content .mark {
  115. width: 64rpx;
  116. height: 36rpx;
  117. background: #FA7D22;
  118. border-radius: 0rpx 20rpx 0rpx 20rpx;
  119. position: absolute;
  120. top: 0rpx;
  121. right: 0rpx;
  122. font-size: 20rpx;
  123. font-family: PingFang-SC-Medium, PingFang-SC;
  124. font-weight: 500;
  125. color: #FFFFFF;
  126. text-align: center;
  127. line-height: 36rpx;
  128. }
  129. .tabs-content .item-content .icon {
  130. width: 136rpx;
  131. height: 92rpx;
  132. position: absolute;
  133. left: 46rpx;
  134. top: 160rpx;
  135. }
  136. .tabs-content .item-content .content {
  137. justify-content: space-between;
  138. overflow: hidden;
  139. }
  140. .tabs-content .content-text-box text {
  141. font-size: 28rpx;
  142. }
  143. .tabs-content .item-content .time {
  144. /* background: linear-gradient(270deg, rgba(255, 175, 216, 0) 0%, rgba(255, 119, 176, 0.49) 100%); */
  145. border-radius: 22rpx;
  146. font-size: 26rpx;
  147. padding: 2rpx 10rpx;
  148. box-sizing: border-box;
  149. }
  150. .tabs-content .item-btn {
  151. height: 84rpx;
  152. padding: 16rpx 0;
  153. justify-content: flex-end;
  154. }
  155. .tabs-content .item-btn .btn {
  156. width: 192rpx;
  157. height: 72rpx;
  158. border-radius: 36rpx;
  159. font-size: 32rpx;
  160. margin-right: 24rpx;
  161. box-sizing: border-box;
  162. }
  163. .tabs-content .item-btn .cancel-btn {
  164. border: 2rpx solid #E1E1E1;
  165. color: #333;
  166. }
  167. .tabs-content .item-btn .use-btn {
  168. background: #FA7D22;
  169. color: #FFFFFF;
  170. font-family: PingFangSC-Regular, PingFang SC;
  171. font-weight: 400;
  172. }
  173. /* .tabs-content .item.current4 .item-content text {
  174. color: #999999 !important;
  175. } */
  176. /* .tabs-content .item.current4 .item-btn text {
  177. color: #999999 !important;
  178. } */
  179. /* =============================================================================== */
  180. .coupon-popup {
  181. height: 72vh;
  182. }
  183. .payType {
  184. height: 690rpx;
  185. }
  186. .coupon-popup .top {
  187. justify-content: center;
  188. padding: 0 48rpx;
  189. height: 112rpx;
  190. }
  191. .need-show-line {
  192. border-bottom: 2rpx solid #eee;
  193. }
  194. .coupon-popup .top text {
  195. font-size: 36rpx;
  196. }
  197. .coupon-popup .top .close-img {
  198. width: 56rpx;
  199. height: 56rpx;
  200. position: absolute;
  201. top: 28rpx;
  202. right: 32rpx;
  203. }
  204. .coupon-popup .list {
  205. height: 53vh;
  206. padding: 14rpx 30rpx;
  207. box-sizing: border-box;
  208. /* overflow-y: scroll; */
  209. }
  210. .coupon-popup .list .item {
  211. padding: 14rpx 0;
  212. height: 172rpx;
  213. /* border-bottom: 2rpx solid #eee; */
  214. }
  215. .coupon-popup .list .radio image {
  216. width: 48rpx;
  217. height: 48rpx;
  218. }
  219. .coupon-popup .list .coupon-item {
  220. display: block;
  221. margin-top: 10rpx;
  222. }
  223. .coupon-popup .item-left {
  224. width: 212rpx;
  225. height: 100%;
  226. font-family: PingFangSC-Semibold;
  227. color: #FFFFFF;
  228. font-size: 32rpx;
  229. border-top-left-radius: 16rpx;
  230. border-bottom-left-radius: 16rpx;
  231. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #F5849F 15rpx);
  232. }
  233. .coupon-popup .item-left text {
  234. font-size: 36rpx;
  235. color: #fff;
  236. font-family: PingFangSC-Semibold, PingFang SC;
  237. }
  238. .coupon-popup .item-right {
  239. /* justify-content: center;
  240. align-items: flex-start; */
  241. padding: 0 30rpx;
  242. border-top-right-radius: 16rpx;
  243. border-bottom-right-radius: 16rpx;
  244. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  245. }
  246. .coupon-popup .item-right text {
  247. color: #000;
  248. }
  249. .coupon-popup-btm {
  250. height: 170rpx;
  251. position: fixed;
  252. width: 100%;
  253. left: 0;
  254. bottom: 0;
  255. background: #FFFFFF;
  256. }
  257. .coupon-popup-btm-btn {
  258. width: 100%;
  259. height: 84rpx;
  260. font-size: 32rpx;
  261. color: #FFFFFF;
  262. margin: 0 40rpx;
  263. background: #FA7D22;
  264. border-radius: 42rpx;
  265. font-family: PingFang-SC-Medium, PingFang-SC;
  266. }
  267. .btm-text {
  268. margin: 42rpx 0 120rpx;
  269. }
  270. .item-products-content::-webkit-scrollbar,
  271. .scroll-x::-webkit-scrollbar {
  272. display: none;
  273. /* Chrome Safari */
  274. }
  275. .moneyShow {
  276. width: 100%;
  277. text-align: center;
  278. font-weight: 500;
  279. font-size: 56rpx;
  280. color: #FF3007;
  281. height: 100rpx;
  282. line-height: 100rpx;
  283. margin-bottom: 100rpx;
  284. }
  285. .select-pay-methon {
  286. margin-bottom: 60rpx;
  287. width: 100%;
  288. display: flex;
  289. align-items: center;
  290. }
  291. .pay-img {
  292. width: 48rpx;
  293. height: 48rpx;
  294. margin-left: 30rpx;
  295. }
  296. .pay-title {
  297. margin-left: 20rpx;
  298. font-size: 32rpx;
  299. font-weight: 400;
  300. color: #333333;
  301. flex: 1;
  302. text-align: left;
  303. }
  304. .pay-money {
  305. margin-right: 36rpx;
  306. font-size: 36rpx;
  307. font-weight: 500;
  308. color: #333333;
  309. }
  310. .pay-money text {
  311. font-size: 24rpx;
  312. }
  313. .select-activity {
  314. width: 48rpx;
  315. height: 48rpx;
  316. margin-right: 30rpx;
  317. }
  318. .moneyShow text {
  319. font-size: 28rpx;
  320. color: #FF3007;
  321. }
  322. /* <view class="moneyShow">¥{{ moneyData.payMoney }}</view>
  323. <view class="select-pay-methon">
  324. <image class="pay-img"></image>
  325. <view class="pay-title">微信支付</view>
  326. <view class="pay-money"><text>¥</text>800</view>
  327. <image class="select-activity"></image>
  328. </view>
  329. <view class="select-pay-methon">
  330. <image class="pay-img"></image>
  331. <view class="pay-title">微信支付</view>
  332. <view class="pay-money"><text>¥</text>800</view>
  333. <image class="select-activity"></image>
  334. </view> */
  335. .navigator-content {
  336. padding: 24rpx;
  337. width: 662rpx;
  338. background: white;
  339. border-radius: 24rpx;
  340. margin-bottom: 20rpx;
  341. }
  342. .navigator-title {
  343. width: 100%;
  344. height: 90rpx;
  345. display: flex;
  346. align-items: center;
  347. }
  348. .title-location-img {
  349. width: 48rpx;
  350. height: 48rpx;
  351. }
  352. .title-store-name {
  353. font-size: 32rpx;
  354. font-weight: 600;
  355. color: #333333;
  356. }
  357. .title-store-line {
  358. margin-left: 32rpx;
  359. font-size: 28rpx;
  360. font-weight: 400;
  361. color: #999999;
  362. flex: 1;
  363. }
  364. .title-store-line image {
  365. width: 24rpx;
  366. height: 24rpx;
  367. }
  368. .show-typeStr {
  369. font-size: 28rpx;
  370. font-weight: 400;
  371. color: #FA7D22;
  372. }
  373. .item-desc {
  374. margin-top: 20rpx;
  375. display: flex;
  376. width: 100%;
  377. }
  378. .item-desc-title {
  379. font-size: 28rpx;
  380. font-weight: 400;
  381. color: #999999;
  382. flex: 1;
  383. }
  384. .item-desc-time {
  385. font-size: 28rpx;
  386. font-weight: 500;
  387. color: #333333;
  388. }
  389. .item-desc-time text {
  390. font-size: 28rpx;
  391. font-weight: 400;
  392. color: #666666;
  393. }
  394. .item-desc-project {
  395. width: 500rpx;
  396. overflow: hidden;
  397. font-size: 28rpx;
  398. font-weight: 400;
  399. color: #666666;
  400. }
  401. .item-desc-price {
  402. font-size: 24rpx;
  403. font-weight: normal;
  404. color: #333333;
  405. }
  406. .item-desc-price text {
  407. font-size: 36rpx;
  408. font-weight: normal;
  409. color: #333333;
  410. }
  411. .line-show-line {
  412. width: 100%;
  413. height: 1rpx;
  414. margin-top: 20rpx;
  415. background: #F9F9F9;
  416. }
  417. .btm-line {
  418. margin-top: 20rpx;
  419. display: flex;
  420. align-items: center;
  421. }
  422. .spc {
  423. flex: 1;
  424. }
  425. .gray-btm {
  426. line-height: 60rpx;
  427. padding-left: 25rpx;
  428. padding-right: 25rpx;
  429. font-size: 28rpx;
  430. font-weight: 500;
  431. color: #333333;
  432. text-align: center;
  433. border: 2rpx solid #E1E1E1;
  434. border-radius: 45rpx;
  435. margin-left: 24rpx;
  436. }
  437. .yellow-btm {
  438. line-height: 60rpx;
  439. padding-left: 25rpx;
  440. padding-right: 25rpx;
  441. font-size: 28rpx;
  442. font-weight: 500;
  443. color: white;
  444. background: #FA7D22;
  445. text-align: center;
  446. border: 2rpx solid #FA7D22;
  447. border-radius: 45rpx;
  448. margin-left: 24rpx;
  449. }
  450. .on-spc {
  451. width: 100%;
  452. height: 20rpx;
  453. }
  454. /* <navigator class="navigator-content">
  455. <view class="btm-line" wx:if="{{item.status == 0}}">
  456. <view class="spc"></view>
  457. <view class="gray-btm">取消预约</view>
  458. <view class="gray-btm">美导师</view>
  459. <view class="yellow-btm">立即支付</view>
  460. </view>
  461. <view class="btm-line" wx:if="{{item.status == 1||item.status==2}}">
  462. <view class="spc"></view>
  463. <view class="yellow-btm">美导师</view>
  464. </view>
  465. <view class="btm-line" wx:if="{{item.status == 3}}">
  466. <view class="spc"></view>
  467. <view class="yellow-btm">再来一次</view>
  468. </view>
  469. <view class="btm-line" wx:if="{{item.status == 4}}">
  470. <view class="spc"></view>
  471. <view class="yellow-btm">重新预约</view>
  472. </view>
  473. <view class="btm-line" wx:if="{{item.status == 0}}">
  474. <view class="spc"></view>
  475. <view class="gray-btm">完善个人档案</view>
  476. </view>
  477. </navigator> */
  478. /* =========================================== */
  479. .use-popup {
  480. width: 640rpx;
  481. background: #FFFFFF;
  482. border-radius: 40rpx;
  483. padding: 60rpx 48rpx;
  484. box-sizing: border-box;
  485. position: relative;
  486. /* justify-content: center; */
  487. /* justify-content: space-evenly; */
  488. }
  489. .use-popup .close-img {
  490. width: 56rpx;
  491. height: 56rpx;
  492. /* background: red; */
  493. position: absolute;
  494. top: 16rpx;
  495. right: 16rpx;
  496. }
  497. .use-popup .title {
  498. /* margin-top: 60rpx; */
  499. font-size: 36rpx;
  500. font-family: PingFangSC-Medium, PingFang SC;
  501. font-weight: 500;
  502. color: #000000;
  503. }
  504. .use-popup .text-cotent {
  505. /* background-color: red; */
  506. overflow-y: scroll;
  507. text-align: center;
  508. /* text-align: left; */
  509. /* height: 100%; */
  510. }
  511. .showImage {
  512. width: 400rpx;
  513. height: 400rpx;
  514. }
  515. .text-top {
  516. margin-top: 32rpx;
  517. font-size: 34rpx;
  518. font-family: PingFangSC-Regular, PingFang SC;
  519. font-weight: 400;
  520. color: #000000;
  521. }
  522. .text-bottom {
  523. margin-top: 22rpx;
  524. font-size: 34rpx;
  525. font-family: PingFangSC-Regular, PingFang SC;
  526. font-weight: 400;
  527. color: #000000;
  528. }
  529. /* <image class="showImage"></image>
  530. <view class="text-top">JOLIJOLI美导师帮你</view>
  531. <view class="text-bottom">解决任何美容问题和服务</view> */
  532. .title_guild {
  533. margin-bottom: 30rpx;
  534. width: 520rpx;
  535. text-align: center;
  536. font-size: 36rpx;
  537. font-weight: 500;
  538. color: #000000;
  539. }
  540. .inText {
  541. margin-top: 20rpx;
  542. width: 540rpx;
  543. font-size: 28rpx;
  544. font-weight: 400;
  545. color: #000000;
  546. line-height: 40rpx;
  547. }
  548. .skin-popup .wux-landscape__inner {
  549. padding: 0 !important;
  550. }
  551. .skin-popup .popup-index--wux-popup {
  552. width: 650rpx !important;
  553. max-width: 650rpx !important;
  554. }