creatOrder.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. page {
  2. background-color: #eee;
  3. }
  4. .home-btn {
  5. width: 690rpx;
  6. margin: 0 auto;
  7. }
  8. .home-btn image {
  9. width: 100%;
  10. height: 171rpx;
  11. opacity: 1;
  12. }
  13. .pay-price {
  14. display: inline-block;
  15. border: 1rpx solid #ccc;
  16. text-align: center;
  17. padding: 20rpx 30rpx;
  18. border-radius: 8rpx;
  19. margin: 0rpx 20rpx 0 0;
  20. overflow: hidden;
  21. }
  22. .maney {
  23. font-size: 32rpx;
  24. }
  25. .maney_get {
  26. font-size: 24rpx;
  27. color: #999;
  28. }
  29. .pay-price .act .maney_get {
  30. color: #FFFFFF;
  31. }
  32. /* 充值结束 */
  33. .merge-model {
  34. width: 650rpx;
  35. height: auto;
  36. background: #FFFFFF;
  37. border-radius: 16rpx;
  38. text-align: center;
  39. }
  40. .weui-dialog__hd {
  41. padding: 32rpx 48rpx 32rpx;
  42. }
  43. .weui-dialog__title {
  44. font-weight: 700;
  45. font-size: 34rrpx;
  46. line-height: 1.4;
  47. }
  48. .weui-dialog__tip {
  49. padding-bottom: 20rpx;
  50. }
  51. .weui-dialog__ft {
  52. position: relative;
  53. line-height: 56px;
  54. min-height: 56px;
  55. font-size: 17px;
  56. display: -webkit-box;
  57. display: -webkit-flex;
  58. display: flex;
  59. }
  60. .weui-dialog__btn {
  61. display: block;
  62. -webkit-box-flex: 1;
  63. -webkit-flex: 1;
  64. flex: 1;
  65. color: #576b95;
  66. font-weight: 700;
  67. text-decoration: none;
  68. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  69. position: relative;
  70. }
  71. .weui-dialog__btn:after {
  72. content: " ";
  73. position: absolute;
  74. left: 0;
  75. top: 0;
  76. width: 1px;
  77. bottom: 0;
  78. border-left: 1px solid rgba(0, 0, 0, 0.1);
  79. border-left: 1px solid
  80. /* var(--weui-DIALOG-LINE-COLOR) */
  81. ;
  82. color: rgba(0, 0, 0, 0.1);
  83. -webkit-transform-origin: 0 0;
  84. transform-origin: 0 0;
  85. -webkit-transform: scaleX(0.5);
  86. transform: scaleX(0.5);
  87. }
  88. .weui-dialog__ft:after {
  89. content: " ";
  90. position: absolute;
  91. left: 0;
  92. top: 0;
  93. right: 0;
  94. height: 1px;
  95. border-top: 1px solid rgba(0, 0, 0, 0.1);
  96. color: rgba(0, 0, 0, 0.1);
  97. -webkit-transform-origin: 0 0;
  98. transform-origin: 0 0;
  99. -webkit-transform: scaleY(0.5);
  100. transform: scaleY(0.5);
  101. }
  102. .pd20 {
  103. padding: 20rpx 0;
  104. }
  105. .border-bottom {
  106. border-bottom: 1rpx solid #F1F1F1;
  107. font-size: 26rpx;
  108. }
  109. .red {
  110. color: red;
  111. }
  112. .rund {
  113. width: 32rpx;
  114. height: 32rpx;
  115. border: 1rpx solid #ccc;
  116. border-radius: 100rpx;
  117. }
  118. .teen_radius{
  119. border-top-left-radius: 40rpx;
  120. border-top-right-radius: 40rpx;
  121. }
  122. .formheadnav {
  123. width: 48%;
  124. height: 70rpx;
  125. text-align: center;
  126. line-height: 70rpx;
  127. border-top-left-radius: 40rpx;
  128. border-top-right-radius: 40rpx;
  129. }
  130. .formheadnav.selsect {
  131. background: #fff;
  132. color: #000;
  133. font-size: 12pt;
  134. }
  135. .formheadnav.default {
  136. background: #c1e9fe;
  137. color: #999;
  138. font-size: 11pt;
  139. }
  140. .formhdwm {
  141. background: #FFFFFF;
  142. border-bottom: 1rpx solid #F1F1F1;
  143. }
  144. .formhdwm .wmaddress {
  145. text-align: center;
  146. padding: 35rpx 30rpx;
  147. }
  148. .weui-cell {
  149. // padding: 0px 15px;
  150. position: relative;
  151. display: -webkit-box;
  152. display: -webkit-flex;
  153. display: flex;
  154. -webkit-box-align: center;
  155. align-items: center;
  156. }
  157. .weui-cell__ft_in-access {
  158. padding-right: 13px;
  159. position: relative;
  160. }
  161. .weui-cell {
  162. padding: 20rpx 0rpx;
  163. }
  164. .weui-cell__bd {
  165. -webkit-box-flex: 1;
  166. flex: 1;
  167. }
  168. .weui-cell__ft_in-access:after {
  169. content: " ";
  170. display: inline-block;
  171. height: 6px;
  172. width: 6px;
  173. border-width: 2px 2px 0 0;
  174. border-color: #c8c8cd;
  175. border-style: solid;
  176. transform: matrix(.71, .71, -.71, .71, 0, 0);
  177. position: relative;
  178. top: -2px;
  179. position: absolute;
  180. top: 50%;
  181. margin-top: -4px;
  182. right: 2px;
  183. }
  184. .head-bg {
  185. width: 100%;
  186. height: 150rpx;
  187. position: fixed;
  188. left: 0;
  189. top: 0;
  190. background-color: $theme-color;
  191. }
  192. .main {
  193. padding: 0 30rpx;
  194. position: relative;
  195. z-index: 10;
  196. margin-top: 50rpx;
  197. }
  198. .main .page-block {
  199. padding: 0 20rpx;
  200. background-color: #fff;
  201. border-radius: 20rpx;
  202. margin-bottom: 30rpx;
  203. overflow: hidden;
  204. }
  205. .container .main .page-blocks {
  206. padding: 0 20rpx;
  207. background-color: #fff;
  208. border-top-left-radius: 0rpx;
  209. border-top-right-radius: 0rpx;
  210. margin-bottom: 30rpx;
  211. overflow: hidden;
  212. }
  213. .main .page-block .icon-1 {
  214. flex: none;
  215. // display: inline-block;
  216. // width: 50rpx;
  217. // height: 50rpx;
  218. margin-right: 10rpx;
  219. font-size: 40rpx;
  220. color: $theme-color;
  221. font-weight: 400;
  222. }
  223. .main .page-block .page-title {
  224. /* height: 100rpx; */
  225. padding: 25rpx 0;
  226. border-bottom: 1rpx solid #eee;
  227. // line-height: 100rpx;
  228. font-size: 32rpx;
  229. font-weight: bold;
  230. color: #555;
  231. }
  232. .diningItem {
  233. border: 1rpx solid #eee;
  234. color: #ccc;
  235. font-size: 28rpx;
  236. padding: 15rpx 30rpx;
  237. border-radius: 10rpx;
  238. position: relative;
  239. overflow: hidden;
  240. }
  241. .icon-youxiajiaogouxuan {
  242. position: absolute;
  243. right: 0;
  244. bottom: 40rpx;
  245. color: #000;
  246. font-size: 40rpx;
  247. height: 0;
  248. }
  249. .diningItem_act {
  250. // background: #FF0000;
  251. color: #000;
  252. }
  253. .diningItem-act {
  254. margin-right: 20rpx;
  255. }
  256. .VIP2 {
  257. width: 40rpx;
  258. height: 50rpx;
  259. margin-right: 10rpx;
  260. }
  261. .main .page-block .page-title .desc {
  262. flex: none;
  263. font-weight: 500;
  264. margin-left: auto;
  265. word-break: break-all;
  266. }
  267. .main .page-block .goods-list {
  268. padding: 0 20rpx;
  269. }
  270. .main .page-block .goods-list .item {
  271. padding: 20rpx 0;
  272. color: #555;
  273. }
  274. .main .page-block .goods-list .item .info {
  275. padding: 0 20rpx;
  276. min-height: 126rpx;
  277. }
  278. .main .page-block .goods-list .item .img {
  279. display: block;
  280. width: 126rpx;
  281. height: 126rpx;
  282. border-radius: 10rpx;
  283. flex: none;
  284. }
  285. .main .page-block .goods-list .item .title {
  286. font-size: 30rpx;
  287. font-weight: 500;
  288. }
  289. .main .page-block .goods-list .item .unit {
  290. font-size: 26rpx;
  291. }
  292. .main .page-block .goods-list .item .num {
  293. font-size: 24rpx;
  294. margin-top: auto;
  295. }
  296. .main .page-block .goods-list .item .price {
  297. margin-left: auto;
  298. flex: none;
  299. font-size: 26rpx;
  300. }
  301. .main .page-block .goods-list .total-block {
  302. height: 90rpx;
  303. line-height: 90rpx;
  304. text-align: right;
  305. border-top: 1rpx solid #eee;
  306. font-size: 30rpx;
  307. font-weight: bold;
  308. color: #555;
  309. margin-top: 20rpx;
  310. }
  311. .main .page-block .goods-list .more-btn {
  312. display: block;
  313. margin: 30rpx auto;
  314. font-size: 26rpx;
  315. width: 160rpx;
  316. height: 70rpx;
  317. border: 1rpx solid #eee;
  318. border-radius: 8rpx;
  319. line-height: 70rpx;
  320. text-align: center;
  321. }
  322. .main .pay-type-clock .cell {
  323. padding: 30rpx 0;
  324. }
  325. .main .pay-type-clock .pay-type-icon {
  326. display: block;
  327. flex: none;
  328. width: 60rpx;
  329. height: 60rpx;
  330. margin-right: 10rpx;
  331. }
  332. .main .pay-type-clock .cell .title {
  333. font-size: 30rpx;
  334. flex: none;
  335. }
  336. .main .pay-type-clock .cell .desc {
  337. font-size: 28rpx;
  338. color: #bbb;
  339. padding-left: 30rpx;
  340. word-break: break-all;
  341. }
  342. .main .pay-type-clock .cell .desc::after {
  343. border-color: #bbb #bbb transparent transparent;
  344. }
  345. .main .pay-type-clock .check-box {
  346. margin-left: auto;
  347. flex: none;
  348. font-size: 32rpx;
  349. color: $theme-color;
  350. }
  351. .footer-block {
  352. width: 100%;
  353. height: 100rpx;
  354. }
  355. .footer-block .content {
  356. height: 100rpx;
  357. width: 100%;
  358. background-color: #eee;
  359. position: fixed;
  360. left: 0;
  361. bottom: 0;
  362. z-index: 99;
  363. }
  364. .footer-block .content .total-block {
  365. flex: auto;
  366. padding: 0 30rpx;
  367. height: 100rpx;
  368. box-sizing: border-box;
  369. line-height: 100rpx;
  370. color: $theme-color;
  371. font-weight: bold;
  372. background-color: #fff;
  373. }
  374. .footer-block .content .total-block .title {
  375. font-size: 36rpx;
  376. }
  377. .footer-block .content .total-block .sign {
  378. font-size: 24rpx;
  379. }
  380. .footer-block .content .total-block .money {
  381. font-size: 34rpx;
  382. }
  383. .footer-block .content .sub-btn {
  384. width: 200rpx;
  385. height: 100rpx;
  386. background-color: $theme-color;
  387. color: #fff;
  388. font-weight: bold;
  389. line-height: 100rpx;
  390. text-align: center;
  391. }
  392. .weui-cells button::after {
  393. border: none;
  394. }
  395. .weui-cells button {
  396. background: none !important;
  397. height: auto !important;
  398. border: none !important;
  399. border-radius: 0 !important;
  400. font-family: inherit !important;
  401. color: inherit !important;
  402. text-align: inherit;
  403. }
  404. .wmshdz {
  405. white-space: normal;
  406. font-size: 28rpx;
  407. }
  408. .get-phone-pop-pay {
  409. /* 成为会员 */
  410. width: 550rpx;
  411. background-color: #fff;
  412. border-radius: 14rpx;
  413. overflow: hidden;
  414. }
  415. .code-btn {
  416. flex: none;
  417. width: 170rpx;
  418. height: 60rpx;
  419. border-radius: 30rpx;
  420. background-color: #3387FF;
  421. text-align: center;
  422. line-height: 60rpx;
  423. color: #fff;
  424. font-size: 24rpx;
  425. }
  426. .get-phone-pop-pay .content {
  427. // height: 180rpx;
  428. text-align: center;
  429. font-size: 35rpx;
  430. color: #000;
  431. // line-height: 60rpx;
  432. padding: 30rpx 0;
  433. padding-bottom: 0;
  434. }
  435. .content-tel-pay {
  436. text-align: center;
  437. padding: 30rpx 0;
  438. }
  439. .get-phone-pop-pay .btm-block {
  440. width: 100%;
  441. height: 100rpx;
  442. border-top: 1rpx solid #eef0ef;
  443. font-size: 28rpx;
  444. }
  445. .get-phone-pop-pay .btm-block .btn {
  446. height: 100rpx;
  447. box-sizing: border-box;
  448. text-align: center;
  449. line-height: 100rpx;
  450. color: #010101;
  451. font-weight: bold;
  452. padding: 0;
  453. margin: 0;
  454. border: none;
  455. border-radius: 0;
  456. background-color: #fff;
  457. margin: 0 auto;
  458. }
  459. .carInfoHeader{
  460. padding: 10rpx 0;
  461. }
  462. .radio {
  463. font-size: 28rpx;
  464. padding: 15rpx 0 10rpx 0;
  465. }
  466. .radio__inner {
  467. -webkit-flex-shrink: 0;
  468. flex-shrink: 0;
  469. display: -webkit-box;
  470. display: -webkit-flex;
  471. display: flex;
  472. -webkit-box-pack: center;
  473. -webkit-justify-content: center;
  474. justify-content: center;
  475. -webkit-box-align: center;
  476. -webkit-align-items: center;
  477. align-items: center;
  478. position: relative;
  479. border: 1px solid #DCDFE6;
  480. border-radius: 2px;
  481. box-sizing: border-box;
  482. width: 12px;
  483. height: 12px;
  484. border-radius: 16px;
  485. background-color: #fff;
  486. z-index: 1;
  487. -webkit-transition: border-color .3s;
  488. transition: border-color .3s;
  489. margin-right: 6rpx;
  490. }
  491. .radio__inner-icon {
  492. width: 4px;
  493. height: 4px;
  494. border-radius: 10px;
  495. opacity: 0;
  496. -webkit-transition: -webkit-transform .3s;
  497. transition: -webkit-transform .3s;
  498. transition: transform .3s;
  499. transition: transform .3s, -webkit-transform .3s;
  500. }
  501. .is-default-checked {
  502. opacity: 1;
  503. -webkit-transform: rotate(45deg) scaleY(1);
  504. transform: rotate(45deg) scaleY(1);
  505. }