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.

182 line
2.8 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: 62rpx;
  18. border: 1px #cbcbcb solid;
  19. }
  20. .numberBox{
  21. width: 400rpx;
  22. height: 150rpx
  23. }
  24. .titleName{
  25. line-height: 60rpx;
  26. height:60rpx;
  27. color: #333;
  28. font-size: 36rpx;
  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: 50rpx;
  41. color: #333;
  42. font-size: 28rpx;
  43. line-height: 50rpx;
  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: 36rpx;
  79. color: #333;
  80. }
  81. .bottonBox{
  82. width: 750rpx;
  83. margin-top: 75rpx;
  84. background-color: white;
  85. }
  86. .textStyle{
  87. height: 90rpx;
  88. line-height: 90rpx;
  89. padding-left: 130rpx;
  90. color: #333;
  91. font-size: 28rpx;
  92. letter-spacing: 1rpx;
  93. margin-top: 30rpx;
  94. border-bottom: 1rpx #f8f8f8 solid;
  95. position: relative;
  96. }
  97. .textStyle image{
  98. width: 50rpx;
  99. height: 50rpx;
  100. top: 20rpx;
  101. left: 50rpx;
  102. position: absolute;
  103. }
  104. .passNumberBox{
  105. width: 750rpx;
  106. height: 150rpx;
  107. position: relative;
  108. background-color: white;
  109. border-bottom: 1rpx #f8f8f8 solid;
  110. }
  111. .passNumber{
  112. width: 400rpx;
  113. height: 150rpx;
  114. font-size: 32rpx;
  115. font-weight: 600;
  116. line-height: 150rpx;
  117. left: 55rpx;
  118. position: absolute;
  119. }
  120. .deleteButton{
  121. font-size: 28rpx;
  122. line-height: 50rpx;
  123. top: 50rpx;
  124. right: 30rpx;
  125. position: absolute;
  126. }
  127. .detail{
  128. width: 32rpx;
  129. height: 32rpx;
  130. right: 50rpx;
  131. top: 32rpx;
  132. position: absolute;
  133. }
  134. .detail image{
  135. width: 32rpx;
  136. height: 32rpx;
  137. position: absolute;
  138. left: 0;
  139. top: 0;
  140. }
  141. .voucher{
  142. width: 88%;
  143. margin-left: 6%;
  144. height: 80rpx;
  145. background-color: #cbcbcb;
  146. position: relative;
  147. }
  148. .textV1,.textV2{
  149. line-height: 80rxp;
  150. font-size: 28rpx;
  151. color: white;
  152. }
  153. .textV1{
  154. position: absolute;
  155. left: 10rpx;
  156. top: 22rpx;
  157. }
  158. .textV2{
  159. position: absolute;
  160. top: 22rpx;
  161. right: 80rpx;
  162. }
  163. .choice{
  164. width: 80rpx;
  165. height: 80rpx;
  166. position: absolute;
  167. top: 0;
  168. right: 0;
  169. }
  170. .choice image{
  171. position: absolute;
  172. left: 50%;
  173. top: 50%;
  174. transform: translate(-50%,-50%);
  175. width: 30rpx;
  176. height: 30rpx;
  177. }