东风启辰小程序端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

314 líneas
5.6KB

  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. padding-bottom: 45rpx;
  82. }
  83. .NoVehicle>.getCode{
  84. position: absolute;
  85. top: 250rpx;
  86. right: 95rpx;
  87. font-size: 23rpx;
  88. color: #1e68e3;
  89. }
  90. .NoVehicle>.codeTip{
  91. color: #b5b5b6;
  92. }
  93. .NoVehicle>picker{
  94. position: relative;
  95. width: 638rpx;
  96. height: 66rpx;
  97. line-height: 66rpx;
  98. border: 1rpx solid #808080;
  99. margin: 0 auto 13rpx auto;
  100. border-radius: 21rpx;
  101. box-sizing: border-box;
  102. color: #000000;
  103. padding: 0 30rpx;
  104. font-size: 23rpx;
  105. }
  106. image.arrowDown{
  107. position: absolute;
  108. width: 23rpx;
  109. height: 11rpx;
  110. top: 30rpx;
  111. right: 42rpx;
  112. }
  113. .NoVehicle>input{
  114. width: 638rpx;
  115. height: 66rpx;
  116. line-height: 66rpx;
  117. border: 1rpx solid #808080;
  118. margin: 0 auto 13rpx auto;
  119. border-radius: 21rpx;
  120. box-sizing: border-box;
  121. color: #000000;
  122. padding: 0 30rpx;
  123. font-size: 23rpx;
  124. }
  125. .NoVehicle>.hintTitle{
  126. text-align: center;
  127. font-size: 22rpx;
  128. color: #666768;
  129. margin-bottom: 15rpx;
  130. }
  131. .NoVehicle>.hintBox{
  132. display: flex;
  133. width: 700rpx;
  134. margin: 0 auto;
  135. border-bottom: 2rpx solid #595959;
  136. justify-content: center;
  137. margin-bottom: 25rpx;
  138. }
  139. .NoVehicle>.hintBox>.hintItem{
  140. width: 216rpx;
  141. }
  142. .NoVehicle>.hintBox>.hintItem>.hintImg{
  143. width: 100%;
  144. height: 149rpx;
  145. }
  146. .NoVehicle>.hintBox>.hintItem>.hintTxt{
  147. font-size: 17rpx;
  148. text-align: center;
  149. padding: 15rpx 0;
  150. }
  151. .NoVehicle>.upPhotoTitle{
  152. font-size: 21rpx;
  153. color: #000000;
  154. font-weight: bold;
  155. margin-left: 55rpx;
  156. }
  157. .NoVehicle>.upPhonoBox{
  158. display: flex;
  159. margin: 15rpx 25rpx;
  160. margin-bottom: 40rpx;
  161. }
  162. .NoVehicle>.upPhonoBox>.upPhontBtn{
  163. width: 125rpx;
  164. height: 125rpx;
  165. margin: 10rpx 25rpx;
  166. }
  167. .NoVehicle>.upPhonoBox>.phontBox{
  168. position: relative;
  169. width: 125rpx;
  170. height: 125rpx;
  171. margin: 10rpx 25rpx;
  172. }
  173. .NoVehicle>.upPhonoBox>.phontBox>.gameRuleClose{
  174. position: absolute;
  175. top: -15rpx;
  176. right: -15rpx;
  177. width: 31rpx;
  178. height: 29rpx;
  179. }
  180. .NoVehicle>.upPhonoBox>.phontBox>image{
  181. width: 100%;
  182. height: 100%;
  183. }
  184. .NoVehicle>.photoNotes{
  185. width: 322rpx;
  186. height: 17rpx;
  187. margin-left: 55rpx;
  188. }
  189. .NoVehicle>.submitBtn{
  190. width: 675rpx;
  191. height: 70rpx;
  192. margin: 30rpx auto 0 auto;
  193. }
  194. .NoVehicle>.agreementBox{
  195. margin-top: 20rpx;
  196. font-size: 16rpx;
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. }
  201. .NoVehicle>.agreementBox>.checkBox{
  202. border: 1rpx solid #000000;
  203. width: 20rpx;
  204. height: 20rpx;
  205. display: inline-block;
  206. margin-right: 5rpx;
  207. }
  208. .mask {
  209. position: fixed;
  210. left: 0;
  211. top: 0;
  212. width: 100%;
  213. height: calc(100% - 120rpx);
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. background-color: rgba(0, 0, 0, 0.5);
  218. z-index: 99999;
  219. }
  220. .mask>.ruleContent {
  221. position: relative;
  222. width: 484rpx;
  223. height: 455rpx;
  224. border-radius: 20rpx;
  225. /* background-color: #ffffff; */
  226. }
  227. .mask>.ruleContent>.rule {
  228. position: relative;
  229. width: 100%;
  230. height: 100%;
  231. }
  232. .returnbtn{
  233. background-color: #000000;
  234. position: absolute;
  235. height: 50rpx;
  236. width: 274rpx;
  237. left:105rpx;
  238. bottom:60rpx;
  239. opacity: 0;
  240. }
  241. .closeBtn {
  242. position: absolute;
  243. height: 40rpx;
  244. width: 40rpx;
  245. right:-40rpx;
  246. top:-40rpx;
  247. }
  248. /* use cross as close button */
  249. /* .closeBtn::before {
  250. content: "\2716";
  251. } */
  252. .VcodeGroup{
  253. position: relative;
  254. width: 100%;
  255. height: 100%;
  256. }
  257. .canvasSty{
  258. width:205rpx;
  259. height:51rpx;
  260. position:absolute;
  261. left:2000px;
  262. top:0;
  263. z-index:9999;
  264. opacity: 0;
  265. }
  266. .VcodeImg{
  267. width:205rpx;
  268. height:51rpx;
  269. position:absolute;
  270. left:0;
  271. top:0;
  272. }
  273. .registerTitle{
  274. width: 611rpx;
  275. height: 81rpx;
  276. }
  277. .registerTitleMask{
  278. position: absolute;
  279. top: 0;
  280. width: 50%;
  281. height: 100%;
  282. }
  283. .registerMainPic{
  284. width: 655rpx;
  285. height: 278rpx;
  286. margin: 0 auto;
  287. margin-bottom: 25rpx;
  288. }
  289. .agreementGroup{
  290. width: 652rpx;
  291. margin: 0 auto;
  292. display: flex;
  293. align-items: center;
  294. margin-top: 47rpx;
  295. }
  296. .agreementText{
  297. line-height: 24rpx;
  298. font-size:24rpx;
  299. font-family:PingFangSC;
  300. font-weight:300;
  301. color:rgba(156,157,157,1);
  302. display: flex;
  303. align-items: center;
  304. }
  305. .agreeIcon{
  306. width: 29rpx;
  307. height: 28rpx;
  308. margin-right: 17rpx;
  309. }