register.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. /* 注册 */
  2. .register .r-header {
  3. background: #fff;
  4. box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  5. }
  6. .register .r-header .content {
  7. display: flex;
  8. padding: 20px 0;
  9. align-items: center;
  10. }
  11. .register .r-header .logo {
  12. cursor: pointer;
  13. /* flex: 1; */
  14. display: flex;
  15. margin-right: auto;
  16. }
  17. .register .r-header .logo .img {
  18. display: inline-block;
  19. vertical-align: top;
  20. width: 190px;
  21. height: 48px;
  22. /*background: url(../images/register-logo.png) no-repeat;*/
  23. background-size: 100%;
  24. }
  25. .register .r-header .logo .text {
  26. font-size: 0;
  27. display: inline-block;
  28. vertical-align: top;
  29. line-height: 48px;
  30. margin-left: 5px;
  31. }
  32. .register .r-header .go-login {
  33. font-size: 14px;
  34. }
  35. .register .r-header .go-login .login-btn {
  36. font-size: 13px;
  37. display: inline-block;
  38. padding: 6px 22px;
  39. background: #146ef7;
  40. color: #fff;
  41. border-radius: 30px;
  42. margin-left: 7px;
  43. }
  44. .register .r-con {
  45. width: 600px;
  46. margin: 100px auto;
  47. min-height: 550px;
  48. }
  49. .register .r-con .steps {
  50. display: flex;
  51. width: 600px;
  52. margin: auto;
  53. text-align: center;
  54. }
  55. .register .r-con .steps .item {
  56. flex: 1;
  57. position: relative;
  58. font-size: 14px;
  59. color: #ddd;
  60. }
  61. .register .r-con .steps .item::after {
  62. position: absolute;
  63. right: -50px;
  64. top: 15px;
  65. display: block;
  66. width: 100px;
  67. height: 1px;
  68. content: " ";
  69. background: #eee;
  70. }
  71. .register .r-con .steps .item:last-child::after {
  72. width: 0;
  73. }
  74. .register .r-con .steps .item .number {
  75. font-size: 16px;
  76. font-family: arial;
  77. border: 1px solid #ddd;
  78. width: 30px;
  79. height: 30px;
  80. line-height: 30px;
  81. margin: auto;
  82. border-radius: 40px;
  83. }
  84. .register .r-con .steps .item .text {
  85. margin-top: 10px;
  86. }
  87. .register .r-con .steps .item.active {
  88. color: #146ef7;
  89. }
  90. .register .r-con .steps .item.active::after {
  91. background: #146ef7;
  92. }
  93. .register .r-con .steps .item.active .number {
  94. border-color: #146ef7;
  95. }
  96. .register .r-con .con-box {
  97. width: 460px;
  98. margin: 40px auto;
  99. text-align: center;
  100. }
  101. .register .r-con .con-box .item {
  102. position: relative;
  103. padding-bottom: 35px;
  104. }
  105. .register .r-con .con-box .item .input-box {
  106. width: 100%;
  107. position: relative;
  108. }
  109. .register .r-con .con-box .item .input-box .input {
  110. border: 1px solid #e8e8e8;
  111. font-size: 14px;
  112. line-height: 44px;
  113. height: 44px;
  114. width: 100%;
  115. box-sizing: border-box;
  116. padding: 0 10px;
  117. border-radius: 2px;
  118. }
  119. .register .r-con .con-box .item .input-box .input:hover,
  120. .register .r-con .con-box .item .input-box.phone:hover .input {
  121. border-color: #146ef7;
  122. }
  123. .register .r-con .con-box .item .input-box.phone .input {
  124. padding-left: 70px;
  125. padding-right: 10px;
  126. }
  127. .register .r-con .con-box .item .input-box .ic {
  128. position: absolute;
  129. left: 0;
  130. top: 0;
  131. width: 50px;
  132. height: 44px;
  133. line-height: 44px;
  134. font-family: arial;
  135. color: #666;
  136. cursor: pointer;
  137. font-size: 14px;
  138. }
  139. .register .r-con .con-box .item .input-box .ic::after {
  140. position: absolute;
  141. right: -7px;
  142. top: 20px;
  143. display: block;
  144. content: " ";
  145. width: 0;
  146. height: 0;
  147. border: 5px solid transparent;
  148. border-top: 5px solid #ccc;
  149. }
  150. .register .r-con .con-box .item .input-box.code {
  151. text-align: left;
  152. }
  153. .register .r-con .con-box .item .input-box.code .input {
  154. padding: 0 10px;
  155. width: 309px;
  156. border-radius: 2px 0 0 2px;
  157. }
  158. .register .r-con .con-box .item .input-box.code .send-code {
  159. position: absolute;
  160. right: 0;
  161. top: 0;
  162. background: #f9f9f9;
  163. width: 150px;
  164. height: 42px;
  165. line-height: 42px;
  166. border: 1px solid #e8e8e8;
  167. border-left: 0;
  168. font-size: 14px;
  169. color: #666;
  170. text-align: center;
  171. border-radius: 0 2px 2px 0;
  172. }
  173. .register .r-con .con-box .item .input-box.code .send-code:hover {
  174. color: #333;
  175. }
  176. .register .r-con .con-box .item .error-text {
  177. text-align: left;
  178. color: #e1251b;
  179. height: 14px;
  180. line-height: 14px;
  181. font-family: "微软雅黑";
  182. padding-left: 19px;
  183. display: none;
  184. position: absolute;
  185. bottom: 15px;
  186. left: 10px;
  187. }
  188. .register .r-con .con-box .item .error-text::before {
  189. position: absolute;
  190. left: 0;
  191. top: 0;
  192. display: block;
  193. width: 14px;
  194. height: 14px;
  195. content: " ";
  196. font-size: 0;
  197. background: url(../images/icons.png) no-repeat -77px -517px;
  198. }
  199. .register .r-con .con-box .item.error .error-text {
  200. display: block;
  201. }
  202. .register .r-con .con-box .item.error .input-box .input,
  203. .register .r-con .con-box .item.error .input-box.phone:hover .input {
  204. border-color: #e1251b;
  205. }
  206. .register .r-con .con-box .next {
  207. display: block;
  208. height: 44px;
  209. line-height: 44px;
  210. background-color: #146ef7;
  211. width: 100%;
  212. margin-top: 10px;
  213. border-radius: 2px;
  214. color: #fff;
  215. cursor: pointer;
  216. font-size: 16px;
  217. }
  218. .register .r-con .con-box .next:hover {
  219. opacity: 0.9;
  220. }
  221. .register .r-con .con-box .register-success {
  222. display: flex;
  223. justify-content: center;
  224. padding: 100px 0 60px;
  225. }
  226. .register .r-con .con-box .register-success .img {
  227. font-size: 0;
  228. margin-right: 20px;
  229. margin-top: 7px;
  230. }
  231. .register .r-con .con-box .register-success .text {
  232. line-height: 20px;
  233. text-align: left;
  234. }
  235. .register .r-con .con-box .register-success .text .text-div {
  236. font-size: 16px;
  237. }
  238. .register .r-con .con-box .register-success .text .text-span {
  239. display: block;
  240. font-size: 12px;
  241. color: #999;
  242. margin-top: 5px;
  243. }
  244. .register .r-con .con-box .next.suc-btn {
  245. margin: 10px auto;
  246. width: 70%;
  247. }
  248. .register .r-footer {
  249. text-align: center;
  250. color: #999;
  251. padding-bottom: 30px;
  252. }
  253. .register .r-footer .links {
  254. height: 20px;
  255. line-height: 20px;
  256. margin-bottom: 10px;
  257. }
  258. .register .r-footer .links .item {
  259. display: inline-block;
  260. vertical-align: top;
  261. padding: 0 11px 0 10px;
  262. position: relative;
  263. }
  264. .register .r-footer .links .item::after {
  265. position: absolute;
  266. right: -1px;
  267. top: 4px;
  268. bottom: 4px;
  269. display: block;
  270. width: 1px;
  271. height: auto;
  272. content: " ";
  273. background: #ddd;
  274. }
  275. .register .r-footer .links .item:last-child::after {
  276. width: 0;
  277. }
  278. .register .r-footer .links .item:hover {
  279. text-decoration: underline;
  280. }
  281. /* 新增条款 */
  282. .agree{
  283. display: flex;
  284. }
  285. .agree .text{
  286. color: #999;
  287. }
  288. .agree .text a:hover{
  289. text-decoration: underline;
  290. }
  291. /* 注册 end */