Browse Source

专家认证和实名认证的问题

luyanan 7 years ago
parent
commit
6c7e6c9ccb
4 changed files with 14 additions and 19 deletions
  1. 12 0
      css/index.css
  2. 0 11
      css/login.css
  3. 1 4
      expert-authentication.html
  4. 1 4
      realname-authentication.html

+ 12 - 0
css/index.css

@ -573,3 +573,15 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
573 573
.commentsArea .msgContbox{width:90%;}
574 574
.commentsArea .msgCont{ min-height:160px;width: 100%;padding:4px 6px;margin-left:10px}
575 575

576
/*专家认证*/
577
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
578
.IdentityState p{padding:10px; margin:10px;}
579
.identBtn{ padding:10px 26px; background:#ff9900; border-radius:4px; color:#fff;cursor: pointer;}
580
.nowState{display:none;}
581
.nowState:first-child{display:block;}
582
.identProcess{font-size:20px; color:#777;}
583
.identts{font-size:15px;color:#999;line-height: 34px;}
584
.IdentityUp{padding-bottom: 20px;}
585
.webupArea .littip{color:#999;padding:10px 30px;font-size:14px;}
586
.webupArea .webuploadMut{min-height:250px;padding:10px;margin:0 20px; background: #fff;border: 2px #f0f0f0 dashed;}
587
.webupArea .subUp{margin-right:20px;}

+ 0 - 11
css/login.css

@ -228,14 +228,3 @@ ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; backgr
228 228
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 26px center; }
229 229

230 230

231
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
232
.IdentityState p{padding:10px; margin:10px;}
233
.identBtn{ padding:10px 26px; background:#ff9900; border-radius:4px; color:#fff;cursor: pointer;}
234
.nowState{display:none;}
235
.nowState:first-child{display:block;}
236
.identProcess{font-size:20px; color:#777;}
237
.identts{font-size:15px;color:#999;line-height: 34px;}
238
.IdentityUp{padding-bottom: 20px;}
239
.webupArea .littip{color:#999;padding:10px 30px;font-size:14px;}
240
.webupArea .webuploadMut{min-height:250px;padding:10px;margin:0 20px; background: #fff;border: 2px #f0f0f0 dashed;}
241
.webupArea .subUp{margin-right:20px;}

+ 1 - 4
expert-authentication.html

@ -8,12 +8,9 @@
8 8
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" media="screen" />
9 9
<link href="css/bootstrap.min.css" rel="stylesheet">
10 10
<link rel="stylesheet" href="css/reset.css" />
11
<link type="text/css" href="css/login.css" rel="stylesheet">
12
<link type="text/css" href="css/index.css" rel="stylesheet">
13 11
<link type="text/css" href="css/common.css" rel="stylesheet">
14
<link type="text/css" href="css/workspace.css" rel="stylesheet">
15
<link type="text/css" href="css/popup.css" rel="stylesheet">
16 12
<link type="text/css" href="css/webuploader/webuploader2.css" rel="stylesheet">
13
<link type="text/css" href="css/index.css" rel="stylesheet">
17 14
<script type="text/javascript" src="js/jquery-1.11.1.js"></script>
18 15
<style>
19 16
	.identProcess{ display: block; margin:0 auto;}

+ 1 - 4
realname-authentication.html

@ -8,12 +8,9 @@
8 8
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" media="screen" />
9 9
<link href="css/bootstrap.min.css" rel="stylesheet">
10 10
<link rel="stylesheet" href="css/reset.css" />
11
<link type="text/css" href="css/login.css" rel="stylesheet">
12
<link type="text/css" href="css/index.css" rel="stylesheet">
13 11
<link type="text/css" href="css/common.css" rel="stylesheet">
14
<link type="text/css" href="css/workspace.css" rel="stylesheet">
15
<link type="text/css" href="css/popup.css" rel="stylesheet">
16 12
<link type="text/css" href="css/webuploader/webuploader2.css" rel="stylesheet">
13
<link type="text/css" href="css/index.css" rel="stylesheet">
17 14
<script type="text/javascript" src="js/jquery-1.11.1.js"></script>
18 15
<style>
19 16
	.identProcess{ display: block; margin:0 auto;}