preList.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .myqr{
  2. position: absolute;
  3. z-index: 999;
  4. width: 100%;
  5. text-align: center;
  6. height: auto;
  7. margin-top: 50rpx;
  8. }
  9. .myqr .cancel{
  10. width: 60rpx;
  11. height: 60rpx;
  12. margin-top: 30rpx;
  13. margin-left: 480rpx;
  14. }
  15. .myqr .img{
  16. width: 480rpx;
  17. }
  18. .myqr .btn{
  19. width: 120rpx;
  20. height: 120rpx;
  21. line-height: 120rpx;
  22. margin-top: 20rpx;
  23. padding: 30rpx;
  24. background: #ffffff;
  25. border-radius:60rpx;
  26. }
  27. page {
  28. height: 100%;
  29. width: 100%;
  30. background: #f4f4f4;
  31. }
  32. .orders-switch {
  33. width: 100%;
  34. background: #fff;
  35. height: 84rpx;
  36. position: fixed;
  37. top: 0rpx;
  38. /* top: 0rpx; */
  39. z-index: 1;
  40. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  41. }
  42. .orders-switch .item {
  43. display: inline-block;
  44. height: 82rpx;
  45. width: 18%;
  46. padding: 0 15rpx;
  47. text-align: center;
  48. }
  49. .orders-switch .item .txt {
  50. display: inline-block;
  51. height: 82rpx;
  52. padding: 0 20rpx;
  53. line-height: 82rpx;
  54. color: #9a9ba1;
  55. font-size: 30rpx;
  56. width: 170rpx;
  57. }
  58. .orders-switch .item.active .txt {
  59. color: #ab956d;
  60. border-bottom: 4rpx solid #ab956d;
  61. }
  62. .no-order {
  63. width: 100%;
  64. height: auto;
  65. margin: 0 auto;
  66. }
  67. .no-order .c {
  68. width: 100%;
  69. height: auto;
  70. margin-top: 400rpx;
  71. }
  72. .no-order .c text {
  73. margin: 0 auto;
  74. display: block;
  75. width: 258rpx;
  76. height: 29rpx;
  77. line-height: 29rpx;
  78. text-align: center;
  79. font-size: 29rpx;
  80. color: #999;
  81. }
  82. .orders {
  83. height: auto;
  84. /* width: 100%; */
  85. overflow: hidden;
  86. padding: 20rpx;
  87. margin-top: 85rpx
  88. }
  89. .order {
  90. margin-top: 20rpx;
  91. background: #fff;
  92. }
  93. .content {
  94. font-size: 46rpx;
  95. line-height: 50rpx;
  96. font-weight: 500;
  97. margin: 20rpx;
  98. color: #333;
  99. }
  100. .book{
  101. /* margin: 20rpx 20rpx; */
  102. margin-bottom: 20rpx;
  103. /* height: 320rpx; */
  104. /* width: 710rpx; */
  105. border: 1rpx solid #999;
  106. border-radius: 10rpx;
  107. display: flex;
  108. flex-flow: column;
  109. padding-bottom: 20rpx;
  110. }
  111. .bookname {
  112. display: block;
  113. color: #333;
  114. line-height: 42rpx;
  115. font-size: 42rpx;
  116. margin: 20rpx 20rpx;
  117. font-weight: 500;
  118. }
  119. .serviceTime{
  120. display: block;
  121. color: #333;
  122. line-height: 32rpx;
  123. font-size: 32rpx;
  124. margin: 20rpx 20rpx;
  125. font-weight: 300;
  126. }
  127. .goodsname{
  128. color: #333;
  129. line-height: 32rpx;
  130. font-size: 32rpx;
  131. margin: 20rpx 20rpx;
  132. font-weight: 300;
  133. }
  134. .status{
  135. height: 40rpx;
  136. float: right;
  137. margin: 10rpx;
  138. background-color: #09AFFF;
  139. padding: 10rpx;
  140. border-radius: 10rpx;
  141. color: #fff;
  142. }
  143. .address {
  144. display: block;
  145. color: darkred;
  146. line-height: 46rpx;
  147. font-size: 36rpx;
  148. margin: 20rpx 20rpx;
  149. }
  150. .service{
  151. display: block;
  152. line-height: 40rpx;
  153. font-size: 33rpx;
  154. margin-left: 20rpx;
  155. }
  156. .tool{
  157. margin-right : 20rpx;
  158. margin-top: 10rpx;
  159. }
  160. .btn {
  161. height: 76rpx;
  162. line-height: 76rpx;
  163. float: right;
  164. color: #333;
  165. font-size: 30rpx;
  166. /* background-color: #09AFFF; */
  167. margin-left: 10rpx;
  168. border-radius: 10rpx;
  169. }
  170. /* 预检项目样式 */
  171. .row{
  172. margin-top: 20rpx;
  173. padding: 20rpx;
  174. border: 1rpx solid #999;
  175. border-radius: 10rpx;
  176. }
  177. .title{
  178. display: block;
  179. height: 50rpx;
  180. }
  181. .left{
  182. float: left;
  183. color:#333;
  184. }
  185. .right{
  186. float:right;
  187. color:#333;
  188. }
  189. .category{
  190. font-size: 36rpx;
  191. color: #333;
  192. font-weight: 500;
  193. }
  194. .content{
  195. margin-top: 20rpx;
  196. }
  197. .device{
  198. font-size: 36rpx;
  199. font-weight: 200;
  200. }
  201. .problem{
  202. display: flex;
  203. flex-wrap: wrap;
  204. }
  205. .item{
  206. margin: 6rpx;
  207. }
  208. .img{
  209. margin: 10rpx;
  210. width: 80rpx;
  211. height: 80rpx;
  212. }