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

291 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. position: relative;
  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. margin-top: 168rpx;
  16. }
  17. .tabsBox>.item{
  18. width: 50%;
  19. height: 100%;
  20. line-height: 81rpx;
  21. color: #345489;
  22. display: inline-block;
  23. text-align: center;
  24. }
  25. .tabsBox>.item.select{
  26. color: #ffffff;
  27. background-color: #345489;
  28. }
  29. .welcome{
  30. width: 269rpx;
  31. height: 33rpx;
  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. margin: 20rpx auto 0 auto;
  73. }
  74. .Vehicle>.reminder{
  75. width: 667rpx;
  76. height: 57rpx;
  77. margin: 25rpx auto;
  78. }
  79. .NoVehicle{
  80. position: relative;
  81. }
  82. .NoVehicle>.getCode{
  83. position: absolute;
  84. top: 250rpx;
  85. right: 95rpx;
  86. font-size: 23rpx;
  87. color: #1e68e3;
  88. }
  89. .NoVehicle>.codeTip{
  90. color: #b5b5b6;
  91. }
  92. .NoVehicle>picker{
  93. position: relative;
  94. width: 638rpx;
  95. height: 66rpx;
  96. line-height: 66rpx;
  97. border: 1rpx solid #808080;
  98. margin: 0 auto 13rpx auto;
  99. border-radius: 21rpx;
  100. box-sizing: border-box;
  101. color: #000000;
  102. padding: 0 30rpx;
  103. font-size: 23rpx;
  104. }
  105. image.arrowDown{
  106. position: absolute;
  107. width: 23rpx;
  108. height: 11rpx;
  109. top: 30rpx;
  110. right: 42rpx;
  111. }
  112. .NoVehicle>input{
  113. width: 638rpx;
  114. height: 66rpx;
  115. line-height: 66rpx;
  116. border: 1rpx solid #808080;
  117. margin: 0 auto 13rpx auto;
  118. border-radius: 21rpx;
  119. box-sizing: border-box;
  120. color: #000000;
  121. padding: 0 30rpx;
  122. font-size: 23rpx;
  123. }
  124. .NoVehicle>.hintTitle{
  125. text-align: center;
  126. font-size: 22rpx;
  127. color: #666768;
  128. margin-bottom: 15rpx;
  129. }
  130. .NoVehicle>.hintBox{
  131. display: flex;
  132. width: 700rpx;
  133. margin: 0 auto;
  134. border-bottom: 2rpx solid #595959;
  135. justify-content: center;
  136. margin-bottom: 25rpx;
  137. }
  138. .NoVehicle>.hintBox>.hintItem{
  139. width: 216rpx;
  140. }
  141. .NoVehicle>.hintBox>.hintItem>.hintImg{
  142. width: 100%;
  143. height: 149rpx;
  144. }
  145. .NoVehicle>.hintBox>.hintItem>.hintTxt{
  146. font-size: 17rpx;
  147. text-align: center;
  148. padding: 15rpx 0;
  149. }
  150. .NoVehicle>.upPhotoTitle{
  151. font-size: 21rpx;
  152. color: #000000;
  153. font-weight: bold;
  154. margin-left: 55rpx;
  155. }
  156. .NoVehicle>.upPhonoBox{
  157. display: flex;
  158. margin: 15rpx 25rpx;
  159. }
  160. .NoVehicle>.upPhonoBox>.upPhontBtn{
  161. width: 125rpx;
  162. height: 125rpx;
  163. margin: 10rpx 25rpx;
  164. }
  165. .NoVehicle>.upPhonoBox>.phontBox{
  166. position: relative;
  167. width: 125rpx;
  168. height: 125rpx;
  169. margin: 10rpx 25rpx;
  170. }
  171. .NoVehicle>.upPhonoBox>.phontBox>.gameRuleClose{
  172. position: absolute;
  173. top: -15rpx;
  174. right: -15rpx;
  175. width: 31rpx;
  176. height: 29rpx;
  177. }
  178. .NoVehicle>.upPhonoBox>.phontBox>image{
  179. width: 100%;
  180. height: 100%;
  181. }
  182. .NoVehicle>.photoNotes{
  183. width: 322rpx;
  184. height: 17rpx;
  185. margin-left: 55rpx;
  186. }
  187. .NoVehicle>.submitBtn{
  188. width: 675rpx;
  189. height: 70rpx;
  190. margin: 20rpx auto 0 auto;
  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: fixed;
  208. left: 0;
  209. top: 0;
  210. width: 100%;
  211. height: calc(100% - 150rpx);
  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. }
  271. .registerTitle{
  272. width: 611rpx;
  273. height: 81rpx;
  274. }
  275. .registerTitleMask{
  276. position: absolute;
  277. top: 0;
  278. width: 50%;
  279. height: 100%;
  280. }
  281. .registerMainPic{
  282. width: 655rpx;
  283. height: 278rpx;
  284. margin: 0 auto;
  285. margin-bottom: 25rpx;
  286. }