portal html css js resource

login.css 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html,body{ cursor:default; margin:0; height:100%;}
  4. #header{ width:100%; height:50%; background:#E28D30; }
  5. #footer{ width:100%; height:50%; background:#E8E8E8;}
  6. .coverbox{position:fixed; overflow-y: auto; width:100%; height: 100%;}
  7. .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;}
  8. .inputtxtbtn{text-indent:0em;}
  9. .inputtxt:focus{ border:1px solid #ff9900;}
  10. .input_warning{ border:1px solid red; }
  11. .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;}
  12. /*登录邀请码*/
  13. .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; }
  14. .loginbox-invite{width:520px;}
  15. .login-title{ color:#ff9900;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
  16. .login-title a{ color:#ff9900; }
  17. .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;}
  18. .logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:50px;}
  19. .logo img{ width:100%;}
  20. .logindown{ overflow:hidden;}
  21. .logindown table tr td{vertical-align: top;}
  22. .frmlogin{width:100%;}
  23. /*左侧登录*/
  24. .login-input{ width:436px; /*height:336px;*/margin:10px 20px; position:relative; padding:20px;}
  25. .loginleft{ width:300px;}
  26. .forget{ display:block; color:#ff9900; float:right;cursor:pointer; position:relative;}
  27. .forget:hover{ color:#ff9900;}
  28. .reglinkbox{font-size:14px;line-height:26px; color:#666; overflow:hidden;}
  29. .reglink{ color:#ff9900;}
  30. .prompt{ width:140px; height:100px; position:absolute; left:100%; margin-left:-8px; bottom:-40px; z-index:999; display:none;}
  31. .triangleR{ display:block; width:0; height:0; border:8px solid transparent; border-right-color:#ff9600; float:left; margin-top:40px;}
  32. .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; }
  33. .tel{ font-weight:bold;}
  34. .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; }
  35. .msg-left{ margin-left:70px;}
  36. /*验证码*/
  37. .codebox .code{ width:175px; float:left;}
  38. .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;}
  39. .codebox .note{font-size:14px;line-height:44px;color:#ff9900;padding-left:8px; padding-top:26px; float:left;cursor:pointer;}
  40. /*中间割线*/
  41. .login-line{ padding:20px; position:relative;}
  42. .lineb{ width:1px; min-height:240px; margin:20px 10px; border-right:1px dashed #ccc; }
  43. .linebb{ min-height:400px;}
  44. .wordor{ text-align:center; color:#ccc;background:#fff; line-height:80px; position:absolute; top:50%; margin-top:-40px;}
  45. /*登录右侧*/
  46. .login-other{ color:#666; margin:20px 10px; width:200px;padding:20px; }
  47. .login-other .other-tit{ text-align:left;}
  48. .loginlinkbox{ text-align:center; padding:10px;margin-bottom:20px;}
  49. .loginlink{ color:#ff9900; font-size:16px; line-height:30px; background:url(../images/back.png) right center no-repeat; padding: 10px 22px;}
  50. .login-way{ overflow:hidden; width:120px; margin:16px auto; text-align:center;}
  51. .way-icon{ height:22px; display:block; float:left; margin:0 7px;}
  52. .way-icon1{ width:27px; background:url(../images/share2.png) no-repeat; background-position:left;}
  53. .way-icon2{ width:27px; background:url(../images/share2.png) no-repeat; background-position:-27px 0;}
  54. .way-icon3{ width:21px; background:url(../images/share2.png) no-repeat; background-position:-54px 0;}
  55. .way-icon4{ width:23px; background:url(../images/share2.png) no-repeat; background-position:right;}
  56. .ecode{ text-align:center;}
  57. .ecode p{ font-size:14px;}
  58. .downcode{ margin:10px auto; width:120px; height:120px;}
  59. /*首次登录*/
  60. .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;}
  61. .logos{ clear:both;width:145px; height:100px; margin:auto; padding-top:-40px;}
  62. .logos img{ width:100%;}
  63. .welcome{font-size:16px;line-height:32px;color:#747474; text-align:center;padding:10px 0;}
  64. .professor{color:#ff9900; padding:0 10px; }
  65. .password-input{ /*width:438px; height:264px;*/margin:auto; position:relative;}
  66. .password{ width:100%;overflow:hidden;}
  67. .lable{ float:left; display:block;font-size:18px;line-height:60px; color:#747474;margin-right:8px;}
  68. .psd{ width:350px; float:left;}
  69. .forget:hover .prompt{ display:block;}
  70. /*手机找回密码01*/
  71. .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; }
  72. .logo-find{width:76px; height:53px; margin:auto; padding-top:20px; float:left;}
  73. .logo-find img{ width:100%;}
  74. .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; }
  75. .steps2{ color:#a3a3a3; float:right;}
  76. .steps1{ float:left;}
  77. .step01{ display:block; width:37px; height:30px; background:url(../images/01.png) no-repeat; overflow:hidden; margin:auto;}
  78. .step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  79. .line{ width:133px; height:2px; background:#d5d5d5; position:absolute; left:80px; top:35px}
  80. .sms{ width:254px;}
  81. .codebox{ overflow:hidden;}
  82. .gain{ width:160px;background:#ff9900; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
  83. .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;}
  84. /*手机找回密码02*/
  85. .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;}
  86. .steps2-2{ color:#f59503; float:right;}
  87. .step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  88. /*邮箱找回密码01*/
  89. .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; }
  90. .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; }
  91. .E-steps2{ color:#a3a3a3; float:left; margin-left:100px;}
  92. .E-step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  93. .steps3{ color:#a3a3a3; float:right;}
  94. .step03{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
  95. .line2{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:95px; top:35px}
  96. .line3{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:265px; top:35px}
  97. /*邮箱找回密码02*/
  98. .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; }
  99. .E-steps2-2{ color:#f59503; float:left; margin-left:100px;}
  100. .E-step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  101. .remind{font-size:14px;line-height:20px; color:#a8a8a8; text-align:center; }
  102. /*邮箱找回密码03*/
  103. .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;}
  104. .steps3-3{ color:#f59503; float:right;}
  105. .step03-3{ display:block; width:45px; height:30px; background:url(../images/03.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
  106. /*默认头像*/
  107. .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;}
  108. .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}
  109. .photo-title{color:#ef7c00;font-size:26px;line-height:80px; padding-left:10px; }
  110. .photo-set{ height:450px; width:735px; margin:auto; color:#828282; text-align:center;}
  111. .photo-upload{ width:490px; height:450px; border-radius:10px; background:#f8f8f8; float:left; overflow:hidden;}
  112. .load{font-size:14px;line-height:28px; text-align:center;/* border:1px solid red;*/ margin-top:200px;margin-bottom:200px;}
  113. .load p{font-size:14px;line-height:14px; margin: 10px;}
  114. .resouimgmsg{ font-size:12px;line-height:20px; color:#999;}
  115. .upbtn{width: 140px;height: 34px; border-radius:10px; border:1px #dfdfdf solid; background:#fff; position:relative; margin-top:10px; cursor:pointer;}
  116. .filebtn{ width: 200px; height: 80px; box-shadow:none;opacity:0; position:absolute; left:-20px; top:-25px; cursor:pointer;}
  117. #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; }
  118. .fl{ float:left;}
  119. .clear{ clear:both;}
  120. .plus{font-size:24px;line-height:30px; color:#ff9900; font-weight:bold; margin-right:10px;}
  121. .photo-size{ /*width:200px; */height:410px; border-radius:10px; background:#f8f8f8; float:right; padding:20px 0;}
  122. .save{ clear:both; width:130px; height:30px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff;margin-left:200px; padding:0;}
  123. .close{ width:130px; height:30px; background:none; box-shadow:none; border:none;cursor:pointer; padding:0;}
  124. #back{width: 130px;height: 30px; background:none; box-shadow:none; border:none;cursor: pointer;padding: 0;}
  125. .save:hover,#back:hover,.close:hover{ background:#ff9900; color:#fff; }
  126. /*注册*/
  127. .registerbox{ width:}
  128. .active { color: #ff9900;}
  129. .regtab { position: relative;}
  130. .regtabcon{ overflow:hidden;}
  131. .phone, .mail {float: left;padding: 16px 20px;font-size: 16px; cursor:pointer;}
  132. .phone span, .mail span { position: relative;top:0;left: 10px;}
  133. .styleline{height: 1px;width: 120px;background: #ff9900; position: relative;}
  134. .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;}
  135. .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;}
  136. .regtablist{ margin:20px 0; min-height:240px;}
  137. .regtablist form{ margin:10px 0; display:none; }
  138. .regtablist form:first-child{ display:block;}
  139. .yzmli { position: relative;}
  140. .yzmbox{position:absolute; width:140px; height:44px; top:50%;margin-top:-22px; right:0;}
  141. .yzm {position: absolute;height: 44px; width:100px; margin-top:1px;}
  142. .reflash {position: absolute;height: 44px; width: 20px; background: url(../images/icon-reflash.png) center center no-repeat;top:0;right: 10px;}
  143. .coderli { position: relative;}
  144. .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;}
  145. .getcode:focus{ border:1px solid transparent;}
  146. .getcodeon{background: #ff9900;}
  147. .getcodeoff{background: #B5B7BA;}
  148. .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;}
  149. .agreeNotice,.agreeNotice a{ color:#555; margin-left:4px;}
  150. /*验证邮箱跳转页面*/
  151. .container{ width:1024px; background:#fff; margin:auto; margin-top:35px;min-height:75%; padding:0 25px; padding-bottom:40px; border-radius:10px; }
  152. .contentmid{ padding:30px 40px;background: #f8f8f8; width:680px;margin: 5% auto;}
  153. .mailsection{ margin-bottom: 40px; position: relative; background-color: #fafafa;}
  154. .statelable{ position:relative; height:60px;}
  155. .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; }
  156. .msgnotice{padding:20px 50px ;color: #555; background:#fff; }
  157. .msgnotice .noticecon{font-weight: 400; font-size: 24px; margin: 30px 0;line-height: 22px;}
  158. .msgnotice .emailus{ line-height:28px;}
  159. .msgnotice .emailus a { font-size: 18px; color: #ff9900;}
  160. .msgnotice .maillink{ display:block; font-size:14px; width:100px; text-align:center; margin-top:20px; padding:8px 30px; border-radius:6px;background:#ff9900; color:#fff;}
  161. .msgnotice:last-child{ border-top:1px #d6d6d6 dashed;}
  162. .msgnotice h5{ font-size: 18px; color: #555;font-weight: 400;line-height: 40px;margin: 0;}
  163. .msgnotice .contacttip{ margin-bottom:20px;}
  164. .msgnotice .contacttip a{ color:#ff9900;}
  165. /*弹窗提示完善信息*/
  166. .completedcover{ position:fixed; width:100%; height:100%;background:rgba(0,0,0,.6); z-index:1000; display:none;}
  167. .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; }
  168. .vercompleted h3{font-weight: 400; font-size:18px; margin:30px 0 16px 0;line-height: 22px;}
  169. .vercompleted .verbtnbox{ overflow:hidden; width:320px; margin:auto; border-top:1px #d6d6d6 dashed; padding:20px 0;}
  170. .vercompleted .verbtnbox a{/* float:left;*/ display: block;width: 100px;margin: auto; padding:6px 30px; border-radius:10px;background:#ff9900; color:#fff;}
  171. /*完善信息页面*/
  172. .basicinforbox{ padding:1px; position: relative; background: rgba(255,132,0,.8); border-radius:20px;}
  173. .basicinfor{ position:relative; width:420px; background:#fff;padding: 40px 20px 20px 26px; margin:40px auto;border-radius:20px;}
  174. .basicinfor .inforAdd_tab{ margin:10px;width:400px;}
  175. .basicinfor .inforAdd_tab tr td{ padding:1px 2px;}
  176. .basicinfor .inforAdd_tab tr td{/* padding: 4px 2px; */width: 62px;font-size:14px;float: left;}
  177. .basicinfor .inforAdd_tab tr td:first-child{ line-height: 40px;}
  178. .basicinfor .inforAdd_tab tr td .required_star{ top:12px;}
  179. .basictype{ font-weight:normal; text-align:right;}
  180. .basiccon{ padding:0 10px; width:100%; position:relative; min-width:312px;}
  181. .basiccon .requiredcon{ color:red; position:absolute;font-size:16px; top:0; right:-10px;}
  182. .basicinfor .inforAdd_tab .basicmsgbox td{padding:0; margin:0;}
  183. .basicinfor .inforAdd_tab .basicmsgbox td:first-child{width: 70px;height: 1px;}
  184. .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%; }
  185. .basicinfor .default-photo{ width:140px; height:140px; border-radius:50%; position:absolute; top:20px; left:50%; margin-left:-72px; background:url(../images/default-photo-up.jpg) center center; background-size: 100% 100%; overflow:hidden; border:4px #c9c9c9 solid;}
  186. .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;}
  187. .txtgo{width: 100%;height: 32px;line-height: 32px;font-size: 14px;}
  188. .infolist .liststyle .txtgo{height:32px;line-height:32px;font-size:15px;width:145px;text-indent: 0.2em;background:#fafafa;}
  189. .infolist .liststyle span .mr_show2{width:146px;height:32px;font-size:13px;line-height:32px;}
  190. .infolist .liststyle span .mr_sj2{right:10px;top:14px;}
  191. .infolist .liststyle .txtgo ul{font-size:12px;top:32px;max-height:180px;}
  192. .IdentityChoice{margin:20px 14px;width:400px;}
  193. .boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:6px;}
  194. ul.boxnav{ overflow: hidden;width:100%;}
  195. ul.boxnav li{list-style: none;width:31%;float:left; padding:0 1%;-webkit-box-sizing: border-box;}
  196. 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;}
  197. ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
  198. ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
  199. ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
  200. ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;padding-left:3px;}
  201. ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 14px center; }
  202. ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 20px center; }
  203. ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 26px center; }
  204. .IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
  205. .IdentityState p{padding:10px; margin:10px;}
  206. .identBtn{ padding:10px 26px; background:#ff9900; border-radius:4px; color:#fff;cursor: pointer;}
  207. .nowState{display:none;}
  208. .nowState:first-child{display:block;}
  209. .identProcess{font-size:20px; color:#777;}
  210. .identts{font-size:15px;color:#999;line-height: 34px;}
  211. .IdentityUp{padding-bottom: 20px;}
  212. .webupArea .littip{color:#999;padding:10px 30px;font-size:14px;}
  213. .webupArea .webuploadMut{min-height:250px;padding:10px;margin:0 20px; background: #fff;border: 2px #f0f0f0 dashed;}
  214. .webupArea .subUp{margin-right:20px;}