C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
2.9 KiB

  1. /**passCar.wxss**/
  2. page{
  3. background-color: #f8f8f8;
  4. }
  5. .headBox{
  6. margin-top: 13rpx;
  7. width: 750rpx;
  8. height: 210rpx;
  9. box-sizing: border-box;
  10. padding: 30rpx 40rpx;
  11. display: flex;
  12. background-color: white
  13. }
  14. .headBox image{
  15. width: 150rpx;
  16. height: 150rpx;
  17. margin-right: 30rpx;
  18. border-radius:16rpx;
  19. }
  20. .numberBox{
  21. width: 400rpx;
  22. height: 150rpx
  23. }
  24. .titleName{
  25. line-height: 60rpx;
  26. height:60rpx;
  27. color: #666;
  28. font-size: 32rpx;
  29. width: 400rpx;
  30. word-break:break-all;
  31. text-align: justify;
  32. }
  33. ::-webkit-scrollbar{
  34. width: 0;
  35. height: 0;
  36. color: transparent;
  37. }
  38. .carLocation,.locationNumber{
  39. width: 400rpx;
  40. height: 40rpx;
  41. color: #666;
  42. font-size: 24rpx;
  43. line-height: 30rpx;
  44. }
  45. .borderBox{
  46. width: 750rpx;
  47. margin-top: 26rpx;
  48. }
  49. .borderUp{
  50. padding: 50rpx;
  51. width: 750rpx;
  52. height: 50rpx;
  53. line-height: 50rpx;
  54. font-size: 36rpx;
  55. color: #333;
  56. border-bottom: 1rpx #f8f8f8 solid;
  57. background-color: white;
  58. }
  59. .carNumber{
  60. padding: 50rpx;
  61. height: 50rpx;
  62. line-height: 50rpx;
  63. font-size: 28rpx;
  64. color: #cbcbcb;
  65. background-color: white;
  66. }
  67. .addBox{
  68. width: 750rpx;
  69. height: 220rpx;
  70. position: relative;
  71. background-color: white;
  72. }
  73. .add{
  74. position: absolute;
  75. left: 50%;
  76. top: 50%;
  77. transform: translate(-50%,-50%);
  78. font-size: 34rpx;
  79. color: #666;
  80. border:2px dashed #eee;
  81. padding: 30rpx 50rpx;
  82. border-radius:16rpx;
  83. }
  84. .add text{
  85. font-size: 40rpx;
  86. }
  87. .bottonBox{
  88. width: 750rpx;
  89. margin-top: 75rpx;
  90. background-color: white;
  91. }
  92. .textStyle{
  93. height: 90rpx;
  94. line-height: 90rpx;
  95. padding-left: 130rpx;
  96. color: #333;
  97. font-size: 28rpx;
  98. letter-spacing: 1rpx;
  99. margin-top: 30rpx;
  100. border-bottom: 1rpx #f8f8f8 solid;
  101. position: relative;
  102. }
  103. .textStyle image{
  104. width: 50rpx;
  105. height: 50rpx;
  106. top: 20rpx;
  107. left: 50rpx;
  108. position: absolute;
  109. }
  110. .passNumberBox{
  111. width: 750rpx;
  112. height: 150rpx;
  113. position: relative;
  114. background-color: white;
  115. border-bottom: 1rpx #f8f8f8 solid;
  116. }
  117. .passNumber{
  118. width: 400rpx;
  119. height: 150rpx;
  120. font-size: 32rpx;
  121. font-weight: 600;
  122. line-height: 150rpx;
  123. left: 55rpx;
  124. position: absolute;
  125. }
  126. .deleteButton{
  127. font-size: 28rpx;
  128. line-height: 50rpx;
  129. top: 50rpx;
  130. right: 30rpx;
  131. position: absolute;
  132. }
  133. .detail{
  134. width: 32rpx;
  135. height: 32rpx;
  136. right: 50rpx;
  137. top: 32rpx;
  138. position: absolute;
  139. }
  140. .detail image{
  141. width: 32rpx;
  142. height: 32rpx;
  143. position: absolute;
  144. left: 0;
  145. top: 0;
  146. }
  147. .voucher{
  148. width: 88%;
  149. margin-left: 6%;
  150. height: 80rpx;
  151. background-color: #cbcbcb;
  152. position: relative;
  153. }
  154. .textV1,.textV2{
  155. line-height: 80rxp;
  156. font-size: 28rpx;
  157. color: white;
  158. }
  159. .textV1{
  160. position: absolute;
  161. left: 10rpx;
  162. top: 22rpx;
  163. }
  164. .textV2{
  165. position: absolute;
  166. top: 22rpx;
  167. right: 80rpx;
  168. }
  169. .choice{
  170. width: 80rpx;
  171. height: 80rpx;
  172. position: absolute;
  173. top: 0;
  174. right: 0;
  175. }
  176. .choice image{
  177. position: absolute;
  178. left: 50%;
  179. top: 50%;
  180. transform: translate(-50%,-50%);
  181. width: 30rpx;
  182. height: 30rpx;
  183. }