index.rpx.scss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. .content{
  2. background: linear-gradient(to bottom, #FFF1B6,#F8F6ED 20%, #F7F7F7);
  3. }
  4. .tabBarLineHeight {
  5. height: 138rpx;
  6. }
  7. .tabBarView {
  8. position: fixed;
  9. bottom: 0;
  10. }
  11. .showDataLoading {
  12. margin-top: 40rpx;
  13. }
  14. .h-content-wrap {
  15. padding-top: 60rpx;
  16. background: linear-gradient(to bottom, #fef1b9, #fff);
  17. height: 80rpx;
  18. }
  19. .serial-number {
  20. padding: 48rpx;
  21. width: 600rpx;
  22. text-align: center;
  23. font-size: 28rpx;
  24. line-height: 60rpx;
  25. background: white;
  26. border-radius: 15rpx;
  27. .number {
  28. line-height: 70rpx;
  29. font-size: 35rpx;
  30. color: #578D31;
  31. font-weight: bold;
  32. }
  33. .text {
  34. font-size: 26rpx;
  35. color: #FFC000;
  36. line-height: 80rpx;
  37. }
  38. .text1 {
  39. line-height: 80rpx;
  40. font-size: 26rpx;
  41. color: red;
  42. }
  43. }
  44. /* 菜单 */
  45. .tab-bar {
  46. display: flex;
  47. height: 80rpx;
  48. margin-left: 24rpx;
  49. background: #fff;
  50. width: 340rpx;
  51. border-radius: 40rpx;
  52. .tab-item {
  53. // flex: 1;
  54. width: 50%;
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. font-size: 28rpx;
  59. color: #333;
  60. border-radius: 50rpx;
  61. }
  62. .tab-item.active {
  63. color: #333333;
  64. // background: linear-gradient(to right, #ff6c7b, #ff9db8);
  65. background: #FFE05C;
  66. border-radius: 50rpx;
  67. }
  68. }
  69. /* 服务订单的菜单 */
  70. .service-order-tab-bar {
  71. display: flex;
  72. justify-content: space-around;
  73. height: 100rpx;
  74. margin-top: 24rpx;
  75. .service-order-tab-item {
  76. flex: 1;
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. font-size: 28rpx;
  81. color: #333;
  82. line-height: 52rpx;
  83. }
  84. .service-order-tab-item.active {
  85. color: #ff0000;
  86. }
  87. }
  88. /* 服务订单内容*/
  89. .service-order {
  90. margin-top: 24rpx;
  91. /* 门店列表 */
  92. .store-wrap {
  93. background: #fff;
  94. // border-radius: 24rpx;
  95. margin-top: 14rpx;
  96. padding-left: 24rpx;
  97. padding-right: 24rpx;
  98. padding-bottom: 24rpx;
  99. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  100. // border: 2rpx dashed rgb(103, 100, 100) ;
  101. .grayscale {
  102. filter: grayscale(100%);
  103. }
  104. .order-state {
  105. display: flex;
  106. font-size: 24rpx;
  107. align-items: center;
  108. .order-num {
  109. // width: 70%;
  110. // display: flex;
  111. // align-items: center;
  112. // height: 40rpx;
  113. .h-order-num {
  114. margin-right: 6rpx;
  115. font-size: 28rpx;
  116. font-family: PingFangSC-Regular, PingFang SC;
  117. color: #666666;
  118. image {
  119. width: 32rpx;
  120. height: 32rpx;
  121. transform: translateY(8rpx);
  122. }
  123. }
  124. .h-order-text {
  125. margin-right: 6rpx;
  126. font-size: 28rpx;
  127. font-size: large;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. color: #666666;
  130. }
  131. }
  132. .order-state-name {
  133. width: 30%;
  134. text-align: right;
  135. padding-right: 24rpx;
  136. .h-text1 {
  137. color: #666666;
  138. }
  139. .h-text2 {
  140. color: #93D21A;
  141. }
  142. .h-text3 {
  143. color: #FFAF36;
  144. }
  145. }
  146. }
  147. .store-list {
  148. margin-top: 24rpx;
  149. margin-bottom: 12rpx;
  150. display: flex;
  151. justify-content: space-between;
  152. .store-content {
  153. display: flex;
  154. justify-content: space-between;
  155. .store-img {
  156. width: 152rpx;
  157. image {
  158. height: 152rpx;
  159. border-radius: 6rpx;
  160. }
  161. }
  162. .content {
  163. width: 100%;
  164. padding-left: 16rpx;
  165. padding-top: 4rpx;
  166. padding-right: 24rpx;
  167. .title {
  168. height: 44rpx;
  169. font-size: 28rpx;
  170. font-family: PingFangSC-Medium, PingFang SC;
  171. font-weight: bold;
  172. color: #111111;
  173. line-height: 44rpx;
  174. margin-left: 8rpx;
  175. }
  176. .price {
  177. height: 44rpx;
  178. font-size: 28rpx;
  179. font-family: PingFangSC-Medium, PingFang SC;
  180. font-weight: bold;
  181. color: #ED569F;
  182. line-height: 44rpx;
  183. margin-left: 8rpx;
  184. }
  185. .desc {
  186. display: flex;
  187. // padding: 6rpx;
  188. .time {
  189. font-size: 24rpx;
  190. font-family: PingFangSC-Regular, PingFang SC;
  191. font-weight: 400;
  192. color: #ED569F;
  193. background: rgba(237, 86, 159, 0.1);
  194. padding: 6rpx 16rpx;
  195. border-radius: 0rpx 0rpx 12rpx 12rpx;
  196. }
  197. .service-type {
  198. font-size: 24rpx;
  199. font-family: PingFangSC-Regular, PingFang SC;
  200. color: black;
  201. background: #fff9de;
  202. padding: 6rpx 16rpx;
  203. margin-left: 16rpx;
  204. border-radius: 0rpx 0rpx 12rpx 12rpx;
  205. }
  206. .service-mode {
  207. font-size: 24rpx;
  208. font-family: PingFangSC-Regular, PingFang SC;
  209. color: #9ed733;
  210. background: #e9f6d1;
  211. padding: 6rpx 16rpx;
  212. margin-left: 16rpx;
  213. border-radius: 0rpx 0rpx 12rpx 12rpx;
  214. }
  215. }
  216. }
  217. }
  218. }
  219. .detail {
  220. font-size: 24rpx;
  221. padding-top: 12rpx;
  222. padding-bottom: 12rpx;
  223. background-image: url('/static/order/ud4.png');
  224. background-size: cover;
  225. .d-item-row {
  226. display: flex;
  227. height: 44rpx;
  228. align-items: center;
  229. .item-icon {
  230. display: flex;
  231. align-items: center;
  232. padding-right: 8rpx;
  233. image {
  234. height: 36rpx;
  235. width: 36rpx;
  236. }
  237. }
  238. .item-text {
  239. color: #666666;
  240. .item-v {
  241. font-family: PingFangSC-Medium, PingFang SC;
  242. font-weight: 500;
  243. color: #333333;
  244. }
  245. }
  246. }
  247. }
  248. .detail11 {
  249. font-size: 24rpx;
  250. padding-top: 12rpx;
  251. padding-bottom: 12rpx;
  252. .d-item-row {
  253. display: flex;
  254. height: 44rpx;
  255. align-items: center;
  256. .item-icon {
  257. display: flex;
  258. align-items: center;
  259. padding-right: 8rpx;
  260. image {
  261. height: 36rpx;
  262. width: 36rpx;
  263. }
  264. }
  265. .item-text {
  266. color: #666666;
  267. .item-v {
  268. font-family: PingFangSC-Medium, PingFang SC;
  269. font-weight: 500;
  270. color: #333333;
  271. }
  272. }
  273. }
  274. }
  275. .flexLR {
  276. border: 4rpx dotted #eeeeee;
  277. width: 100%;
  278. display: flex;
  279. justify-content: space-between;
  280. overflow: hidden;
  281. }
  282. .nav-bar {
  283. display: flex;
  284. text-align: right;
  285. justify-content: flex-end;
  286. .btn {
  287. height: 60rpx;
  288. line-height: 60rpx;
  289. background: #FFE05C;
  290. margin-top: 20rpx;
  291. text-align: center;
  292. color: #fff;
  293. margin-right: 16rpx;
  294. border-radius: 30rpx;
  295. color: #333;
  296. padding-right: 24rpx;
  297. padding-left: 24rpx;
  298. font-size: 26rpx;
  299. display: flex;
  300. .text1 {
  301. padding-left: 2rpx;
  302. font-size: 24rpx;
  303. color: #666;
  304. }
  305. }
  306. .look-num-btn {
  307. height: 60rpx;
  308. line-height: 60rpx;
  309. background: #999;
  310. margin-top: 20rpx;
  311. width: 160rpx;
  312. text-align: center;
  313. color: #fff;
  314. margin-right: 16rpx;
  315. border-radius: 8rpx;
  316. }
  317. }
  318. .fontColor {
  319. color: red;
  320. }
  321. }
  322. }
  323. /* 产品订单 */
  324. .product-order {
  325. margin-top: 24rpx;
  326. .developing {
  327. text-align: center;
  328. color: #666;
  329. }
  330. }
  331. .planNumber {
  332. font-size: 35rpx;
  333. font-family: PingFangSC-Medium, PingFang SC;
  334. font-weight: 500;
  335. color: #93BC23;
  336. }
  337. .payView{
  338. height: 638rpx;
  339. background: #FFFFFF;
  340. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  341. border-radius: 24rpx 24rpx 0rpx 0rpx;
  342. padding: 24rpx 32rpx;
  343. z-index: 100;
  344. }
  345. .payType{
  346. font-size: 32rpx;
  347. font-family: PingFangSC-Medium, PingFang SC;
  348. font-weight: bord;
  349. color: #111111;
  350. line-height: 48rpx;
  351. }
  352. .x{
  353. width: 35rpx;
  354. height: 35rpx;
  355. border-radius: 18rpx;
  356. }
  357. .payTitle{
  358. font-size: 24rpx;
  359. font-family: PingFangSC-Regular, PingFang SC;
  360. font-weight: 400;
  361. color: #666666;
  362. line-height: 40rpx;
  363. margin-top: 8rpx;
  364. }
  365. .payItem{
  366. background: #FAFAFA;
  367. border-radius: 20rpx;
  368. padding: 34rpx 32rpx;
  369. margin-top: 32rpx;
  370. }
  371. .payName{
  372. margin-left: 24rpx;
  373. }
  374. .balance{
  375. font-size: 24rpx;
  376. font-family: PingFangSC-Regular, PingFang SC;
  377. font-weight: 400;
  378. color: #999999;
  379. line-height: 40rpx;
  380. }
  381. .commitBtn{
  382. width: 686rpx;
  383. height: 108rpx;
  384. background: #FFE05C;
  385. border-radius: 60rpx;
  386. margin-top: 32rpx;
  387. font-size: 32rpx;
  388. font-family: PingFangSC-Medium, PingFang SC;
  389. font-weight: bold;
  390. color: #111111;
  391. line-height: 108rpx;
  392. text-align: center;
  393. }
  394. .passwordView{
  395. background: #FFFFFF;
  396. width: 686rpx;
  397. height: 400rpx;
  398. border-radius: 20rpx;
  399. padding: 34rpx 0;
  400. }
  401. .h-tab-bar{
  402. margin-top: 80rpx;
  403. }
  404. .h-operate-btn{
  405. width: 550rpx;
  406. height: 80rpx;
  407. border-radius: 40rpx;
  408. background: #FFE05C;
  409. line-height: 80rpx;
  410. text-align: center;
  411. margin-top: 80rpx;
  412. }