index.rpx.css 6.6 KB

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