index.rpx.css 6.3 KB

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