东风启辰小程序端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

248 Zeilen
4.6KB

  1. /* pages/scout/register/register.wxss */
  2. .registerContainer{
  3. width: 100%;
  4. height: calc(100% - 168rpx);
  5. margin-top: 168rpx;
  6. overflow-y: scroll;
  7. }
  8. .tabsBox{
  9. width: 611rpx;
  10. height: 81rpx;
  11. border: 1rpx solid #345489;
  12. margin: 0 auto;
  13. border-radius: 10rpx;
  14. box-sizing: border-box;
  15. }
  16. .tabsBox>.item{
  17. width: 50%;
  18. height: 100%;
  19. line-height: 81rpx;
  20. color: #345489;
  21. display: inline-block;
  22. text-align: center;
  23. }
  24. .tabsBox>.item.select{
  25. color: #ffffff;
  26. background-color: #345489;
  27. }
  28. .welcome{
  29. font-size: 33rpx;
  30. font-weight: bold;
  31. text-align: center;
  32. margin: 28rpx auto 28rpx auto;
  33. }
  34. .Vehicle{
  35. position: relative;
  36. }
  37. .Vehicle>input{
  38. width: 675rpx;
  39. height: 66rpx;
  40. border: 1rpx solid #808080;
  41. margin: 0 auto 35rpx auto;
  42. border-radius: 21rpx;
  43. box-sizing: border-box;
  44. padding: 0 27rpx;
  45. font-size: 23rpx;
  46. }
  47. .VcodeBox{
  48. position: absolute;
  49. width: 205rpx;
  50. height: 51rpx;
  51. border:1rpx solid #808080;
  52. border-radius: 15rpx;
  53. right: 45rpx;
  54. top: 108rpx;
  55. }
  56. .Vehicle>.tipTxt{
  57. text-align: center;
  58. font-size: 22rpx;
  59. color: #666768;
  60. }
  61. .Vehicle>.license{
  62. width: 553rpx;
  63. height: 363rpx;
  64. margin: 22rpx auto 0 auto;
  65. }
  66. .Vehicle>.submitBtn{
  67. width: 675rpx;
  68. height: 70rpx;
  69. background-color: #2a558d;
  70. color: #ffffff;
  71. font-size: 28rpx;
  72. margin: 200rpx auto 0 auto;
  73. }
  74. .Vehicle>.reminder{
  75. font-size: 17rpx;
  76. color: #adaeae;
  77. width: 675rpx;
  78. margin: 25rpx auto;
  79. line-height: 32rpx;
  80. }
  81. .NoVehicle{
  82. position: relative;
  83. }
  84. .NoVehicle>.getCode{
  85. position: absolute;
  86. top: 250rpx;
  87. right: 95rpx;
  88. font-size: 23rpx;
  89. color: #1e68e3;
  90. }
  91. .NoVehicle>.codeTip{
  92. color: #b5b5b6;
  93. }
  94. .NoVehicle>picker{
  95. position: relative;
  96. width: 638rpx;
  97. height: 66rpx;
  98. line-height: 66rpx;
  99. border: 1rpx solid #808080;
  100. margin: 0 auto 13rpx auto;
  101. border-radius: 21rpx;
  102. box-sizing: border-box;
  103. color: #000000;
  104. padding: 0 30rpx;
  105. font-size: 23rpx;
  106. }
  107. image.arrowDown{
  108. position: absolute;
  109. width: 23rpx;
  110. height: 11rpx;
  111. top: 30rpx;
  112. right: 42rpx;
  113. }
  114. .NoVehicle>input{
  115. width: 638rpx;
  116. height: 66rpx;
  117. line-height: 66rpx;
  118. border: 1rpx solid #808080;
  119. margin: 0 auto 13rpx auto;
  120. border-radius: 21rpx;
  121. box-sizing: border-box;
  122. color: #000000;
  123. padding: 0 30rpx;
  124. font-size: 23rpx;
  125. }
  126. .NoVehicle>.hintTitle{
  127. text-align: center;
  128. font-size: 22rpx;
  129. color: #666768;
  130. margin-bottom: 15rpx;
  131. }
  132. .NoVehicle>.hintBox{
  133. display: flex;
  134. width: 700rpx;
  135. margin: 0 auto;
  136. border-bottom: 2rpx solid #595959;
  137. justify-content: center;
  138. margin-bottom: 25rpx;
  139. }
  140. .NoVehicle>.hintBox>.hintItem{
  141. width: 216rpx;
  142. }
  143. .NoVehicle>.hintBox>.hintItem>.hintImg{
  144. width: 100%;
  145. height: 149rpx;
  146. }
  147. .NoVehicle>.hintBox>.hintItem>.hintTxt{
  148. font-size: 17rpx;
  149. text-align: center;
  150. padding: 15rpx 0;
  151. }
  152. .NoVehicle>.upPhotoTitle{
  153. font-size: 21rpx;
  154. color: #000000;
  155. font-weight: bold;
  156. margin-left: 55rpx;
  157. }
  158. .NoVehicle>.upPhonoBox{
  159. display: flex;
  160. margin: 15rpx 25rpx;
  161. }
  162. .NoVehicle>.upPhonoBox>.upPhontBtn{
  163. width: 125rpx;
  164. height: 125rpx;
  165. margin: 10rpx 25rpx;
  166. }
  167. .NoVehicle>.upPhonoBox>.phontBox{
  168. width: 125rpx;
  169. height: 125rpx;
  170. margin: 10rpx 25rpx;
  171. }
  172. .NoVehicle>.upPhonoBox>.phontBox>image{
  173. width: 100%;
  174. height: 100%;
  175. }
  176. .NoVehicle>.photoNotes{
  177. font-size: 17rpx;
  178. margin-left: 55rpx;
  179. }
  180. .NoVehicle>.submitBtn{
  181. width: 675rpx;
  182. height: 70rpx;
  183. background-color: #2a558d;
  184. color: #ffffff;
  185. font-size: 30rpx;
  186. margin: 20rpx auto 0 auto;
  187. border-radius: 20rpx;
  188. }
  189. .NoVehicle>.agreementBox{
  190. margin-top: 20rpx;
  191. font-size: 16rpx;
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. }
  196. .NoVehicle>.agreementBox>.checkBox{
  197. border: 1rpx solid #000000;
  198. width: 20rpx;
  199. height: 20rpx;
  200. display: inline-block;
  201. margin-right: 5rpx;
  202. }
  203. .mask {
  204. position: absolute;
  205. left: 0;
  206. top: 0;
  207. width: 100%;
  208. height: 100%;
  209. display: flex;
  210. align-items: center;
  211. justify-content: center;
  212. background-color: rgba(0, 0, 0, 0.5);
  213. z-index: 99999;
  214. }
  215. .mask>.ruleContent {
  216. position: relative;
  217. width: 484rpx;
  218. height: 455rpx;
  219. border-radius: 20rpx;
  220. /* background-color: #ffffff; */
  221. }
  222. .mask>.ruleContent>.rule {
  223. position: relative;
  224. width: 100%;
  225. height: 100%;
  226. }
  227. .closeBtn {
  228. color: #ffffff;
  229. border-radius: 50%;
  230. text-align: center;
  231. height: 40rpx;
  232. line-height: 40rpx;
  233. width: 40rpx;
  234. font-size: 30rpx;
  235. padding: 2rpx;
  236. position: absolute;
  237. border: 2rpx solid #fff;
  238. }
  239. /* use cross as close button */
  240. .closeBtn::before {
  241. content: "\2716";
  242. }