东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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