东风启辰小程序端
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.

275 lines
5.0KB

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