portal html css js resource

login.css 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html,body{ cursor:default; margin:0; height:100%;}
  4. .coverbox{position:fixed; overflow-y: auto; width:100%; height: 100%;}
  5. .inputtxt{ width:100%; height:44px;border:1px #e4e4e4 solid; border-radius:6px;/* background:url(../images/input-bg.jpg); box-shadow:0px 1px 1px #d6d6d6; */ background:#fafafa;margin:4px 0; text-indent:1.4em;box-sizing: content-box;}
  6. .inputtxtbtn{text-indent:0em;}
  7. .inputtxt:focus{ border:1px solid #ff9900;}
  8. .input_warning{ border:1px solid red; }
  9. .submitBtn {display: block;padding: 0; font-size:16px;width: 100%;cursor:pointer;height: 44px;text-indent:0;line-height: 44px;background: #ff9900;text-align: center;margin: 15px 0px;color: #fff;border:1px solid #ff9900;}
  10. /*登录邀请码*/
  11. .loginbox{ width:710px;background:#fff; margin:auto; padding:20px; margin-bottom:40px; position:relative;top:50%; z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; }
  12. .loginbox-invite{width:520px;}
  13. .login-title{ color:#ff9900;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
  14. .login-title a{ color:#ff9900; }
  15. .back{display: block; width: 18px; height: 18px;margin-top: 35px;margin-left: 4px; background: url(../images/back.png) no-repeat;background-size: 100% 100%;float: right;cursor: pointer;}
  16. .logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:50px;}
  17. .logo img{ width:100%;}
  18. .logindown{ overflow:hidden;}
  19. .logindown table tr td{vertical-align: top;}
  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:#ff9900; float:right;cursor:pointer; position:relative;}
  25. .forget:hover{ color:#ff9900;}
  26. .reglinkbox{font-size:14px;line-height:26px; color:#666; overflow:hidden;}
  27. .reglink{ color:#ff9900;}
  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:#ff9900;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:#ff9900; font-size:16px; line-height:30px; background:url(../images/back.png) right center no-repeat; padding: 10px 22px;}
  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:554px; background:#fff; margin:auto;padding:40px 60px; position:relative;top:30%; z-index:999; border-radius:6px; 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:#ff9900; padding:0 10px; }
  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:510px;background:#fff; margin:auto; padding:0 40px; padding-bottom:40px; position:relative;top:30%;z-index:999; border-radius:6px; 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:16px;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:#ff9900; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
  81. .gainon{ border:1px solid #ccc; width:160px;background:#ccc; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
  82. /*手机找回密码02*/
  83. .phone-find2{ width:510px;background:#fff; margin:auto;padding:0 40px; padding-bottom:40px; position:relative;top:30%; z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
  84. .steps2-2{ color:#f59503; float:right;}
  85. .step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  86. /*邮箱找回密码01*/
  87. .email-find1{ width:500px; background:#fff; margin:auto; padding:0 40px; padding-bottom:40px; position:relative;top:30%;z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
  88. .email-steps{ clear:both;width:438px; height:90px; padding:20px 0;font-size:16px;line-height:70px; color:#f59503; text-align:center; margin:auto; position: relative; }
  89. .E-steps2{ color:#a3a3a3; float:left; margin-left:100px;}
  90. .E-step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  91. .steps3{ color:#a3a3a3; float:right;}
  92. .step03{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  93. .line2{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:95px; top:35px}
  94. .line3{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:265px; top:35px}
  95. /*邮箱找回密码02*/
  96. .email-find2{width:490px;background:#fff; margin:auto; padding:0 40px; padding-bottom:40px;position:relative;top:30%; z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
  97. .E-steps2-2{ color:#f59503; float:left; margin-left:100px;}
  98. .E-step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  99. .remind{font-size:14px;line-height:20px; color:#a8a8a8; text-align:center; }
  100. /*邮箱找回密码03*/
  101. .email-find3{ width:524px; background:#fff; margin:auto; padding:0 40px; padding-bottom:40px; position:relative;top:30%;z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
  102. .steps3-3{ color:#f59503; float:right;}
  103. .step03-3{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  104. /*默认头像*/
  105. .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;}
  106. .photo-box{/* width:788px; height:726px; */border-radius:10px; background:#fff; position:absolute; padding:0 40px; padding-bottom:40px; top:50%; left:50%; margin:-315px 0 0 -415px}
  107. .photo-title{color:#ef7c00;font-size:26px;line-height:80px; padding-left:10px; }
  108. .photo-set{ height:450px; width:735px; margin:auto; color:#828282; text-align:center;}
  109. .photo-upload{ width:490px; height:450px; border-radius:10px; background:#f8f8f8; float:left; overflow:hidden;}
  110. .load{font-size:14px;line-height:28px; text-align:center;/* border:1px solid red;*/ margin-top:200px;margin-bottom:200px;}
  111. .load p{font-size:14px;line-height:14px; margin: 10px;}
  112. .resouimgmsg{ font-size:12px;line-height:20px; color:#999;}
  113. .upbtn{width: 140px;height: 34px; border-radius:10px; border:1px #dfdfdf solid; background:#fff; position:relative; margin-top:10px; cursor:pointer;}
  114. .filebtn{ width: 200px; height: 80px; box-shadow:none;opacity:0; position:absolute; left:-20px; top:-25px; cursor:pointer;}
  115. #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; }
  116. .fl{ float:left;}
  117. .clear{ clear:both;}
  118. .plus{font-size:24px;line-height:30px; color:#ff9900; font-weight:bold; margin-right:10px;}
  119. .photo-size{ /*width:200px; */height:410px; border-radius:10px; background:#f8f8f8; float:right; padding:20px 0;}
  120. .save{ clear:both; width:130px; height:30px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff;margin-left:200px; padding:0;}
  121. .close{ width:130px; height:30px; background:none; box-shadow:none; border:none;cursor:pointer; padding:0;}
  122. #back{width: 130px;height: 30px; background:none; box-shadow:none; border:none;cursor: pointer;padding: 0;}
  123. .save:hover,#back:hover,.close:hover{ background:#ff9900; color:#fff; }
  124. /*注册*/
  125. .registerbox{ width:}
  126. .active { color: #ff9900;}
  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: 120px;background: #ff9900; position: relative;}
  132. .styleline:before {position: absolute;z-index: 2; top: -10px;left: 50%;margin-left: -5px;content: '';width: 0;height: 0;line-height: 0; border: 6px solid transparent;border-bottom-color: #ff9900;}
  133. .styleline:after {position: absolute; z-index: 2;top: -8px; 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: 48px;background: #ff9900;border-radius:2px 6px 6px 2px;line-height: 48px; text-align: center; position: absolute;right:-3px;top:50%; margin-top:-24px;color: #fff; cursor: pointer;}
  143. .getcode:focus{ border:1px solid transparent;}
  144. .getcodeon{background: #ff9900;}
  145. .getcodeoff{background: #B5B7BA;}
  146. .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;}
  147. .agreeNotice,.agreeNotice a{ color:#555; margin-left:4px;}
  148. /*验证邮箱跳转页面*/
  149. .containerFrm{ width:1024px; background:#fff; margin:auto; margin-top:35px;min-height:75%; padding:0 25px; padding-bottom:325px; border-radius:10px; }
  150. .contentmid{ padding:30px 40px;background: #f8f8f8; width:760px;margin: 5% auto;}
  151. .mailsection{ margin-bottom: 40px; position: relative; background-color: #fafafa;}
  152. .statelable{ position:relative; height:60px;}
  153. .statelable h2{color: #fff; font-size: 22px;font-weight:400; line-height:48px;background: #ff9900;padding: 0 40px; position: absolute; right:-10px; top:-10px;z-index: 2; border-radius: 20px 0 0 20px; }
  154. .msgnotice{padding:20px 50px ;color: #555; background:#fff; }
  155. .msgnotice .noticecon{font-weight: 400; font-size: 24px; margin: 30px 0;line-height: 22px;}
  156. .msgnotice .emailus{ line-height:28px;}
  157. .msgnotice .emailus a { font-size: 18px; color: #ff9900;}
  158. .msgnotice .maillink{ display:block; font-size:14px; width:150px; text-align:center; margin-top:20px; padding:8px 30px; border-radius:6px;background:#ff9900; color:#fff;}
  159. .msgnotice:last-child{ border-top:1px #d6d6d6 dashed;}
  160. .msgnotice h5{ font-size: 18px; color: #555;font-weight: 400;line-height: 40px;margin: 0;}
  161. .msgnotice .contacttip{ margin-bottom:20px;}
  162. .msgnotice .contacttip a{ color:#ff9900;}
  163. /*弹窗提示完善信息*/
  164. .completedcover{ position:fixed; width:100%; height:100%;background:rgba(0,0,0,.6); z-index:1000; display:none;}
  165. .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; }
  166. .vercompleted h3{font-weight: 400; font-size:18px; margin:30px 0 16px 0;line-height: 22px;}
  167. .vercompleted .verbtnbox{ overflow:hidden; width:320px; margin:auto; border-top:1px #d6d6d6 dashed; padding:20px 0;}
  168. .vercompleted .verbtnbox a{/* float:left;*/ display: block;width: 100px;margin: auto; padding:6px 30px; border-radius:10px;background:#ff9900; color:#fff;}
  169. /*完善信息页面*/
  170. .basicinforbox{ padding:1px; position: relative; background: rgba(255,132,0,.8); border-radius:20px;}
  171. .basicinfor{ position:relative; width:442px; background:#fff;padding: 40px 20px 20px 26px; margin:40px auto;border-radius:20px;}
  172. .basicinfor .inforAdd_tab{ margin:10px;width:400px;}
  173. .basicinfor .inforAdd_tab tr td{ padding:1px 2px;}
  174. .basicinfor .inforAdd_tab tr td{/* padding: 4px 2px; */width: 62px;font-size:14px;float: left;}
  175. .basicinfor .inforAdd_tab tr td:first-child{ line-height: 40px;}
  176. .basicinfor .inforAdd_tab tr td .required_star{ top:12px;}
  177. .basictype{ font-weight:normal; text-align:right;}
  178. .basiccon{ padding:0 10px; width:100%; position:relative; min-width:312px;}
  179. .basiccon .requiredcon{ color:red; position:absolute;font-size:16px; top:0; right:-10px;}
  180. .basicinfor .inforAdd_tab .basicmsgbox td{padding:0; margin:0;}
  181. .basicinfor .inforAdd_tab .basicmsgbox td:first-child{width: 70px;height: 1px;}
  182. .basicmsg{ clear:both;font-size:13px;line-height:17px; color:red; padding-left:16px; background:url(../images/info_warn.png) 0 center no-repeat;background-size: auto 88%; }
  183. .basicinfor .default-photo{ width:140px; height:140px; border-radius:50%; position:absolute; top:20px; left:50%; margin-left:-72px; background:url(../images/default-photo.jpg) center center; background-size: 100% 100%; overflow:hidden; border:4px #c9c9c9 solid;}
  184. .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;}
  185. .txtgo{width: 100%;height: 32px;line-height: 32px;font-size: 14px;}
  186. .infolist .liststyle .txtgo{height:32px;line-height:32px;font-size:15px;width:135px;text-indent: 0.2em;background:#fafafa;}
  187. .infolist .liststyle span .mr_show2{width:146px;height:32px;font-size:13px;line-height:32px;}
  188. .infolist .liststyle span .mr_sj2{right:10px;top:14px;}
  189. .infolist .liststyle .txtgo ul{font-size:12px;top:32px;max-height:180px;}
  190. .IdentityChoice{margin:20px 14px;width:400px;}
  191. .boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:6px;}
  192. ul.boxnav{ overflow: hidden;width:100%;}
  193. ul.boxnav li{list-style: none;width:31%;float:left; padding:0 1%;-webkit-box-sizing: border-box;}
  194. ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:28px; text-align: center; display: block; background: #fff; border-radius: 5px;cursor: pointer;}
  195. ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
  196. ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
  197. ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
  198. ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;padding-left:3px;}
  199. ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 14px center; }
  200. ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 20px center; }
  201. ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 26px center; }