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

284 lines
5.2KB

  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. position: relative;
  173. width: 125rpx;
  174. height: 125rpx;
  175. margin: 10rpx 25rpx;
  176. }
  177. .NoVehicle>.upPhonoBox>.phontBox>.gameRuleClose{
  178. position: absolute;
  179. top: -15rpx;
  180. right: -15rpx;
  181. width: 31rpx;
  182. height: 29rpx;
  183. }
  184. .NoVehicle>.upPhonoBox>.phontBox>image{
  185. width: 100%;
  186. height: 100%;
  187. }
  188. .NoVehicle>.photoNotes{
  189. font-size: 17rpx;
  190. margin-left: 55rpx;
  191. }
  192. .NoVehicle>.submitBtn{
  193. width: 675rpx;
  194. height: 70rpx;
  195. background-color: #2a558d;
  196. color: #ffffff;
  197. font-size: 30rpx;
  198. margin: 20rpx auto 0 auto;
  199. border-radius: 20rpx;
  200. }
  201. .NoVehicle>.agreementBox{
  202. margin-top: 20rpx;
  203. font-size: 16rpx;
  204. display: flex;
  205. justify-content: center;
  206. align-items: center;
  207. }
  208. .NoVehicle>.agreementBox>.checkBox{
  209. border: 1rpx solid #000000;
  210. width: 20rpx;
  211. height: 20rpx;
  212. display: inline-block;
  213. margin-right: 5rpx;
  214. }
  215. .mask {
  216. position: fixed;
  217. left: 0;
  218. top: 0;
  219. width: 100%;
  220. height: calc(100% - 150rpx);
  221. display: flex;
  222. align-items: center;
  223. justify-content: center;
  224. background-color: rgba(0, 0, 0, 0.5);
  225. z-index: 99999;
  226. }
  227. .mask>.ruleContent {
  228. position: relative;
  229. width: 484rpx;
  230. height: 455rpx;
  231. border-radius: 20rpx;
  232. /* background-color: #ffffff; */
  233. }
  234. .mask>.ruleContent>.rule {
  235. position: relative;
  236. width: 100%;
  237. height: 100%;
  238. }
  239. .returnbtn{
  240. background-color: #000000;
  241. position: absolute;
  242. height: 50rpx;
  243. width: 274rpx;
  244. left:105rpx;
  245. bottom:60rpx;
  246. opacity: 0;
  247. }
  248. .closeBtn {
  249. position: absolute;
  250. height: 40rpx;
  251. width: 40rpx;
  252. right:-40rpx;
  253. top:-40rpx;
  254. }
  255. /* use cross as close button */
  256. /* .closeBtn::before {
  257. content: "\2716";
  258. } */
  259. .VcodeGroup{
  260. position: relative;
  261. width: 100%;
  262. height: 100%;
  263. }
  264. .canvasSty{
  265. width:205rpx;
  266. height:51rpx;
  267. position:absolute;
  268. left:2000px;
  269. top:0;
  270. z-index:9999;
  271. opacity: 0;
  272. }
  273. .VcodeImg{
  274. width:205rpx;
  275. height:51rpx;
  276. position:absolute;
  277. left:0;
  278. top:0;
  279. }