index.rpx.scss 7.6 KB

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