index.rpx.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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. margin-top: 10rpx;
  139. width: 30%;
  140. text-align: right;
  141. padding-right: 24rpx;
  142. font-size: 28rpx;
  143. }
  144. .h-text1 {
  145. color: #FFAF36;
  146. }
  147. .h-text2 {
  148. color: #93D21A;
  149. }
  150. .h-text3 {
  151. color: #999999;
  152. }
  153. .store-list {
  154. margin-top: 24rpx;
  155. margin-bottom: 12rpx;
  156. display: flex;
  157. justify-content: space-between;
  158. }
  159. .store-content {
  160. display: flex;
  161. justify-content: space-between;
  162. }
  163. .store-img {
  164. width: 152rpx;
  165. }
  166. .store-img image {
  167. height: 152rpx;
  168. border-radius: 6rpx;
  169. }
  170. .content {
  171. width: 100%;
  172. padding-left: 16rpx;
  173. /*padding-top: 4rpx;*/
  174. padding-right: 24rpx;
  175. }
  176. .title {
  177. height: 44rpx;
  178. font-size: 28rpx;
  179. font-family: PingFangSC-Medium, PingFang SC;
  180. font-weight: bold;
  181. color: #111111;
  182. line-height: 44rpx;
  183. margin-left: 8rpx;
  184. }
  185. .price {
  186. font-size: 24rpx;
  187. font-family: PingFangSC-Regular, PingFang SC;
  188. font-weight: 400;
  189. color: #666666;
  190. line-height: 36rpx;
  191. }
  192. .desc {
  193. display: flex;
  194. // padding: 6rpx;
  195. }
  196. .time {
  197. font-size: 24rpx;
  198. font-family: PingFangSC-Regular, PingFang SC;
  199. font-weight: 400;
  200. color: #ED569F;
  201. background: rgba(237, 86, 159, 0.1);
  202. padding: 6rpx 16rpx;
  203. border-radius: 0rpx 0rpx 12rpx 12rpx;
  204. }
  205. .service-type {
  206. font-size: 24rpx;
  207. font-family: PingFangSC-Regular, PingFang SC;
  208. color: black;
  209. background: #fff9de;
  210. padding: 6rpx 16rpx;
  211. margin-left: 16rpx;
  212. border-radius: 0rpx 0rpx 12rpx 12rpx;
  213. }
  214. .service-mode {
  215. font-size: 24rpx;
  216. font-family: PingFangSC-Regular, PingFang SC;
  217. color: #9ed733;
  218. background: #e9f6d1;
  219. padding: 6rpx 16rpx;
  220. margin-left: 16rpx;
  221. border-radius: 0rpx 0rpx 12rpx 12rpx;
  222. }
  223. .detail {
  224. font-size: 24rpx;
  225. padding-top: 12rpx;
  226. padding-bottom: 12rpx;
  227. background-image: url('/static/order/ud4.png');
  228. background-size: cover;
  229. }
  230. .d-item-row {
  231. display: flex;
  232. height: 44rpx;
  233. align-items: center;
  234. }
  235. .item-icon {
  236. display: flex;
  237. align-items: center;
  238. padding-right: 8rpx;
  239. }
  240. .item-icon image {
  241. height: 36rpx;
  242. width: 36rpx;
  243. }
  244. .item-text {
  245. color: #666666;
  246. }
  247. .item-v {
  248. font-family: PingFangSC-Medium, PingFang SC;
  249. font-weight: 500;
  250. color: #333333;
  251. }
  252. .detail11 {
  253. font-size: 24rpx;
  254. padding-top: 12rpx;
  255. padding-bottom: 12rpx;
  256. }
  257. .d-item-row {
  258. display: flex;
  259. height: 44rpx;
  260. align-items: center;
  261. }
  262. .item-icon {
  263. display: flex;
  264. align-items: center;
  265. padding-right: 8rpx;
  266. }
  267. .item-icon image {
  268. height: 36rpx;
  269. width: 36rpx;
  270. }
  271. .item-text {
  272. color: #666666;
  273. }
  274. .item-v {
  275. font-family: PingFangSC-Medium, PingFang SC;
  276. font-weight: 500;
  277. color: #333333;
  278. }
  279. .flexLR {
  280. width: 100%;
  281. display: flex;
  282. justify-content: space-between;
  283. }
  284. .nav-bar {
  285. display: flex;
  286. text-align: right;
  287. justify-content: flex-end;
  288. }
  289. .btn {
  290. height: 60rpx;
  291. line-height: 60rpx;
  292. background: #FFE05C;
  293. margin-top: 20rpx;
  294. text-align: center;
  295. color: #fff;
  296. margin-right: 16rpx;
  297. border-radius: 30rpx;
  298. color: #333;
  299. padding-right: 24rpx;
  300. padding-left: 24rpx;
  301. font-size: 26rpx;
  302. display: flex;
  303. }
  304. .text1 {
  305. padding-left: 2rpx;
  306. font-size: 24rpx;
  307. color: #666;
  308. }
  309. .look-num-btn {
  310. height: 60rpx;
  311. line-height: 60rpx;
  312. background: #999;
  313. margin-top: 20rpx;
  314. width: 160rpx;
  315. text-align: center;
  316. color: #fff;
  317. margin-right: 16rpx;
  318. border-radius: 8rpx;
  319. }
  320. .fontColor {
  321. font-size: 28rpx;
  322. font-family: PingFangSC-Medium, PingFang SC;
  323. font-weight: bold;
  324. color: #ED569F;
  325. line-height: 44rpx;
  326. }
  327. /* 产品订单 */
  328. .product-order {
  329. margin-top: 24rpx;
  330. }
  331. .developing {
  332. text-align: center;
  333. color: #666;
  334. }
  335. .planNumber {
  336. font-size: 40rpx;
  337. font-family: PingFangSC-Semibold, PingFang SC;
  338. font-weight: 600;
  339. color: #333333;
  340. line-height: 68rpx;
  341. padding-right: 62rpx;
  342. }
  343. .planNumber1{
  344. font-size: 26rpx;
  345. font-family: PingFangSC-Regular, PingFang SC;
  346. font-weight: 400;
  347. color: #ED569F;
  348. line-height: 28rpx;
  349. padding-right: 62rpx;
  350. }
  351. .tabs{
  352. background: #FFFFFF;
  353. }