暫無描述

login.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html,body{ cursor:default; margin:0; height:100%;}
  4. #header{ width:100%; height:50%; background:#db7200; }
  5. #footer{ width:100%; height:50%; background:#dbdbdb;}
  6. .coverbox{position:fixed; overflow-y: auto; width:100%; height: 100%;}
  7. .inputtxt{ width:100%; height:44px;border:1px #e4e4e4 solid; border-radius:10px;background:url(../images/input-bg.jpg); box-shadow:0px 1px 1px #d6d6d6; margin:4px 0; text-indent:1.4em;box-sizing: content-box;}
  8. .inputtxtbtn{text-indent:0em;}
  9. .inputtxt:focus{ border:1px solid #ff8400;}
  10. .input_warning{ border:1px solid red; }
  11. .submitBtn {display: block; font-size:16px;width: 100%;cursor:pointer;height: 44px;text-indent:0;line-height: 44px;background: #ff8400;text-align: center;margin: 15px 0px;color: #fff;border:1px solid #ff8400;}
  12. /*登录邀请码*/
  13. .loginbox{ /*width:620px; height:600px;*/ background:#fff; margin:auto; padding:20px; margin-bottom:40px; position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d; }
  14. .login-title{ color:#ff8500;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
  15. .login-title a{ color:#ff8500; }
  16. .back{ display:block; width:24px; height:24px; margin-top:30px; margin-left:8px; background:url(../images/back.png) no-repeat; float:right; cursor:pointer;}
  17. .logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:30px;}
  18. .logo img{ width:100%;}
  19. .logindown{ overflow:hidden;}
  20. .frmlogin{width:100%;}
  21. /*左侧登录*/
  22. .login-input{ width:436px; /*height:336px;*/margin:10px 20px; position:relative; padding:20px;}
  23. .loginleft{ width:300px;}
  24. .forget{ display:block; color:#ff8500; float:right;cursor:pointer; position:relative;}
  25. .forget:hover{ color:#ff8500;}
  26. .reglinkbox{font-size:14px;line-height:26px; color:#666; overflow:hidden;}
  27. .reglink{ color:#ff8500;}
  28. .prompt{ width:140px; height:100px; position:absolute; left:100%; margin-left:-8px; bottom:-40px; z-index:999; display:none;}
  29. .triangleR{ display:block; width:0; height:0; border:8px solid transparent; border-right-color:#ff9600; float:left; margin-top:40px;}
  30. .prompt-con{ display:block; float:left; width:85px; height:50px;font-size:12px;line-height:18px;color:#fff; background:#ff9600; border-radius:10px; padding:10px; }
  31. .tel{ font-weight:bold;}
  32. .msg{font-size:14px;line-height:20px; color:red; padding-left:30px; margin: 6px 0; background:url(../images/info_warn.png) 10px center no-repeat; }
  33. .msg-left{ margin-left:70px;}
  34. /*验证码*/
  35. .codebox .code{ width:175px; float:left;}
  36. .codebox .code-pic{ width:140px; height:44px; float:left;border:1px #ddd solid; margin-left:9px; margin-top:26px;border-radius:10px; box-shadow:0px 1px 1px #d6d6d6;}
  37. .codebox .note{font-size:14px;line-height:44px;color:#ff8500;padding-left:8px; padding-top:26px; float:left;cursor:pointer;}
  38. /*中间割线*/
  39. .login-line{ padding:20px; position:relative;}
  40. .lineb{ width:1px; min-height:240px; margin:20px 10px; border-right:1px dashed #ccc; }
  41. .linebb{ min-height:400px;}
  42. .wordor{ text-align:center; color:#ccc;background:#fff; line-height:80px; position:absolute; top:50%; margin-top:-40px;}
  43. /*登录右侧*/
  44. .login-other{ color:#666; margin:20px 10px; width:200px;padding:20px; }
  45. .login-other .other-tit{ text-align:left;}
  46. .loginlinkbox{ text-align:center; padding:10px;margin-bottom:20px;}
  47. .loginlink{ color:#ff8400; font-size:16px; line-height:30px; background:url(../images/back.png) right center no-repeat; padding: 10px 28px;}
  48. .login-way{ overflow:hidden; width:120px; margin:16px auto; text-align:center;}
  49. .way-icon{ height:22px; display:block; float:left; margin:0 7px;}
  50. .way-icon1{ width:27px; background:url(../images/share2.png) no-repeat; background-position:left;}
  51. .way-icon2{ width:27px; background:url(../images/share2.png) no-repeat; background-position:-27px 0;}
  52. .way-icon3{ width:21px; background:url(../images/share2.png) no-repeat; background-position:-54px 0;}
  53. .way-icon4{ width:23px; background:url(../images/share2.png) no-repeat; background-position:right;}
  54. .ecode{ text-align:center;}
  55. .ecode p{ font-size:14px;}
  56. .downcode{ margin:10px auto; width:120px; height:120px;}
  57. /*首次登录*/
  58. .login-first{ /*width:466px; height:596px;*/ background:#fff; margin:auto; margin-top:35px; padding:0 30px; padding-bottom:40px; position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
  59. .logos{ clear:both;width:145px; height:100px; margin:auto; padding-top:-40px;}
  60. .logos img{ width:100%;}
  61. .welcome{font-size:16px;line-height:32px;color:#747474; text-align:center;padding:10px 0;}
  62. .professor{color:#ff8500; }
  63. .password-input{ /*width:438px; height:264px;*/margin:auto; position:relative;}
  64. .password{ width:100%;overflow:hidden;}
  65. .lable{ float:left; display:block;font-size:18px;line-height:60px; color:#747474;margin-right:8px;}
  66. .psd{ width:350px; float:left;}
  67. .forget:hover .prompt{ display:block;}
  68. /*手机找回密码01*/
  69. .phone-find1{ /*width:476px; height:596px;*/ background:#fff; margin:auto; margin-top:35px; padding:0 25px;padding-bottom:60px; position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
  70. .logo-find{width:76px; height:53px; margin:auto; padding-top:20px; float:left;}
  71. .logo-find img{ width:100%;}
  72. .steps{ clear:both;width:290px; height:90px; padding:20px 0;font-size:20px;line-height:70px; color:#f59503; text-align:center; margin:auto; position: relative; }
  73. .steps2{ color:#a3a3a3; float:right;}
  74. .steps1{ float:left;}
  75. .step01{ display:block; width:37px; height:30px; background:url(../images/01.png) no-repeat; overflow:hidden; margin:auto;}
  76. .step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  77. .line{ width:133px; height:2px; background:#d5d5d5; position:absolute; left:80px; top:35px}
  78. .sms{ width:254px;}
  79. .codebox{ overflow:hidden;}
  80. .gain{ width:160px;background:#ff8500; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
  81. /*手机找回密码02*/
  82. .phone-find2{/* width:476px; height:525px; */background:#fff; margin:auto; margin-top:35px; padding:0 25px;padding-bottom:60px; position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
  83. .steps2-2{ color:#f59503; float:right;}
  84. .step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  85. /*邮箱找回密码01*/
  86. .email-find1{/* width:476px; height:512px;*/ background:#fff; margin:auto; margin-top:35px; padding:0 25px;padding-bottom:40px; position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
  87. .email-steps{ clear:both;width:438px; height:90px; padding:20px 0;font-size:20px;line-height:70px; color:#f59503; text-align:center; margin:auto; position: relative; }
  88. .E-steps2{ color:#a3a3a3; float:left; margin-left:70px;}
  89. .E-step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  90. .steps3{ color:#a3a3a3; float:right;}
  91. .step03{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  92. .line2{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:95px; top:35px}
  93. .line3{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:265px; top:35px}
  94. /*邮箱找回密码02*/
  95. .email-find2{/* width:476px; height:440px; */background:#fff; margin:auto; margin-top:35px; padding:0 25px; padding-bottom:60px;position:absolute; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
  96. .E-steps2-2{ color:#f59503; float:left; margin-left:70px;}
  97. .E-step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  98. .remind{font-size:14px;line-height:20px; color:#a8a8a8; text-align:center; }
  99. /*邮箱找回密码03*/
  100. .email-find3{ /*width:476px; height:525px;*/ background:#fff; margin:auto; margin-top:35px; padding:0 25px; padding-bottom:60px; position:absolute;z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
  101. .steps3-3{ color:#f59503; float:right;}
  102. .step03-3{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  103. /*默认头像*/
  104. .default-photo{ display:block; width:171px; height:171px; border-radius:50%; position:absolute; left:50%; top:50%; margin-left:-100px; margin-top:-100px; background:url(../images/default-photo.jpg) center center; border:4px #c9c9c9 solid;margin-bottom:40px;}
  105. .photo-box{/* width:788px; height:726px; */border-radius:10px; background:#fff; position:absolute; padding:0 40px; padding-bottom:40px; margin-bottom:40px;}
  106. .photo-title{color:#ef7c00;font-size:26px;line-height:80px; padding-left:10px; }
  107. .photo-set{ height:450px; width:735px; margin:auto; color:#828282; text-align:center;}
  108. .photo-upload{ width:490px; height:450px; border-radius:10px; background:#f8f8f8; float:left; overflow:hidden;}
  109. .load{font-size:16px;line-height:30px; text-align:center;/* border:1px solid red;*/ margin-top:200px;margin-bottom:200px;}
  110. .load p{font-size:14px;line-height:14px; margin: 10px;}
  111. .upbtn{width: 140px;height: 34px; border-radius:10px; border:1px #dfdfdf solid; background:#fff; position:relative; margin-top:10px; cursor:pointer;}
  112. .filebtn{ width: 200px; height: 80px; box-shadow:none;opacity:0; position:absolute; left:-20px; top:-25px; cursor:pointer;}
  113. #uploadBtn{ float:left; box-shadow:none; border:1px #dfdfdf solid; width:140px; height:32px; border-radius:10px; background:#fff;margin-top:10px; margin-left:100px; cursor:pointer; }
  114. .fl{ float:left;}
  115. .clear{ clear:both;}
  116. .plus{font-size:24px;line-height:30px; color:#ff8400; font-weight:bold; margin-right:10px;}
  117. .photo-size{ /*width:200px; */height:410px; border-radius:10px; background:#f8f8f8; float:right; padding:20px 0;}
  118. .size-big{ width:175px; height:175px; background:red; border-radius:50%; margin:auto;}
  119. .size-small{ width:58px; height:58px; background:red; border-radius:50%; margin:auto;}
  120. .size-square{ width:26px; height:26px; background:red; border-radius:5px; margin:auto;}
  121. .save{ clear:both; width:130px; height:35px; background:#ff8400;box-shadow:none; border:none;cursor:pointer; color:#fff;margin-left:200px; padding:0;}
  122. .close{ width:130px; height:35px; background:none; box-shadow:none; border:none;cursor:pointer; padding:0;}
  123. #back{width: 130px;height: 35px; background:none; box-shadow:none; border:none;cursor: pointer;padding: 0;}
  124. #back:hover,.close:hover{ background:#ff8400; color:#fff; }
  125. /*注册*/
  126. .active { color: #ff8400;}
  127. .regtab { position: relative;}
  128. .regtabcon{ overflow:hidden;}
  129. .phone, .mail {float: left;padding: 16px 20px;font-size: 16px; cursor:pointer;}
  130. .phone span, .mail span { position: relative;top:0;left: 10px;}
  131. .styleline{height: 1px;width: 154px;background: #ff8400; position: relative;}
  132. .styleline:before {position: absolute;z-index: 2; top: -12px;left: 50%;margin-left: -5px;content: '';width: 0;height: 0;line-height: 0; border: 6px solid transparent;border-bottom-color: #ff8400;}
  133. .styleline:after {position: absolute; z-index: 2;top: -9px; left: 50%;margin-left: -4px; content: '';width: 0; height: 0;line-height: 0; border: 5px solid transparent;border-bottom-color: #fff;}
  134. .regtablist{ margin:20px 0; min-height:240px;}
  135. .regtablist form{ margin:10px 0; display:none; }
  136. .regtablist form:first-child{ display:block;}
  137. .yzmli { position: relative;}
  138. .yzmbox{position:absolute; width:140px; height:44px; top:50%;margin-top:-22px; right:0;}
  139. .yzm {position: absolute;height: 44px; width:100px; margin-top:1px;}
  140. .reflash {position: absolute;height: 44px; width: 20px; background: url(../images/icon-reflash.png) center center no-repeat;top:0;right: 10px;}
  141. .coderli { position: relative;}
  142. .getcode { display: inline-block;width: 120px; height: 46px;border-radius:3px 10px 10px 3px;background: #ff8400;line-height: 43px; text-align: center; position: absolute;right:-2px;top:50%; margin-top:-23px;color: #fff;}
  143. .agreeNotice em {background: url(../images/check.png) left -12px no-repeat; width: 14px; height: 12px;display: block;float: left;margin-top: 4px; margin-right: 3px;}
  144. .agreeNotice,.agreeNotice a{ color:#555; margin-left:4px;}
  145. /*验证邮箱跳转页面*/
  146. .container{ width:1024px; background:#fff; margin:auto; margin-top:35px; padding:0 25px; padding-bottom:40px; border-radius:10px; }
  147. .contentmid{ padding:20px 40px;background: #f8f8f8; width:680px; margin:auto;}
  148. .mailsection{ margin-bottom: 40px; position: relative; background-color: #fafafa;}
  149. .statelable{ position:relative; height:60px;}
  150. .statelable h2{color: #fff; font-size: 22px;font-weight:400; line-height:48px;background: #ff8400;padding: 0 40px; position: absolute; right:-10px; top:-10px;z-index: 2; border-radius: 20px 0 0 20px; }
  151. .msgnotice{padding:20px 50px ;color: #555; background:#fff; }
  152. .msgnotice .noticecon{font-weight: 400; font-size: 24px; margin: 30px 0;line-height: 22px;}
  153. .msgnotice .emailus{ line-height:28px;}
  154. .msgnotice .emailus a { font-size: 18px; color: #ff8400;}
  155. .msgnotice .maillink{ display:block; font-size:14px; width:100px; text-align:center; margin-top:20px; padding:8px 30px; border-radius:10px;background:#ff8400; color:#fff;}
  156. .msgnotice:last-child{ border-top:1px #d6d6d6 dashed;}
  157. .msgnotice h5{ font-size: 18px; color: #555;font-weight: 400;line-height: 40px;margin: 0;}
  158. .msgnotice .contacttip{ margin-bottom:20px;}
  159. .msgnotice .contacttip a{ color:#ff8400;}
  160. /*弹窗提示完善信息*/
  161. .completedcover{ position:fixed; width:100%; height:100%;background:rgba(0,0,0,.6); z-index:1000; display:none;}
  162. .vercompleted{ border:1px solid #ddd; border-radius:10px; width:400px; position:absolute; top:20%; left:50%; margin-left:-240px; padding:20px 50px ;color: #555; background:#fff; text-align:center; z-index:1001; }
  163. .vercompleted h3{font-weight: 400; font-size:18px; margin: 30px 0;line-height: 22px;}
  164. .vercompleted .verbtnbox{ overflow:hidden; width:320px; margin:auto; border-top:1px #d6d6d6 dashed; padding:20px 0;}
  165. .vercompleted .verbtnbox a{ float:left; margin:0 20px; padding:8px 30px; border-radius:10px;background:#ff8400; color:#fff;}
  166. /*完善信息页面*/
  167. .basicinforbox{ margin-bottom: 20px; padding:20px; position: relative; background: rgba(255,132,0,.8); border-radius:20px;}
  168. .basicinfor{ position:relative; width:420px; background:#fff; padding:40px; margin:40px auto;border-radius:20px;}
  169. .basicinfor h3{font-weight: 400; font-size:24px; margin-top:60px;line-height:40px; text-align:center; }
  170. .basicinfor table{ margin: 20px;width:360px;}
  171. .basicinfor table tr td{ padding:4px 2px;}
  172. .basictype{ font-weight:normal; text-align:right;}
  173. .basiccon{ padding:0 10px; width:100%; position:relative; min-width:240px;}
  174. .basiccon .requiredcon{ color:red; position:absolute;font-size:16px; top:0; right:-10px;}
  175. .basicinfor table .basicmsgbox td{padding:0; margin:0;}
  176. .basicmsg{ clear:both;font-size:14px;line-height:26px; color:red; padding-left:20px; background:url(../images/info_warn.png) 0 center no-repeat; }
  177. .basicinfor .default-photo{ width:160px; height:160px; border-radius:50%; position:absolute; top:10px; left:50%; margin-left:-82px; background:url(../images/default-photo.jpg) center center; overflow:hidden; border:4px #c9c9c9 solid;}
  178. .basicinfor .default-photo a{ position:absolute; bottom:0; display:block; background:url(../images/take-photo.png) center center no-repeat rgba(0,0,0,.4); width:100%; height:50%; z-index:4;}