东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

292 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. padding-bottom: 84rpx;
  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. }
  161. .NoVehicle>.upPhonoBox>.upPhontBtn{
  162. width: 125rpx;
  163. height: 125rpx;
  164. margin: 10rpx 25rpx;
  165. }
  166. .NoVehicle>.upPhonoBox>.phontBox{
  167. position: relative;
  168. width: 125rpx;
  169. height: 125rpx;
  170. margin: 10rpx 25rpx;
  171. }
  172. .NoVehicle>.upPhonoBox>.phontBox>.gameRuleClose{
  173. position: absolute;
  174. top: -15rpx;
  175. right: -15rpx;
  176. width: 31rpx;
  177. height: 29rpx;
  178. }
  179. .NoVehicle>.upPhonoBox>.phontBox>image{
  180. width: 100%;
  181. height: 100%;
  182. }
  183. .NoVehicle>.photoNotes{
  184. width: 322rpx;
  185. height: 17rpx;
  186. margin-left: 55rpx;
  187. }
  188. .NoVehicle>.submitBtn{
  189. width: 675rpx;
  190. height: 70rpx;
  191. margin: 20rpx auto 0 auto;
  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: fixed;
  209. left: 0;
  210. top: 0;
  211. width: 100%;
  212. height: calc(100% - 120rpx);
  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. }
  272. .registerTitle{
  273. width: 611rpx;
  274. height: 81rpx;
  275. }
  276. .registerTitleMask{
  277. position: absolute;
  278. top: 0;
  279. width: 50%;
  280. height: 100%;
  281. }
  282. .registerMainPic{
  283. width: 655rpx;
  284. height: 278rpx;
  285. margin: 0 auto;
  286. margin-bottom: 25rpx;
  287. }