register.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. a,a:focus.a:hover{
  2. outline: none;
  3. text-decoration: none
  4. }
  5. /*registered页面container的css*/
  6. .registered{width:100%;height:800px;
  7. background: linear-gradient(to right, #fc9950 50%,#ff633e);
  8. }
  9. input:-webkit-autofill,
  10. input:-webkit-autofill:hover,
  11. input:-webkit-autofill:focus,
  12. input:-webkit-autofill:active {
  13. -webkit-transition-delay: 9999s;
  14. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  15. }
  16. a:focus,a,a:hover {
  17. text-decoration: none;
  18. }
  19. .reg_con{width:1200px;height:770px;margin:0 auto;
  20. /* background-image:url(../../img/zhucebg5.jpg) ;*/
  21. }
  22. .clear_first{width:100%;height:1px;}
  23. .zhuce{width:1200px;height:535px;margin:0 auto;margin-top:56px;
  24. position: relative;}
  25. .title{width:100%;height:50px;font-size: 2rem;color:#5C5C5D;
  26. line-height:50px;padding-left:50px;}
  27. .shadow{width:775px;height:25px;margin:0 auto;margin-top:-3px;}
  28. .regist{width:450px;height:100%;padding:0 35px;box-sizing: border-box;margin-right: 50px;
  29. position: absolute;top:0px;right:0;background: #fff; box-shadow: 0 0 10px rgb(90, 90, 90);}
  30. .zhuce_input{width:95%;height:50px;position: relative;
  31. margin-bottom:10px;line-height:50px;background: #eeeeee}
  32. .zhuce_input>select{border:none;width:200px;height:36px;color:#707070; background: transparent;
  33. outline: none;}
  34. .zhuce_input>input{border:none;width: 200px;}
  35. .zhuce_input>img{width:40px;height:30px;}
  36. .log_del{margin-left:15px;}
  37. .yanzheng{width:255px;height:40px;position: relative;margin-bottom:10px;}
  38. .yanzhengma{width:165px;height:40px;border:1px solid #E5E5E5;
  39. line-height: 38px;display:inline-block;margin-right:10px;}
  40. .yanzhengma>input{border:none;padding-left:10px;}
  41. .yanzhengma_cont{display:inline-block;width:80px;height:40px;line-height: 38px;
  42. position: absolute;top:0;right:0;}
  43. .yanzhengma_cont>img{width:100%;height:100%;border: none;}
  44. .cellcode{width:255px;height:40px;position: relative;margin-bottom:10px;}
  45. .cellcode>div{width:165px;height:40px;border:1px solid #E5E5E5;
  46. line-height: 38px;display:inline-block;margin-right:10px;}
  47. input{padding-left:10px;}
  48. .cellcode>a{color:#F18101;}
  49. #photo{position: absolute;right:30px;top:0;width: 100px;;color:#ccc;display: inline-block;padding-left: 0;background: none;text-align: center;border:none}
  50. #photo_num{position: absolute;left: 60px;top:0;width:170px;display: inline-block;color:#383838;height: 50px;line-height: 50px;border: none}
  51. .leibie{width:120px;height:30px;display:inline-block;color:#F18101;font-size: 1.4rem;
  52. line-height: 28px;font-weight: bold;padding-left: 20px;position: relative;}
  53. .leibie input{display:inline-block;width:15px;height:15px;margin-right: 5px;position: absolute;
  54. top:5px;left:0;visibility: hidden;}
  55. .login_check .qiye_lab,.login_check .zhuangjia_lab{height:34px;}
  56. .businessName{width:255px;height:40px;border:1px solid #E5E5E5;
  57. margin-bottom:10px;line-height:38px;}
  58. .linkmanName{width:255px;height:40px;border:1px solid #E5E5E5;
  59. margin-bottom:10px;line-height:38px;}
  60. .zhuangjiaName{width:255px;height:40px;border:1px solid #E5E5E5;
  61. margin-bottom:10px;line-height:38px;display:none;}
  62. #business,#linkman,#man{width:250px;}
  63. .submit{width:100%;height:50px;
  64. margin-bottom:10px;line-height:50px;}
  65. .submit>input{cursor: pointer;border:none;width:100%;height:100%;background-color: #fe6e42;color:#fff;
  66. font-size: 18px;font-weight: bold;letter-spacing:10px;}
  67. .protocol{width:255px;height:30px;line-height: 20px;}
  68. .protocol a{color:#4dbcf8;font-weight: 400;display: inline-block;margin-left: 10px;}
  69. #protocol{visibility: hidden;}
  70. .picture{width:680px;height:535px;
  71. display: inline-block;position: absolute;top:0px;left:0px;background: url(../../img/indedImg/zhuce_bj.png)no-repeat;
  72. background-size:100% 100%;
  73. }
  74. .denglu{width:400px;height:20px;text-align: right;display: inline-block;
  75. position: absolute;top:0;left:0;}
  76. .denglu>a{color:#F18101;}
  77. .huodong{position: absolute;top:20px;left:0;}
  78. .login_{width: 100%;background: rgba(6,6,6,.4);position: fixed; display: none;height: 100%;
  79. top: 0;left: 0;z-index: 999;}
  80. .login_close_{position: absolute;top:21%;right: 576px;width: 24px;
  81. height: 22px;z-index: 2000;cursor: pointer;}
  82. .login_main_{width:800px;height:60%;background-color: #fff;position: absolute;top: 20%;left: 50%;margin-left: -400px;
  83. padding: 20px 50px;overflow-y: auto;box-shadow: 0 4px 10px 0 #777;}
  84. .title_{line-height: 50px;}
  85. .longin_foot{line-height: 50px;}
  86. .regist .zhuce_input:first-child input{
  87. width: 180px;
  88. }
  89. .star{
  90. font-size: 24px;
  91. position: absolute;
  92. right: 0;
  93. top: 5px;
  94. color: red;
  95. margin-right: -20px;
  96. }
  97. .zhuce_input input{
  98. width: 280px;
  99. height: 50px;
  100. line-height: 50px;
  101. background: transparent;
  102. }
  103. .zhuce_input>img{
  104. width: 22px;
  105. display: inline-block;
  106. height: 22px;
  107. margin-left: 20px;
  108. vertical-align: top;
  109. margin-top: 14px;
  110. margin-right: 12px;
  111. }
  112. /* //登陆页面 */
  113. .zhuce_input .log_del{width: 16px ;height: 16px;position: absolute; top: 10px;right: 10px;}
  114. .log_del:hover{cursor: pointer;}
  115. .login_uesr{margin-bottom: 20px;}
  116. .cheackeds{background:url(../../img/indedImg/zhuce_xieyiOk.png) no-repeat center left}
  117. .cheackeds_no{background:url(../../img/indedImg/zhuce_xieyiCancel.png) no-repeat center left}
  118. .head_login:focus{text-decoration: none;}
  119. /*底部定制*/
  120. #bottom{background:#fff;margin-top:-150px;background: url(../../img/bottom_bg.png) no-repeat center center;
  121. background-size:120% 100%;}
  122. .bottom{margin-top:0;}
  123. .glyphicon-user,.glyphicon-phone{
  124. vertical-align: top;
  125. margin-top: 10px;
  126. font-size: 18px;
  127. padding: 0 10px;
  128. border-right: 1px solid #E5E5E5;
  129. }
  130. .zhuce_input{
  131. margin-top: 10px;
  132. }
  133. .regist .titleUser{
  134. margin-top: 18px;
  135. border: none;
  136. border-bottom: 1px solid #efefef;
  137. height: 44px;
  138. }
  139. .regist .titleUser p:nth-child(1){
  140. float: left;
  141. font-size: 24px;
  142. color: #666666;
  143. }
  144. .regist .titleUser p:nth-child(2){
  145. float: right;
  146. font-size: 14px;
  147. color: #666666;
  148. vertical-align: bottom;
  149. margin-top: 10px;
  150. }
  151. .regist .titleUser p a{
  152. color: #2ca7f3;
  153. }
  154. .Tips{
  155. position: absolute;
  156. padding: 0 20px;
  157. top: -30px;
  158. right: 30px;
  159. height: 40px;
  160. line-height: 40px;
  161. font-size: 14px;
  162. color: rgb(241, 52, 61);
  163. border-radius: 5px;
  164. background: rgba(255,255,255,.9);
  165. color: rgb(248, 78, 78);
  166. z-index: 111;
  167. box-shadow: 0 0 10px #ccc;
  168. display: none;
  169. }
  170. .Tips.active{
  171. display: block;
  172. }
  173. .Tips::before{
  174. content: '';
  175. display: inline-block;
  176. width: 10px;
  177. height: 10px;
  178. background: rgba(255,255,255,.9);
  179. position: absolute;
  180. top: 35px;
  181. left: 70px;
  182. transform: rotate(45deg);
  183. z-index: 110;
  184. }
  185. #bottom{
  186. width: 100%;
  187. background: url(../../img/bottom_bg22.png) no-repeat center center;
  188. background-size:120% 100% ;
  189. }
  190. .text_center p,.text_top,.text_bottom,.text_bottom a,.text_top a{
  191. color: #383838
  192. }
  193. .text_bottom a:hover{
  194. color: #2ca7f3;
  195. }
  196. .cont_left img{
  197. border: none;
  198. width: 40px;
  199. height: 40px;
  200. display: inline-block;
  201. background: url(../../img/dizhi1.png)no-repeat;
  202. background-size:100% 100%;
  203. }
  204. .cont_center img{
  205. width: 50px;
  206. height: 50px;
  207. display: inline-block;
  208. background: url(../../img/dianhua1.png)no-repeat;
  209. background-size:100% 100%;
  210. }