index.rpx.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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. margin-right: 6rpx;
  131. font-size: 28rpx;
  132. font-weight: bold;
  133. font-family: PingFangSC-Regular, PingFang SC;
  134. color: #666666;
  135. }
  136. .order-state-name {
  137. width: 30%;
  138. text-align: right;
  139. padding-right: 24rpx;
  140. font-size: 28rpx;
  141. }
  142. .h-text1 {
  143. color: #666666;
  144. }
  145. .h-text2 {
  146. color: #93D21A;
  147. }
  148. .h-text3 {
  149. color: #FFAF36;
  150. }
  151. .store-list {
  152. margin-top: 24rpx;
  153. margin-bottom: 12rpx;
  154. display: flex;
  155. justify-content: space-between;
  156. }
  157. .store-content {
  158. display: flex;
  159. justify-content: space-between;
  160. }
  161. .store-img {
  162. width: 152rpx;
  163. }
  164. .store-img image {
  165. height: 152rpx;
  166. border-radius: 6rpx;
  167. }
  168. .content {
  169. width: 100%;
  170. padding-left: 16rpx;
  171. padding-top: 4rpx;
  172. padding-right: 24rpx;
  173. }
  174. .title {
  175. height: 44rpx;
  176. font-size: 28rpx;
  177. font-family: PingFangSC-Medium, PingFang SC;
  178. font-weight: bold;
  179. color: #111111;
  180. line-height: 44rpx;
  181. margin-left: 8rpx;
  182. }
  183. .price {
  184. height: 44rpx;
  185. font-size: 28rpx;
  186. font-family: PingFangSC-Medium, PingFang SC;
  187. font-weight: bold;
  188. color: #ED569F;
  189. line-height: 44rpx;
  190. margin-left: 8rpx;
  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. border: 4rpx dotted #eeeeee;
  281. width: 100%;
  282. display: flex;
  283. justify-content: space-between;
  284. overflow: hidden;
  285. }
  286. .nav-bar {
  287. display: flex;
  288. text-align: right;
  289. justify-content: flex-end;
  290. }
  291. .btn {
  292. height: 60rpx;
  293. line-height: 60rpx;
  294. background: #FFE05C;
  295. margin-top: 20rpx;
  296. text-align: center;
  297. color: #fff;
  298. margin-right: 16rpx;
  299. border-radius: 30rpx;
  300. color: #333;
  301. padding-right: 24rpx;
  302. padding-left: 24rpx;
  303. font-size: 26rpx;
  304. display: flex;
  305. }
  306. .text1 {
  307. padding-left: 2rpx;
  308. font-size: 24rpx;
  309. color: #666;
  310. }
  311. .look-num-btn {
  312. height: 60rpx;
  313. line-height: 60rpx;
  314. background: #999;
  315. margin-top: 20rpx;
  316. width: 160rpx;
  317. text-align: center;
  318. color: #fff;
  319. margin-right: 16rpx;
  320. border-radius: 8rpx;
  321. }
  322. .fontColor {
  323. color: red;
  324. }
  325. /* 产品订单 */
  326. .product-order {
  327. margin-top: 24rpx;
  328. }
  329. .developing {
  330. text-align: center;
  331. color: #666;
  332. }
  333. .planNumber {
  334. font-size: 35rpx;
  335. font-family: PingFangSC-Medium, PingFang SC;
  336. font-weight: 500;
  337. color: #93BC23;
  338. }
  339. .tabs{
  340. background: #FFFFFF;
  341. }