index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. .myqr {
  2. width: 560rpx;
  3. position: fixed;
  4. left: 50%;
  5. top: 50%;
  6. transform: translate3d(-50%, -50%, 0);
  7. background: #efe2e2;
  8. z-index: 999;
  9. border-radius: 20rpx;
  10. /* border: 1rpx solid #999; */
  11. padding: 20rpx;
  12. }
  13. .myqr .cancel {
  14. position: absolute;
  15. width: 60rpx;
  16. height: 60rpx;
  17. margin-left: 280rpx;
  18. }
  19. .myqr .img {
  20. width: 480rpx;
  21. }
  22. .star{
  23. display: flex;
  24. margin: 20rpx 0;
  25. }
  26. .star image{
  27. width: 60rpx;
  28. height: 60rpx;
  29. }
  30. page {
  31. height: 100%;
  32. width: 100%;
  33. background: #f4f4f4;
  34. }
  35. .container {
  36. background: #f4f4f4;
  37. height: 100vh;
  38. /* overflow: hidden; */
  39. width: 100%;
  40. /* filter: blur(5rpx);*/
  41. }
  42. .orders-switch {
  43. width: 100%;
  44. background: #fff;
  45. height: 84rpx;
  46. /* position: fixed; */
  47. top: 0rpx;
  48. /* top: 0rpx; */
  49. z-index: 1;
  50. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  51. }
  52. .orders-switch .item {
  53. display: inline-block;
  54. height: 82rpx;
  55. width: 18%;
  56. padding: 0 15rpx;
  57. text-align: center;
  58. }
  59. .orders-switch .item .txt {
  60. display: inline-block;
  61. height: 82rpx;
  62. padding: 0 20rpx;
  63. line-height: 82rpx;
  64. color: #9a9ba1;
  65. font-size: 30rpx;
  66. width: 170rpx;
  67. }
  68. .orders-switch .item.active .txt {
  69. color: #ab956d;
  70. border-bottom: 4rpx solid #ab956d;
  71. }
  72. .no-order {
  73. width: 100%;
  74. height: auto;
  75. margin: 0 auto;
  76. }
  77. .no-order .c {
  78. width: 100%;
  79. height: auto;
  80. margin-top: 400rpx;
  81. }
  82. .no-order .c text {
  83. margin: 0 auto;
  84. display: block;
  85. width: 258rpx;
  86. height: 29rpx;
  87. line-height: 29rpx;
  88. text-align: center;
  89. font-size: 29rpx;
  90. color: #999;
  91. }
  92. .orders {
  93. height: auto;
  94. width: 100%;
  95. overflow: hidden;
  96. /* margin-top: 85rpx; */
  97. padding-bottom:120rpx;
  98. }
  99. .order {
  100. margin-top: 20rpx;
  101. background: #fff;
  102. /*padding: 0 0 20rpx 0; */
  103. padding-top: 20rpx;
  104. }
  105. .order .h {
  106. height: 83.3rpx;
  107. line-height: 83.3rpx;
  108. margin-left: 31.25rpx;
  109. padding-right: 31.25rpx;
  110. border-bottom: 1px solid #f4f4f4;
  111. font-size: 30rpx;
  112. color: #333;
  113. }
  114. .order .h .l {
  115. float: left;
  116. color: #333;
  117. }
  118. .order .h .r {
  119. float: right;
  120. color: #b4282d;
  121. font-size: 24rpx;
  122. }
  123. .order .b {
  124. height: 103rpx;
  125. line-height: 103rpx;
  126. margin-left: 31.25rpx;
  127. padding-right: 31.25rpx;
  128. border-top: 1px solid #f4f4f4;
  129. font-size: 30rpx;
  130. color: #333;
  131. }
  132. .order .b .l {
  133. float: left;
  134. color: #333;
  135. }
  136. .order .b .r {
  137. float: right;
  138. }
  139. .order .b .btn {
  140. margin-top: 19rpx;
  141. height: 64.5rpx;
  142. line-height: 64.5rpx;
  143. text-align: center;
  144. padding: 0 20rpx;
  145. border-radius: 5rpx;
  146. font-size: 28rpx;
  147. color: #fff;
  148. background: #b4282d;
  149. }
  150. .order .goods {
  151. display: flex;
  152. align-items: center;
  153. /* height: 169rpx; */
  154. margin-left: 31.25rpx;
  155. }
  156. .order .goods .info {
  157. /* height: 145.83rpx; */
  158. flex: 1;
  159. padding-left: 20rpx;
  160. }
  161. .order .goods .name {
  162. /* margin-top: 30rpx; */
  163. display: block;
  164. /*height: 44rpx;
  165. line-height: 44rpx;*/
  166. color: #333;
  167. font-size: 36rpx;
  168. }
  169. .order .goods .number {
  170. display: block;
  171. height: 37rpx;
  172. line-height: 37rpx;
  173. color: #666;
  174. font-size: 25rpx;
  175. margin-top: 10rpx;
  176. }
  177. .order .goods .status {
  178. width: 105rpx;
  179. color: #b4282d;
  180. font-size: 25rpx;
  181. }
  182. .order-item-operate{
  183. border-top: 1px solid #f4f4f4;
  184. height: 82rpx;
  185. display: flex;
  186. /* align-items: center;
  187. justify-content: space-between; */
  188. padding:0 32rpx;
  189. }
  190. .order-operate-wrapper{
  191. width: 100%;
  192. /* height: 80rpx; */
  193. display: flex;
  194. align-items: center;
  195. justify-content: flex-end;
  196. }
  197. .order-operate-wrapper>view{
  198. margin: 0 10rpx;
  199. height: 44rpx;
  200. width:128rpx;
  201. text-align: center;
  202. line-height: 45rpx;
  203. border-radius:10rpx;
  204. border:1rpx solid #09afff;
  205. font-size: 28rpx;
  206. /* margin-left:20rpx; */
  207. color: #333;
  208. }
  209. .content {
  210. font-size: 46rpx;
  211. line-height: 50rpx;
  212. font-weight: 500;
  213. margin: 20rpx;
  214. color: #333;
  215. }
  216. .book{
  217. /* margin: 20rpx 20rpx; */
  218. margin-bottom: 20rpx;
  219. /* height: 320rpx; */
  220. /* width: 710rpx; */
  221. border: 1rpx solid #999;
  222. border-radius: 10rpx;
  223. display: flex;
  224. flex-flow: column;
  225. padding-bottom: 20rpx;
  226. }
  227. .bookname {
  228. display: block;
  229. color: #333;
  230. line-height: 32rpx;
  231. font-size: 32rpx;
  232. margin: 20rpx 20rpx;
  233. }
  234. .serviceTime{
  235. display: block;
  236. color: #333;
  237. line-height: 32rpx;
  238. font-size: 32rpx;
  239. margin: 20rpx 20rpx;
  240. font-weight: 300;
  241. }
  242. .goodsname{
  243. color: #333;
  244. line-height: 32rpx;
  245. font-size: 32rpx;
  246. margin: 20rpx 20rpx;
  247. font-weight: 300;
  248. }
  249. .status{
  250. height: 40rpx;
  251. float: right;
  252. margin: 10rpx;
  253. background-color: #09AFFF;
  254. padding: 10rpx;
  255. border-radius: 10rpx;
  256. color: #fff;
  257. }
  258. .address {
  259. display: block;
  260. color: darkred;
  261. line-height: 36rpx;
  262. font-size: 36rpx;
  263. margin: 20rpx 20rpx;
  264. }
  265. .service{
  266. display: block;
  267. line-height: 40rpx;
  268. font-size: 33rpx;
  269. margin-left: 20rpx;
  270. }
  271. .tool{
  272. margin-right : 20rpx;
  273. margin-top: 10rpx;
  274. display: flex;
  275. }
  276. /* 预检项目样式 */
  277. .row{
  278. margin-top: 20rpx;
  279. padding: 20rpx;
  280. border: 1rpx solid #999;
  281. border-radius: 10rpx;
  282. }
  283. .title{
  284. display: block;
  285. height: 50rpx;
  286. }
  287. .left{
  288. float: left;
  289. color:#333;
  290. }
  291. .right{
  292. float:right;
  293. color:#333;
  294. }
  295. .category{
  296. font-size: 36rpx;
  297. color: #333;
  298. font-weight: 500;
  299. }
  300. .content{
  301. margin-top: 20rpx;
  302. }
  303. .device{
  304. font-size: 36rpx;
  305. font-weight: 200;
  306. }
  307. .problem{
  308. display: flex;
  309. flex-wrap: wrap;
  310. }
  311. .item{
  312. margin: 6rpx;
  313. }
  314. .img{
  315. margin: 10rpx;
  316. width: 80rpx;
  317. height: 80rpx;
  318. }
  319. .footer{
  320. position: fixed;
  321. bottom: 0rpx;
  322. display: flex;
  323. /* justify-content: center; */
  324. width: 100%;
  325. background-color: #fff;
  326. padding: 10rpx 0;
  327. align-items: center;
  328. margin: auto 0;
  329. height: 76rpx;
  330. }
  331. .btn1 {
  332. height: 76rpx;
  333. line-height: 76rpx;
  334. width: 220rpx;
  335. color: #333;
  336. font-size: 30rpx;
  337. /* background-color: #09AFFF; */
  338. border-radius: 10rpx;
  339. letter-spacing: 3rpx;
  340. }
  341. .btn {
  342. height: 56rpx;
  343. line-height: 56rpx;
  344. width: 300rpx;
  345. color: #fff;
  346. font-size: 30rpx;
  347. background-color: #09AFFF;
  348. border-radius: 28rpx;
  349. letter-spacing: 3rpx;
  350. text-align: center;
  351. /* margin: 20rpx auto 0; */
  352. }
  353. .comment-txt{
  354. width:auto;
  355. border:3rpx solid #999;
  356. border-radius:10rpx;
  357. text-align: left;
  358. padding:10rpx;color:#333;
  359. }