Browse Source

修改首页样式

luyanan 8 years ago
parent
commit
3ae8382d2e

+ 6 - 2
src/main/webapp/account-set.html

@ -60,7 +60,11 @@
60 60
	</div>
61 61
	<div class="header-right"> 
62 62
        <!--未登录-->
63
        <a href="login-invite-code.html"><div class="unlogin">特邀专家登录</div></a>
63
        <div class="unlogin">
64
        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
65
        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
66
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
67
        </div>
64 68
        <!--已登录-->
65 69
        <div class="onlogin">
66 70
	        <div class="head-portrait">
@ -124,7 +128,7 @@
124 128
                <div class="msg msg2" ></div>
125 129
                <div class="password"><span class="lable">确认密码</span><input type="password" class="psd" id="newPassword2" onBlur="valNew2()" /></div>
126 130
                <div class="msg msg3" ></div>
127
				<input type="button" value="保存" class="save" onClick="restPassword()"/>
131
				<input type="button" value="保存" class="save" style="margin-top:40px;" onClick="restPassword()"/>
128 132
            	<!--<div class="msg msg4" ></div> -->
129 133
            </form>
130 134
            

+ 18 - 17
src/main/webapp/css/common.css

@ -7,20 +7,21 @@
7 7
html, body{}
8 8
input{ outline:none;}
9 9
/*header部分*/
10
#header{width:100%;min-width:1170px; height:60px; background:rgba(255,132,0,1); position:fixed; top:0; z-index:999; }
10
#header{width:100%;min-width:1170px; height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
11 11
.logo{ display:block; width:80px; height:50px; background:url(../images/logo2.png) no-repeat; margin-left:80px; margin-top:5px; float:left;}
12 12
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-132px; margin-top:-17.5px; display:none;}
13
.search-txt{ width:220px;/*line-height兼容*/line-height:35px; height:35px; background:#fff; border:none;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px; border-radius:10px 0 0 10px; behavior:url(../js/ie-css3.htc); float:left;font-size:14px;padding-left:10px; color:#a3a3a3;}
14
.search-btn{ width:35px; height:35px; background:#fff; border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0; float:left; cursor:pointer; behavior:url(../js/ie-css3.htc);cursor:pointer;}
13
.search-txt{ width:220px;/*line-height兼容*/line-height:35px; height:35px; background:#fff; border:none;-moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px; behavior:url(../js/ie-css3.htc); float:left;font-size:14px;padding-left:10px; color:#a3a3a3;}
14
.search-btn{ width:35px; height:35px; background:#fff; border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0; float:left; cursor:pointer; behavior:url(../js/ie-css3.htc);cursor:pointer;}
15 15
.search-icon{ display:block; width:20px; height:20px; background:
16 16
url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
17 17
/*顶部右边*/
18 18
.header-right{ float:right; margin-right:80px;}
19 19
/*未登录*/
20
.unlogin{float:left;}
21
.loginbtn{float:left; border:2px #fff solid; padding:0 20px; border-radius:10px;font-size:14px; line-height:30px; color:#fff; text-align:center; margin:10px 2px; cursor:pointer; }
22
.loginrbtn{  border:2px transparent solid;}
23
.loginbtn:hover{border:2px #fff solid;}
20
.unlogin{float:left;padding:4px 0;}
21
.loginbtn{float:left; border:2px #fff solid; padding:0 20px; border-radius:6px;font-size:14px; line-height:28px; color:#fff; text-align:center; margin:10px 2px; cursor:pointer; }
22
.loginrbtn{ border:2px transparent solid;padding:0 2px;}
23
.loginlbtn{margin-right:20px;/* background:#fff;color:#ff9900; */}
24
/* .loginbtn:hover{border:2px #fff solid;} */
24 25
/*已登录*/
25 26
.onlogin{ display:none; position:relative;}
26 27
.head-portrait{width:50px; height:50px; border-radius:50%;background-size:100% 100%;-moz-background-size:100% 100%; float:left; margin-right:10px; margin-top:5px; cursor:pointer;/* border:1px solid #f8f8f8; */overflow:hidden; }
@ -29,7 +30,7 @@ url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
29 30
.triangleB{ display:block; width:0; height:0; border:8px solid transparent; border-bottom-color:#f3a36c; float:right; margin-right:20px; margin-top:15px;}
30 31
.personal-box{ width:202px; /*height:160px;*/ border-radius:10px; background:#f3a36c; clear:both; overflow:hidden;}
31 32
.personal-box a{ display:block; width:202px; height:40px;line-height:40px; font-size: 13px; color:#fff;}
32
.personal-box a:hover{ background:#ff8400;}
33
.personal-box a:hover{ background:#ff9900;}
33 34
.icon{ display:block; width:20px; height:20px; margin-left:15px; margin-right:12px; margin-top:10px; float:left;}
34 35
.icon1{ background:url(../images/index-icon.png) no-repeat; background-position:right;}
35 36
.icon2{ background:url(../images/index-icon.png) no-repeat; background-position:-60px 0;}
@ -44,29 +45,29 @@ url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
44 45
.tcdPageCode{ padding: 20px; margin: 10px 0;text-align: left;color: #000;text-align:center;font-size:14px;line-height:24px; }
45 46
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 30px;	line-height: 30px;	padding: 0 10px;border: 1px solid #e5e5e5;	margin: 0 8px;border-radius:5px; color:#000;}
46 47
.tcdPageCode a:hover{text-decoration: none;}
47
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff8400;border-radius:5px;}
48
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;}
48 49
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px;	color: #000;background: #fff;border: 1px solid #e5e5e5;border-radius:5px;}
49 50
.tcdPageCode li { display: inline;}
50 51

51 52
.tcdPageCode a.current{
52
	display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff8400;border-radius:5px;
53
	display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;
53 54
}
54 55

55 56
/*footer部分*/
56
#footer{ min-width:1170px;clear:both; height:250px; background:#ff8400;}
57
.footer-top{ width:1170px; height:214px; margin:auto;}
57
#footer{ min-width:1170px;clear:both; height:250px; background:#ff9900;}
58
.footer-top{ width:1170px; padding: 20px 10px; overflow: hidden; margin:auto;}
58 59
.footerL{ float:left; }
59 60
.footer-logo{ width:80px; height:50px; background:url(../images/logo2.png) no-repeat; background-size:100% 100%; margin:24px 0;}
60
.link{ color:#fff;padding-bottom:15px;  }
61
.link a{font-size:14px; line-height:20px; color:#fff; }
62
.customer{font-size:15px; line-height:20px; color:#fff; }
61
.link{ color:#fff;padding-bottom:15px;display:none;  }
62
.link a{font-size:13px; line-height:20px; color:#fff; }
63
.customer{font-size:14px; line-height:20px; color:#fff; }
63 64
.footerR{ float:right;font-size:12px; line-height:30px; color:#fff; text-align:center;  }
64 65
.code{ width:120px; height:120px; margin:auto; margin-top:24px;}
65 66
.code img{ width:100%;}
66
.foot-icon{ display:block; height:22px; float:left; margin:0 7px;}
67
.foot-icon{ display:none; height:22px; float:left; margin:0 7px;}
67 68
.foot-icon1{ width:27px; background:url(../images/share.png) no-repeat; background-position:left;}
68 69
.foot-icon2{ width:27px; background:url(../images/share.png) no-repeat; background-position:-27px 0;}
69 70
.foot-icon3{ width:21px; background:url(../images/share.png) no-repeat; background-position:-54px 0;}
70 71
.foot-icon4{ width:23px; background:url(../images/share.png) no-repeat; background-position:right;}
71
.footer-btm{ width:100%; height:40px; background:#ffa545;font-size:12px;line-height:40px; color:#fff; text-align:center; }
72
.footer-btm{ width:100%; height:40px; background:#FFB76A;font-size:12px;line-height:40px; color:#fff; text-align:center; }
72 73
/*------------------------------------------------------------------------------------*/

+ 70 - 69
src/main/webapp/css/index.css

@ -11,17 +11,17 @@ input{ outline:none;}
11 11
.theme{ width:100%; height:236px; position:absolute; top:50%; margin-top:-60px; }
12 12
.theme h1{font-size:60px;line-height:80px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
13 13
.theme h2{font-size:30px;line-height:50px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;}
14
.main-search{ width:700px; height:46px; margin:auto; margin-top:20px; position:relative}
15
.main-search .lookwho{outline:none;position:absolute; height:40px; width:100px;border:none; box-shadow: 0px 0px 3px #ccc inset;border-radius:10px 0 0 10px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:14px;line-height:38px; color:#888;}
14
.main-search{ width:670px; height:40px;border-radius:6px;box-shadow: 0px 0px 10px rgba(45, 38, 37, 0.6);margin:auto; margin-top:60px; position:relative}
15
.main-search .lookwho{outline:none;position:absolute; height:40px; width:100px;border:none; box-shadow: 0px 0px 3px #ccc inset;border-radius:6px 0 0 6px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:15px;line-height:38px; color:#ff9900;}
16 16

17 17
.simuselect{position:relative;}
18 18
.ulbox{ width:100px; height:40px;cursor:pointer; position:relative;} 
19
.lishow{background:#fff;overflow: hidden; border-radius:6px;position:absolute; top:40px; width:100px;box-shadow: 0px 0px 3px #ccc inset; z-index: 20;display:none;} 
20
.lishow li{ line-height:30px; list-style:none; padding:2px 16px; margin-top:1px;cursor: pointer;} 
19
.lishow{background:#fff;overflow: hidden; border-radius:0 0 6px 6px;position:absolute; top:34px; width:99px;/* box-shadow: 0px 0px 3px #ccc inset;  */z-index: 20;display:none;} 
20
.lishow li{ line-height:30px; list-style:none; padding:2px 16px;color:#888; margin-top:1px;cursor: pointer;} 
21 21
.lishow li:hover{ background:#f0f0f0;} 
22 22

23
.sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius:10px 0 0 10px; float:left;font-size:16px;line-height:40px; padding-left:120px; color:#a3a3a3;}
24
.sear-btn{ width:140px; height:40px; background:#ff8400; border-radius:0 10px 10px 0; float:left; cursor:pointer;font-size:18px;line-height:40px;; color:#fff; text-align:center; }
23
.sear-txt{ width:530px; height:40px; background:#fff; border:none;  border-radius: 6px 0 0 6px; float:left;font-size:15px;line-height:40px; padding-left:120px; color:#a3a3a3;}
24
.sear-btn{ width:140px; height:41px; background:#ff9900; border-radius: 0 6px 6px 0; float:left; cursor:pointer;font-size:16px;line-height:40px; color:#fff; text-align:center; }
25 25
/*寻找专家流程*/
26 26
.process{ width:806px; height:205px; margin:auto;}
27 27
.process1{ height:144px; float:left; margin-top:40px;}
@ -29,15 +29,15 @@ input{ outline:none;}
29 29
.process-icon2{ display:block; width:67px; height:64px; background:url(../images/steps02.png) no-repeat; margin:auto;}
30 30
.process-icon3{ display:block; width:67px; height:64px; background:url(../images/steps03.png) no-repeat; margin:auto;}
31 31
.process-icon4{ display:block; width:70px; height:64px; background:url(../images/steps04.png) no-repeat; margin:auto;}
32
.hh3{font-size:20px;line-height:30px; color:#777; font-weight:600; text-align:center; }
32
.hh3{font-size:18px;line-height:30px; color:#333; text-align:center; }
33 33
.process p{font-size:14px;line-height:20px; color:#888; text-align:center;  }
34 34
.nextR{ width:100px; height:205px; float:left; background:url(../images/nextR.png) no-repeat center center; }
35 35
/*热门领域*/
36 36
.hot-field{ width:100%;  background:url(../images/fieldbg.jpg) no-repeat; background-size:100% 100%;padding:40px 0;}
37
.hh4{width:180px; height:46px;padding: 2px 20px; text-align:center; margin:auto;border:1px #fff solid; border-radius:10px;font-size:26px;line-height:38px; color:#fff; text-align:center; }
38
.field-box{ width:856px; height:360px; margin:30px auto;}
39
.field{ /*width:164px; height:140px;*/ padding:20px 25px; float:left;}
40
.field-name{ display:block; width:164px;font-size:18px;line-height:40px; color:#fff;  font-weight:bold;text-align:center;}
37
.hh4{width:180px;margin:auto;border:2px #fff solid; border-radius:6px;font-size:20px;line-height:32px; color:#fff; text-align:center; }
38
.field-box{ width:856px;overflow:hidden; margin:20px auto;}
39
.field{ /*width:164px; height:140px;*/ padding:10px 25px; float:left;}
40
.field-name{ display:block; width:164px;font-size:16px;line-height:40px; color:#fff; text-align:center;}
41 41
.field-icon{ display:block; width:100px; height:100px; border-radius:50%; margin:auto;}
42 42
.field-name:hover{color:#fff;}
43 43
.field-icon1{ background:url(../images/field20.png) no-repeat center center;}
@ -48,15 +48,15 @@ input{ outline:none;}
48 48
.field-icon6{ background:url(../images/field07.png) no-repeat center center;}
49 49
.field-icon7{ background:url(../images/field02.png) no-repeat center center;}
50 50
.field-icon8{ background:url(../images/field05.png) no-repeat center center;}
51
.more{position: relative; display:block; width:132px; height:35px; margin:auto; border:1px #fff solid; border-radius:10px;font-size:14px;line-height:35px;padding:0 30px; color:#fff;}
52
.more em{ position: absolute; top: 50%;margin-top: -6px; margin-left: 4px;width: 14px; height: 14px; background:url(../images/more-white.png) center center no-repeat;background-size:100% 100%;}
51
.more{position: relative; display:block; width:132px; height:35px; margin:auto;font-size:14px;line-height:32px;padding:0 30px; color:#fff;}
52
.more em{ position: absolute; top: 50%;margin-top: -11px; margin-left: 4px;width: 20px; height: 20px; background:url(../images/more-white.png) center center no-repeat;background-size:100% 100%;}
53 53
.hot-field .more{ color:#fff;}
54 54
/*热门专家*/
55 55
.hot-professor{ width:100%;  padding: 40px 0; }
56
.hot-professor h4{border:1px #ff8400 solid;color:#ff8400;}
57
.hot-professor .more{border:1px #ff8400 solid;color:#ff8400;}
56
.hot-professor h4{border:1px #ff9900 solid;color:#ff9900;}
57
.hot-professor .more{border:1px #ff9900 solid;color:#ff9900;}
58 58
.professor-box{ width:900px; height:610px; margin:20px auto;}
59
.professor{ width:175px; height:255px; border-radius:10px; overflow:hidden; position:relative; float:left; margin:25px;}
59
.professor{ width:175px; height:255px; border-radius:6px; overflow:hidden; position:relative; float:left; margin:25px;}
60 60
.professor img{width:175px; height:255px;}
61 61
.professor-data{ width:100%; height:300px; position:absolute; font-size:14px;line-height:16px; text-align:center; color:#fff;top:58%; background:url(../images/p-bg.png) no-repeat;padding:25px 0; }
62 62
.professor-data h5{font-size:20px;line-height:30px; }
@ -65,65 +65,66 @@ input{ outline:none;}
65 65
/*搜索页*/
66 66
.content{ width:100%; height:auto; background:#f8f8f8; padding:60px 0 2px 0; }
67 67
.content-in{ width:1170px;/*min-height:300px;*/ margin:auto;padding-bottom:20px;}
68
.sear-search{ width:100%; height:56px;margin-top:20px;}
69
.sear-search .lookwho{ height:40px; width:100px; border:none;box-shadow: 0px 0px 3px #ccc inset;border-radius:10px 0 0 10px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:14px;line-height:38px; color:#888;}
68
.sear-search{ width: 774px;height: 38px;border: 2px solid #ff9900;border-radius: 6px; margin: 20px 0;}
69
.sear-search .lookwho{border-right: 2px #ff9900 solid;font-size:15px;color:#ff9900;line-height:34px; height:34px; width:100px; border:none; border-right: 2px #ff9900 solid;border-radius:4px 0 0 4px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; }
70
.sear-search .lishow{background: #fff; overflow: hidden;border-radius: 0 0 6px 6px; position: absolute;top: 32px;left: -2px;width: 102px;border: 2px solid #ff9900; border-top: none;z-index: 20; display: none;}
70 71
.sear-search .lookwho:focus{ border:none;}
71
.sear-search .sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius:0; float:left;font-size:16px;line-height:40px;box-shadow: 0px 0px 3px #ccc inset; padding-left:20px; color:#a3a3a3;}
72
.sear-search .sear-btn{ width:140px; height:40px; background:#ff8400; border-radius:0 10px 10px 0; float:left; cursor:pointer;font-size:18px;line-height:40px; color:#fff; text-align:center; }
72
.sear-search .sear-txt{ width:530px; height:34px; background:#fff; border:none; border-radius:0; float:left;font-size:15px;line-height:34px;padding-left:20px; color:#888;}
73
.sear-search .sear-btn{ width:140px; height:34px; background:#ff9900; border-radius:0; float:left; cursor:pointer;font-size:15px;line-height:34px; color:#fff; text-align:center; }
73 74

74 75
/*搜索分类*/
75
.classify{ width:100%; /*min-height:200px; border:1px #e2e2e2 solid;*/ margin-top:10px;border-radius: 10px;background: #fff; padding:10px 0; }
76
.classify{ width:100%; /*min-height:200px; */border:1px #f0f0f0 solid; margin-top:10px;border-radius: 6px;background: #fff; padding:10px 0; }
76 77
.class1{ width:100%; height:52px; overflow:hidden; position:relative; border-bottom:1px #efefef solid;}
77
.class1:nth-child(even){background:#f8f8f8}
78
.class1:nth-child(even){background:#f8f8f8;}
78 79
.class1:last-child{border-bottom:none;}
79
.title{ padding:0 15px; float:left;font-size:16px;line-height:48px; color:#000;}
80
.area-con{ float:left; width:970px;/* border:1px solid red; */overflow:hidden;}
81
.class1 a{ padding:0px 5px; float:left;font-size:16px;line-height:30px; color:#000; margin-top:9px; margin-right:15px;}
82
.class1 .colorbg{ color:#fff; background:#ff8400;}
83
.andmore{ display:block; width:100px;font-size:16px;line-height:48px; color:#000; padding:0 20px; position:absolute;right:0; cursor:pointer;}
84
.updown{ display:block; width:18px; height:14px; background:url(../images/UpDown.png) 0 center no-repeat;  float:right; margin-top:18px;}
80
.title{ padding:0 15px; float:left;font-size:15px;line-height:48px; color:#000;}
81
.area-con{ float:left; width:970px;/* border:1px solid red; */overflow:hidden; padding-bottom: 16px;}
82
.class1 a{ padding:0px 10px; float:left;font-size:14px;line-height:30px; color:#000; margin-top:9px;/*  margin-right:15px; */}
83
.class1 .colorbg{ color:#fff; background:#ff9900;}
84
.andmore{ display:block; width:100px;font-size:14px;line-height:50px; color:#000; padding:0 28px; position:absolute;right:0; cursor:pointer;}
85
.updown{ display:block; width:12px; height:12px; background:url(../images/UpDown.png) 0 center no-repeat;  float:right; margin-top:19px;}
85 86
/*搜索内容*/
86 87
.about{ width:100%; border-top:1px #e2e2e2 solid; padding:5px 0;}
87 88
.aboutcenter{ width:1170px;height:auto; margin:auto; }
88 89
.abouttab{ width:100%; margin:10px 0; border-bottom:1px solid #ccc; border-radius:4px; }
89
.tabbtn{ font-weight:bold; position:relative;z-index:20;font-size:16px; letter-spacing:0.2em; float:left; padding:16px; width:100px; text-align:center; border-radius:6px 6px 0 0; top: 1px;color:#ff8400; cursor:pointer; margin-left:6px; }
90
.tabbtn{ font-weight:bold; position:relative;z-index:20;font-size:16px; letter-spacing:0.2em; float:left; padding:16px; width:100px; text-align:center; border-radius:6px 6px 0 0; top: 1px;color:#ff9900; cursor:pointer; margin-left:6px; }
90 91
.tabcurrent{ border:1px solid #ccc; border-bottom-color:#fff;background:#f8f8f8;}
91 92
.abouttablist{ margin-bottom:40px;}
92 93
.aboutcon{ display:none;}
93 94
.aboutcon:first-child{ display:block;}
94 95
.about-in{ overflow:hidden;  width:100%;height:auto; margin:auto; margin-top:10px;}
95
.item{ width:99%;overflow: hidden; background:#f8f8f8; border:1px #f0f0f0 solid;/*box-shadow:1px 1px 1px #ff8400 inset;*/ border-radius:10px; margin:10px auto; position:relative;min-height:120px; }
96
.item{ width:99%;overflow: hidden; background:#f8f8f8; border:1px #f0f0f0 solid;/*box-shadow:1px 1px 1px #ff9900 inset;*/ border-radius:6px; margin:10px auto; position:relative;min-height:120px; }
96 97
.operbox{float: left;position: absolute;padding: 10px 20px;margin: 20px;right: 10px; top:50%; margin-top:-20px;}
97
.operbtn{ padding:6px 20px; margin:0 2px; border: 1px solid #efefef;border-radius: 6px; background:#ff8400; color:#fff; cursor:pointer;}
98
.photo1{width:132px;height:132px;border-radius:50%;margin:20px;float:left;/*border:1px #f0f0f0 solid; background:url(../images/default-photo.jpg)  no-repeat center center;background-size:100% 100%;-moz-background-size:100% 100%;*/ overflow:hidden;}
98
.operbtn{ padding:4px 20px; font-size:13px; margin:0 2px; border: 1px solid #efefef;border-radius: 6px; background:#ff9900; color:#fff; cursor:pointer;}
99
.photo1{width:100px;height:100px;border-radius:50%;margin:10px 20px;float:left; overflow:hidden;}
99 100
/*专家简介*/
100
.synopsis{ float:left; padding:20px 0;color:#000; width:770px;line-height:30px;}
101
.named{display:block;font-size:24px; color:#000; float:left;}
102
.named:hover,.named:focus,.named:active{color:#000; text-decoration:none;}
103
.modify{ display:block; width:20px; height:20px; background:url(../images/onauth.png) center center no-repeat; background-size:100% 100%; float:left; margin:4px;}
104
.position{ clear:both;font-size:18px; }
105
.science{font-size:14px; }
106
.industry{font-size:16px; }
101
.synopsis{ float:left; padding:10px 0; width:770px;line-height:24px;}
102
.named{display:block;font-size:18px; color:#333; float:left;}
103
.named:hover,.named:focus,.named:active{color:#333; text-decoration:none;}
104
.modify{ display:block; width:16px; height:16px; background:url(../images/onauth.png) center center no-repeat; background-size:100% 100%; float:left; margin:4px;}
105
.position{ clear:both;font-size:16px;  color:#666; }
106
.science{font-size:14px; color:#999;  }
107
.industry{font-size:15px; color:#888;  }
107 108
/*资源简介*/
108 109
.remess{ cursor:pointer;}
109
.resourcephoto{width:132px;height:132px; border-radius:4px;border:1px #f0f0f0 solid;margin:40px 20px;float:left;overflow:hidden; }
110
.resouname{font-size:24px; color:#000;}
111
.belongname{ font-size:20px; }
112
.modicon{ margin:0 10px;}
113
.positionbox{ font-size:18px; }
114
.sciencebox,.provideservice{font-size:14px; }
115
.industrybox{font-size:16px; }
110
.resourcephoto{width:100px;height:100px; border-radius:4px;border:1px #f0f0f0 solid;margin:10px 20px;float:left;overflow:hidden; }
111
.resouname{font-size:18px; color:#000;}
112
.belongname{ font-size:17px; color:#333; }
113
.modicon{ margin:0 6px;}
114
.positionbox{ font-size:16px;  color:#666; }
115
.sciencebox,.provideservice{font-size:14px; color:#999; }
116
.industrybox{font-size:15px; color:#888;  }
116 117
/*------------------------------------------------------------------------------------*/
117 118
/*账号设置*/
118 119
.account{ width:1050px; min-height:100px; margin:auto; padding: 40px 0;}
119
.account-set{ width:18%; min-height: 260px; float:left; background:#f8f8f8; border-radius:10px; margin-top:50px; overflow:hidden;}
120
.account-set{ width:18%; min-height: 260px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;}
120 121
.account-title{ height:58px; padding:0 30px;font-size:18px;line-height:68px;color:#a3a3a3;}
121 122
.leftsidebar{ display:block; width:100%; height:40px; padding-left:50px;font-size:16px;line-height:40px; color:#313131;}
122
.bgcolor{ background:#ff8400; color:#fff;}
123
.leftsidebar:hover{ background:#ff8400; color:#fff;}
123
.bgcolor{ background:#ff9900; color:#fff;}
124
.leftsidebar:hover{ background:#ff9900; color:#fff;}
124 125

125 126
.contentbox{  width:80%; float: right;overflow:hidden;margin:40px 0;}
126
.content-set{ width:100%;  min-height: 460px; background:#f8f8f8; border-radius:10px;margin:10px 0; overflow:hidden; display:none;}
127
.content-set{ width:100%;  min-height: 460px; background:#f8f8f8; border-radius:6px; padding-bottom: 20px;margin:10px 0; overflow:hidden; display:none;}
127 128
.content-set:first-child{ display:block;}
128 129
.content-set form{ width: 600px;margin: auto;padding: 10px;}
129 130
.content-title{height:58px;padding:0 30px;font-size:18px;line-height:64px; color:#313131; border-bottom:1px #c8c8c8 solid;}
@ -147,14 +148,14 @@ input{ outline:none;}
147 148
.walletbrig span .fen{ font-size:18px;} 
148 149
.walletrecords{font-size: 14px; line-height:40px; margin-left:20px; }
149 150
.walletrecords span{ color:#666;  margin:2px 6px; }
150
.walletrecords .recordbtn{ color:#ff8400;cursor:pointer;}
151
.walletrecords .recordbtn{ color:#ff9900;cursor:pointer;}
151 152

152 153
/*.account-sax{ clear:both; height:50px; width:100%; padding: 0 40px;}*/
153 154
.name-txt{ float:left;font-size:18px;line-height:50px; color:#818181;}
154 155
input[type='radio'].radio {opacity:0; display:inline-block; height:20px; float:left; }
155 156
label.radio {background:url(../images/unredio.png) no-repeat; height:20px; padding-left:25px; float:left; margin-top:14px; margin-left:10px;font-size:18px;line-height:22px; color:#818181;}
156 157
input[type='radio'].radio:checked + .radio {background:url(../images/redio.png) no-repeat;}
157
.save{ clear:both; width:140px; height:36px;margin-left:219px; margin-top:20px;border-radius:10px; border:none; background:#ff8400;font-size:16px;line-height:36px; color:#fff;}
158
.save{ clear:both; width:140px; height:36px;margin-left:219px; margin-top:20px;border-radius:6px; border:none; background:#ff9900;font-size:16px;line-height:36px; color:#fff;}
158 159
/*修改密码*/
159 160

160 161
/*input:focus{ border:1px solid #ff8500;}*/
@ -164,33 +165,33 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
164 165
.marginT{ height:60px; width:100%;}
165 166
.password{ width:100%; height:40px; clear:both; margin-top:24px; }
166 167
.lable{ float:left; display:block; width:100px;font-size:16px;line-height:40px; color:#747474; padding-right:15px; text-align:right;}
167
.psd{ width:350px; height:40px; float:left; border-radius:10px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px;}
168
.psd{ width:350px; height:40px; float:left; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px;}
168 169
.forget{ display:block; height:40px;font-size:14px;line-height:40px; color:#ff8500; float:right;cursor:pointer; position:relative;}
169 170
.forget:hover{ color:#ff8500;}
170 171
/*账号绑定*/
171 172
.binding{ width:100%; height:44px;font-size:16px;line-height:66px;color:#818181;margin-left:70px;; margin-top:40px; display:none; }
172
.unbinding{width:580px; height:44px;font-size:16px;line-height:66px; color:#ff8400;margin:auto; margin-top:40px; cursor:pointer; }
173
.unbinding{width:580px; height:44px;font-size:16px;line-height:66px; color:#ff9900;margin:auto; margin-top:40px; cursor:pointer; }
173 174
.email-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) 0 center no-repeat; float:left; margin-right:20px; margin-top:20px;}
174 175
.phone-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) -30px center no-repeat;float:left; margin-right:20px; margin-top:20px;}
175
.replace{ width:88px; height:30px; background:#ff8400; border-radius:5px; border:none;font-size:16px;line-height:30px; color:#fff; margin-left:10px; cursor:pointer;}
176
.replace{ width:88px; height:30px; background:#ff9900; border-radius:5px; border:none;font-size:16px;line-height:30px; color:#fff; margin-left:10px; cursor:pointer;}
176 177
.replace3,.replace4{ display:none;}
177 178

178 179
.coverblock{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; z-index:1004; display:none;}
179
.floatbox{ /*width:400px;*/ padding: 20px; box-shadow:2px 5px 5px #999; border-radius:16px;background:#fff; position:absolute; top:80px; left:50%; margin-left:-240px;  margin-bottom:40px;}
180
.float-title{  height:60px;border-bottom: 1px #ff8400 solid;font-size:18px;line-height:60px; color:#818181; padding:0 20px;}
180
.floatbox{ /*width:400px;*/ padding: 0 20px 10px 20px;box-shadow:1px 1px 8px #9f9d9d; border-radius:6px;background:#fff; position:absolute; top:80px; left:50%; margin-left:-240px;  margin-bottom:40px;}
181
.float-title{  height:60px;border-bottom: 1px #ff9900 solid;font-size:18px;line-height:60px; color:#818181; padding:0 20px;}
181 182
.times{ background:url(../images/workclose.png) center center no-repeat; position:absolute; top:10px; right:-30px;width: 24px;height: 24px; z-index: 1005; cursor:pointer; }
182 183

183 184
.bdfrm{ padding:10px 30px 60px 30px; }
184
.yz{ width:350px; height:44px; border-radius:10px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;}
185
.yz{ width:350px; height:44px; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;}
185 186

186 187
.cover p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
187 188
.cover2 p{ clear:both;font-size:16px;line-height:26px; color:#818181; text-align:center; margin:20px 0;}
188 189
.activate{ width:140px; height:38px; background:#fff;font-size:16px;line-height:35px; color:#000; cursor:pointer; border:none; border-radius:5px; margin:auto; margin-top:30px;  }
189 190
.act{margin-left:40px;}
190
.act-color{background:#ff8400;color:#fff;}
191
.back-btn:hover{background:#ff8400;color:#fff;cursor:pointer;}
191
.act-color{background:#ff9900;color:#fff;}
192
.back-btn:hover{background:#ff9900;color:#fff;cursor:pointer;}
192 193
.input-code{ width: 210px;margin-left: 10px;}
193
.infor-code{ width:130px; height:40px; background:#ff8400; border:none; border-radius:5px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;}
194
.infor-code{ width:130px; height:40px; background:#ff9900; border:none; border-radius:5px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;}
194 195

195 196
/*------------------------------------------------------------------------------------*/
196 197
/*专家信息页*/
@ -199,7 +200,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
199 200
.coulstblock .coulstbox{display:block; width:200px; height:100px; padding:10px; background:rgba(256,256,256,.9); border:1px solid #ccc; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); cursor: pointer;}
200 201
.coulstblock .coulstbox .prohead{ width:80px; height:80px; border-radius:50%; overflow:hidden;}
201 202
.coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-left:10px;}
202
.coulstblock .coulstbox .coulstbtn span,#conbtn span{padding:4px 10px; display:block; width:60px; border-radius:2px; text-align:center; color:#fff; background:#ff8400;cursor:pointer}
203
.coulstblock .coulstbox .coulstbtn span,#conbtn span{padding:4px 10px; display:block; width:60px; border-radius:2px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
203 204
/*专家信息头部*/
204 205
.information-head{ width:1050px; margin:auto;background:#fff; border:1px  solid #eaeaea; margin-top:30px; overflow:hidden; padding:20px 50px;}
205 206
.head-left{ float:left;width:200px; height:200px; border-radius:50%;position:relative;overflow:hidden;}
@ -211,9 +212,9 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
211 212
.infor span{ display:block; width:60px; height:26px; float:left;font-size:14px;line-height:26px; color:#000; margin-left:10px;}
212 213
.select{  width:173px; height:24px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left; overflow:hidden;}
213 214
.selectbtn{ width:200px; height:24px; border:none; background:url(../images/downselect.png) no-repeat 150px center; font-size:14px;line-height:26px; color:#999;}
214
.infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff8400;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-top:15px; margin-left:10px;  }
215
.infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-top:15px; margin-left:10px;  }
215 216
.close{float: left;  width:130px; height:26px; border-radius:5px; background:none; box-shadow:none; border:none;cursor:pointer; padding:0;font-size:14px;line-height:26px; margin-top:15px; margin-left:5px;opacity: 1;  text-shadow:none; }
216
.close:hover{ background:#ff8400; color:#fff; opacity: 1; }
217
.close:hover{ background:#ff9900; color:#fff; opacity: 1; }
217 218
.head-right{ float:right; margin-top:30px; /*margin-right:50px;*/position: relative;width:140px; height:140px; overflow:hidden;}
218 219
#headImage,#orgImage{ width:100%; height:100%;border:0;}
219 220
/*专家信息内容*/
@ -229,7 +230,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
229 230
.right-box{ width:100%; background:#fff; border:1px #eaeaea solid; margin-bottom:20px; }
230 231
/*.introduction{min-height:200px;}*/
231 232
.right-title{ position:relative; overflow:hidden; padding-right:20px;}
232
.right-title span{ float:left;font-size:22px;line-height:48px; /*color:#ff8400; */padding-left:15px;}
233
.right-title span{ float:left;font-size:22px;line-height:48px; /*color:#ff9900; */padding-left:15px;}
233 234
.edit-position-left{ background-position:left;}
234 235
.editbox{ clear:both; width:665px; min-height:210px; margin:auto;font-size:14px;line-height:20px;color:#3e3e3e;}
235 236
.reedit{ clear:both; width:665px; min-height:210px; padding:10px;margin-left:35px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; font-size:14px;line-height:20px; color:#3e3e3e;resize:none;
@ -244,7 +245,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
244 245
.btn:hover, .btn:focus { text-decoration: none; color:#fff;}
245 246
.select-sele{ clear:both; width:100%; height:26px;}
246 247
.add{ float:left;}
247
.addbtn{ float:left; clear:both; width:105px; height:26px; background:#ff8400;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px;  margin-left:10px;cursor:pointer; }
248
.addbtn{ float:left; clear:both; width:105px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px;  margin-left:10px;cursor:pointer; }
248 249
.listbox{ margin:5px 0;max-width:100%; margin-left:15px; overflow:hidden; /*border:1px solid red;*/}
249 250
.list-area{ overflow:hidden; padding:10px 0 20px 0; width:670px; margin:10px auto; background:#f8f8f8;}
250 251
.listbox-browse{ min-height:26px; position:relative;}
@ -258,7 +259,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
258 259
.acad{  height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px;color:#3e3e3e; margin:6px 0; margin-left:15px; float:left;cursor:pointer;padding:0 8px;}
259 260
.list{  height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding-right: 8px; overflow:hidden;}
260 261
.use{  height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding:0 10px; overflow:hidden;}
261
.like{ display:block; float:left; width:28px;background:#ff8400; color:#fff;font-size:10px;line-height:26px; margin-right:5px;}
262
.like{ display:block; float:left; width:28px;background:#ff9900; color:#fff;font-size:10px;line-height:26px; margin-right:5px;}
262 263
.remove{ cursor:pointer; padding-left:5px;}
263 264
.cancel{ cursor:pointer; padding-left:5px;}
264 265
.ann{ clear:both; color:#7f7e7e;font-size:10px;line-height:10px; margin-left:50px;}
@ -266,7 +267,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
266 267
.bus-title{ clear:both;font-size:14px;line-height:26px; color:#3e3e3e; }
267 268
.check{ width:257px; height:26px; float:left;margin-left:35px;font-size:14px;line-height:26px;color:#3e3e3e;}
268 269
.txt-width{ width:358px;}
269
.star{ color:#ff8400; display:inline; font-size:16px;}
270
.star{ color:#ff9900; display:inline; font-size:16px;}
270 271
.edu{ font-size:16px;line-height:26px; color:#868686;}
271 272
.edu-h{ height:52px;}
272 273
.edu-txt{ float:none; width:402px;}
@ -306,7 +307,7 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
306 307
.sharescrollbox .shareshow{ position: relative; width: 200px; height: 200px;border-radius: 4px; overflow: hidden;}
307 308
.shareopeart{ position:absolute; bottom:0px; left:0px; z-index:100; overflow:hidden; width:100%;}
308 309
.sharebtn{ display:block; text-align:center; float:left; cursor:pointer; width:50%; height:30px;font-size:14px;line-height:30px; background:rgba(0,0,0,.2); color:#fff; border:1px solid #d6d6d6;}
309
.sharebtn:hover{ color:#fff; background:#ff8400;}
310
.sharebtn:hover{ color:#fff; background:#ff9900;}
310 311
.resoubtn{ position:absolute;top:40%;display:block; width:30px; height:41px; background:#ccc; border:1px 1px 0 1px; cursor:pointer;}
311 312
.resouprev{left:-4px;background:url(../images/arrows.png) -30px 0 no-repeat;}
312 313
.resounext{right:-4px;background:url(../images/arrows.png) 0 0 no-repeat;}

+ 35 - 34
src/main/webapp/css/login.css

@ -2,37 +2,38 @@
2 2
/* CSS Document */
3 3

4 4
html,body{ cursor:default; margin:0; height:100%;}
5
#header{ width:100%; height:50%; background:#db7200; }
6
#footer{ width:100%; height:50%; background:#dbdbdb;}
5
#header{ width:100%; height:50%; background:#E28D30; }
6
#footer{ width:100%; height:50%; background:#E8E8E8;}
7 7
.coverbox{position:fixed; overflow-y: auto; width:100%; height: 100%;}
8 8

9
.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;}
9
.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;}
10 10
.inputtxtbtn{text-indent:0em;}
11
.inputtxt:focus{ border:1px solid #ff8400;}
11
.inputtxt:focus{ border:1px solid #ff9900;}
12 12
.input_warning{ border:1px solid red; }
13
.submitBtn {display: block;padding: 0; 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;}
13
.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;}
14 14
/*登录邀请码*/
15
.loginbox{ width:710px;background:#fff; margin:auto; padding:20px; margin-bottom:40px;  position:relative;top:50%; z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d; }
15
.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; }
16 16
.loginbox-invite{width:520px;}
17 17

18
.login-title{ color:#ff8500;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
19
.login-title a{ color:#ff8500; }
20
.back{ display:block; width:24px; height:24px; margin-top:30px; margin-left:8px; background:url(../images/back.png) no-repeat; float:right; cursor:pointer;}
18
.login-title{ color:#ff9900;font-size:16px;line-height:86px; position:absolute;right:20px; top:-10px; cursor:pointer;}
19
.login-title a{ color:#ff9900; }
20
.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;}
21 21
.logo{ clear:both;width:145px; height:100px;margin:auto; margin-top:30px;}
22 22
.logo img{ width:100%;}
23 23

24 24

25 25
.logindown{ overflow:hidden;}
26
.logindown table tr td{vertical-align: top;}
26 27
.frmlogin{width:100%;}
27 28
/*左侧登录*/
28 29
.login-input{ width:436px; /*height:336px;*/margin:10px 20px; position:relative; padding:20px;}
29 30
.loginleft{ width:300px;}
30 31

31 32

32
.forget{ display:block; color:#ff8500; float:right;cursor:pointer; position:relative;}
33
.forget:hover{ color:#ff8500;}
33
.forget{ display:block; color:#ff9900; float:right;cursor:pointer; position:relative;}
34
.forget:hover{ color:#ff9900;}
34 35
.reglinkbox{font-size:14px;line-height:26px; color:#666; overflow:hidden;}
35
.reglink{ color:#ff8500;}
36
.reglink{ color:#ff9900;}
36 37
.prompt{ width:140px; height:100px; position:absolute; left:100%; margin-left:-8px; bottom:-40px; z-index:999; display:none;}
37 38
.triangleR{ display:block; width:0; height:0; border:8px solid transparent; border-right-color:#ff9600; float:left; margin-top:40px;}
38 39
.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;  }
@ -42,7 +43,7 @@ html,body{ cursor:default; margin:0; height:100%;}
42 43
/*验证码*/
43 44
.codebox .code{ width:175px; float:left;}
44 45
.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;}
45
.codebox .note{font-size:14px;line-height:44px;color:#ff8500;padding-left:8px; padding-top:26px; float:left;cursor:pointer;}
46
.codebox .note{font-size:14px;line-height:44px;color:#ff9900;padding-left:8px; padding-top:26px; float:left;cursor:pointer;}
46 47
/*中间割线*/
47 48
.login-line{ padding:20px; position:relative;}
48 49
.lineb{ width:1px; min-height:240px; margin:20px 10px; border-right:1px dashed #ccc; }
@ -53,7 +54,7 @@ html,body{ cursor:default; margin:0; height:100%;}
53 54
.login-other .other-tit{ text-align:left;}
54 55

55 56
.loginlinkbox{ text-align:center; padding:10px;margin-bottom:20px;}
56
.loginlink{ color:#ff8400; font-size:16px; line-height:30px; background:url(../images/back.png) right center no-repeat;     padding: 10px 28px;}
57
.loginlink{ color:#ff9900; font-size:16px; line-height:30px; background:url(../images/back.png) right center no-repeat; padding: 10px 22px;}
57 58
.login-way{ overflow:hidden; width:120px; margin:16px auto; text-align:center;}
58 59
.way-icon{ height:22px; display:block; float:left; margin:0 7px;}
59 60
.way-icon1{ width:27px; background:url(../images/share2.png) no-repeat; background-position:left;}
@ -64,18 +65,18 @@ html,body{ cursor:default; margin:0; height:100%;}
64 65
.ecode p{ font-size:14px;}
65 66
.downcode{ margin:10px auto; width:120px; height:120px;}
66 67
/*首次登录*/
67
.login-first{ width:554px;  background:#fff; margin:auto;padding:40px 60px; position:relative;top:30%;  z-index:999; border-radius:10px; border:1px #9f9d9d solid; box-shadow:1px 1px 8px #9f9d9d;margin-bottom:40px;}
68
.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;}
68 69
.logos{ clear:both;width:145px; height:100px; margin:auto; padding-top:-40px;}
69 70
.logos img{ width:100%;}
70 71
.welcome{font-size:16px;line-height:32px;color:#747474; text-align:center;padding:10px 0;}
71
.professor{color:#ff8500; padding:0 10px; }
72
.professor{color:#ff9900; padding:0 10px; }
72 73
.password-input{ /*width:438px; height:264px;*/margin:auto; position:relative;}
73 74
.password{ width:100%;overflow:hidden;}
74 75
.lable{ float:left; display:block;font-size:18px;line-height:60px; color:#747474;margin-right:8px;}
75 76
.psd{ width:350px; float:left;}
76 77
.forget:hover .prompt{ display:block;}
77 78
/*手机找回密码01*/
78
.phone-find1{ width:510px;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; }
79
.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; }
79 80
.logo-find{width:76px; height:53px; margin:auto; padding-top:20px; float:left;}
80 81
.logo-find img{ width:100%;}
81 82
.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;  }
@ -86,15 +87,15 @@ html,body{ cursor:default; margin:0; height:100%;}
86 87
.line{ width:133px; height:2px; background:#d5d5d5; position:absolute; left:80px; top:35px}
87 88
.sms{ width:254px;}
88 89
.codebox{ overflow:hidden;}
89
.gain{ width:160px;background:#ff8500; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
90
.gain{ width:160px;background:#ff9900; color:#fff;font-size:14px;line-height:44px; box-shadow:none; float:right; padding-left:0; margin:4px 0;}
90 91
.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;}
91 92

92 93
/*手机找回密码02*/
93
.phone-find2{ width:510px;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;}
94
.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;}
94 95
.steps2-2{ color:#f59503; float:right;}
95 96
.step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
96 97
/*邮箱找回密码01*/
97
.email-find1{ width:500px; 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; }
98
.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; }
98 99
.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;  }
99 100
.E-steps2{ color:#a3a3a3; float:left; margin-left:70px;}
100 101
.E-step02{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:right; overflow:hidden; margin:auto;}
@ -103,7 +104,7 @@ html,body{ cursor:default; margin:0; height:100%;}
103 104
.line2{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:95px; top:35px}
104 105
.line3{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:265px; top:35px}
105 106
/*邮箱找回密码02*/
106
.email-find2{width:490px;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; }
107
.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; }
107 108
.E-steps2-2{ color:#f59503; float:left; margin-left:70px;}
108 109
.E-step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
109 110
.remind{font-size:14px;line-height:20px; color:#a8a8a8; text-align:center; }
@ -130,27 +131,27 @@ html,body{ cursor:default; margin:0; height:100%;}
130 131
.fl{ float:left;}
131 132

132 133
.clear{ clear:both;}
133
.plus{font-size:24px;line-height:30px; color:#ff8400; font-weight:bold; margin-right:10px;}
134
.plus{font-size:24px;line-height:30px; color:#ff9900; font-weight:bold; margin-right:10px;}
134 135
.photo-size{ /*width:200px; */height:410px; border-radius:10px; background:#f8f8f8; float:right; padding:20px 0;}
135 136
.size-big{ width:175px; height:175px; background:red; border-radius:50%; margin:auto;}
136 137
.size-small{ width:58px; height:58px; background:red; border-radius:50%; margin:auto;}
137 138
.size-square{ width:26px; height:26px; background:red; border-radius:5px; margin:auto;}
138
.save{ clear:both; width:130px; height:35px; background:#ff8400;box-shadow:none; border:none;cursor:pointer; color:#fff;margin-left:200px; padding:0;}
139
.save{ clear:both; width:130px; height:35px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff;margin-left:200px; padding:0;}
139 140
.close{ width:130px; height:35px; background:none; box-shadow:none; border:none;cursor:pointer; padding:0;}
140 141
#back{width: 130px;height: 35px; background:none; box-shadow:none; border:none;cursor: pointer;padding: 0;}
141
#back:hover,.close:hover{ background:#ff8400; color:#fff; }
142
#back:hover,.close:hover{ background:#ff9900; color:#fff; }
142 143

143 144

144 145
/*注册*/
145 146

146 147
.registerbox{ width:}
147
.active { color: #ff8400;}
148
.active { color: #ff9900;}
148 149
.regtab { position: relative;}
149 150
.regtabcon{ overflow:hidden;}
150 151
.phone, .mail {float: left;padding: 16px 20px;font-size: 16px; cursor:pointer;}
151 152
.phone span, .mail span { position: relative;top:0;left: 10px;}
152
.styleline{height: 1px;width: 154px;background: #ff8400; position: relative;}
153
.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;}
153
.styleline{height: 1px;width: 154px;background: #ff9900; position: relative;}
154
.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: #ff9900;}
154 155
.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;}
155 156

156 157
.regtablist{ margin:20px 0; min-height:240px;}
@ -161,9 +162,9 @@ html,body{ cursor:default; margin:0; height:100%;}
161 162
.yzm {position: absolute;height: 44px; width:100px; margin-top:1px;}
162 163
.reflash {position: absolute;height: 44px; width: 20px; background: url(../images/icon-reflash.png) center center no-repeat;top:0;right: 10px;}
163 164
.coderli { position: relative;}
164
.getcode { display: inline-block;width: 120px; height: 48px;background: #ff8400;border-radius:3px 10px 10px 3px;line-height: 48px; text-align: center; position: absolute;right:-2px;top:50%; margin-top:-24px;color: #fff;}
165
.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:-2px;top:50%; margin-top:-24px;color: #fff;}
165 166
.getcode:focus{ border:1px solid transparent;}
166
.getcodeon{background: #ff8400;}
167
.getcodeon{background: #ff9900;}
167 168
.getcodeoff{background: #B5B7BA;}
168 169

169 170
.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;}
@ -174,23 +175,23 @@ html,body{ cursor:default; margin:0; height:100%;}
174 175
.contentmid{ padding:20px 40px;background: #f8f8f8; width:680px; margin:auto;}
175 176
.mailsection{  margin-bottom: 40px; position: relative; background-color: #fafafa;}
176 177
.statelable{ position:relative;  height:60px;}
177
.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; }
178
.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; }
178 179
.msgnotice{padding:20px 50px ;color: #555; background:#fff; }
179 180
.msgnotice .noticecon{font-weight: 400; font-size: 24px; margin: 30px 0;line-height: 22px;}
180 181
.msgnotice .emailus{ line-height:28px;}
181
.msgnotice .emailus a { font-size: 18px; color: #ff8400;}
182
.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;}
182
.msgnotice .emailus a { font-size: 18px; color: #ff9900;}
183
.msgnotice .maillink{ display:block; font-size:14px; width:100px; text-align:center; margin-top:20px; padding:8px 30px; border-radius:10px;background:#ff9900; color:#fff;}
183 184
.msgnotice:last-child{ border-top:1px #d6d6d6 dashed;}
184 185
.msgnotice h5{ font-size: 18px; color: #555;font-weight: 400;line-height: 40px;margin: 0;}
185 186
.msgnotice .contacttip{ margin-bottom:20px;}
186
.msgnotice .contacttip a{ color:#ff8400;}
187
.msgnotice .contacttip a{ color:#ff9900;}
187 188

188 189
/*弹窗提示完善信息*/
189 190
.completedcover{ position:fixed; width:100%; height:100%;background:rgba(0,0,0,.6); z-index:1000; display:none;}
190 191
.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; }
191 192
.vercompleted h3{font-weight: 400; font-size:18px; margin: 30px 0;line-height: 22px;}
192 193
.vercompleted .verbtnbox{ overflow:hidden; width:320px;  margin:auto; border-top:1px #d6d6d6 dashed; padding:20px 0;}
193
.vercompleted .verbtnbox a{ float:left; margin:0 20px; padding:8px 30px;  border-radius:10px;background:#ff8400; color:#fff;}
194
.vercompleted .verbtnbox a{ float:left; margin:0 20px; padding:8px 30px;  border-radius:10px;background:#ff9900; color:#fff;}
194 195

195 196
/*完善信息页面*/
196 197


+ 1 - 1
src/main/webapp/css/popup.css

@ -150,7 +150,7 @@
150 150
.consultmenu .menucon{ padding:10px;}
151 151
.consultmenu .menucon li{ padding:8px 20px;cursor:pointer; font-size:14px;line-height:20px;  border-bottom:1px solid #d6d6d6;}
152 152
.consultmenu .menucon .clicknow{ background:#ff8400; color:#fff;} 
153
.consultmenu .pripolicy{ padding:0px 10px; background:#eee; border-radius: 6px;text-align:center;}
153
.consultmenu .pripolicy{ padding:10px; background:#eee; border-radius: 6px;text-align:center;}
154 154
.consultmenu .pripolicy h3{ font-size:14px; line-height:30px;}
155 155
.consultmenu .pripolicy p{ font-size:13px; text-align:justify; text-indent:1.5em;}
156 156


+ 2 - 2
src/main/webapp/index.html

@ -23,8 +23,8 @@
23 23
        <div class="header-right"> 
24 24
	        <!--未登录-->
25 25
	        <div class="unlogin">
26
	        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
27
	        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
26
	        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
27
	        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
28 28
	        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
29 29
	        </div>
30 30
	        

+ 2 - 2
src/main/webapp/information-brow.html

@ -35,8 +35,8 @@
35 35
	<div class="header-right"> 
36 36
        <!--未登录-->
37 37
        <div class="unlogin">
38
        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
39
        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
38
        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
39
        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
40 40
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
41 41
        </div>
42 42
        <!--已登录-->

+ 2 - 2
src/main/webapp/information.html

@ -23,8 +23,8 @@
23 23
	<div class="header-right"> 
24 24
        <!--未登录-->
25 25
        <div class="unlogin">
26
        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
27
        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
26
        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
27
        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
28 28
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
29 29
        </div>
30 30
        <!--已登录-->

+ 2 - 2
src/main/webapp/js/index.js

@ -5,10 +5,10 @@ $(function(){
5 5
$(document).scroll(function() {
6 6
	var top = $(document).scrollTop();
7 7
	if (top == 0) {
8
		$("#header").css("background", "rgba(255,132,0,1)");
8
		$("#header").css("background", "rgba(255,153,0,1)");
9 9
		$(".personal-infor").css("opacity", "1");
10 10
	} else {
11
		$("#header").css("background", "rgba(255,132,0,0.8)");
11
		$("#header").css("background", "rgba(255,153,0,0.8)");
12 12
		$(".personal-infor").css("opacity", "0.8");
13 13

14 14
	}

+ 14 - 14
src/main/webapp/js/register.js

@ -3,23 +3,23 @@
3 3
var _height = document.documentElement.clientHeight; //屏幕高
4 4
//var boxWidth = $(".registerbox").width();
5 5
var boxHeight = $(".registerbox").height();
6
$(".registerbox").css({ top:"40px"});
6
$(".registerbox").css({ top:"80px"});
7 7

8 8

9 9
/**复选框**/
10
  $('.agreeNotice').click(function(){
11
    var formbox = $(this).closest("form");
12
      if(formbox.find('.gree').prop('checked')){
13
        formbox.find('.agreeNotice em').css('background-position','0px 0px');
14
        formbox.find('.gree').prop('checked',false);
15
        formbox.find('.agreeNotice').next('span').show();
16
      }else{
17
        formbox.find('.gree').prop('checked',true);
18
        formbox.find('.agreeNotice').next('span').hide();
19
        formbox.find('.agreeNotice em').css('background-position','0px -12px');
20
          
21
      }
22
  });
10
//  $('.agreeNotice').click(function(){
11
//    var formbox = $(this).closest("form");
12
//      if(formbox.find('.gree').prop('checked')){
13
//        formbox.find('.agreeNotice em').css('background-position','0px 0px');
14
//        formbox.find('.gree').prop('checked',false);
15
//        formbox.find('.agreeNotice').next('span').show();
16
//      }else{
17
//        formbox.find('.gree').prop('checked',true);
18
//        formbox.find('.agreeNotice').next('span').hide();
19
//        formbox.find('.agreeNotice em').css('background-position','0px -12px');
20
//          
21
//      }
22
//  });
23 23
 
24 24
//手机、邮箱切换
25 25
$(".phone").click(function(){

+ 7 - 7
src/main/webapp/js/search.js

@ -154,7 +154,7 @@ $(function(){
154 154
 			                    add+='<div class="synopsis">' 			                  
155 155
 			                     add+='<div class="cousultName"><a class="resouname" href="">'+$da[i].resourceName+'</a></div>'
156 156
 			                     if($da[i].professor.name){
157
 			                    	 add+='<div class="belongname">'+$da[i].professor.name+'<img class="modicon" src="images/onauth.png" width="20" ></div>'  
157
 			                    	 add+='<div class="belongname">'+$da[i].professor.name+'<img class="modicon" src="images/onauth.png" width="14" ></div>'  
158 158
 			                    		  } 			                   
159 159
 			                   if($da[i].professor.title==undefined){
160 160
 			                	  $da[i].professor.title="";
@ -278,7 +278,7 @@ $(function(){
278 278
				subject = $("#subject .colorbg")[0].title;
279 279
			}
280 280
			industry = $("#industry .colorbg")[0].title;
281
			pageSize = 4;
281
			pageSize = 10;
282 282
			getData(key,subject,industry,pageSize,1,true,address);
283 283
		}
284 284
		$("#search1").on("click",function(){
@ -288,7 +288,7 @@ $(function(){
288 288
			$(".aboutpro").append('<div class="about-in" id="professorList"></div>')
289 289
			$(".tcdPageCode").remove();
290 290
			$(".aboutpro").append('<div class="tcdPageCode"></div>');
291
			getData(key,subject,industry,4,1,true,address);
291
			getData(key,subject,industry,10,1,true,address);
292 292
		})
293 293
		$("#hsearch1").on("click",function(){
294 294
			$("#searchContent").val($("#hsearchContent").val());
@ -297,7 +297,7 @@ $(function(){
297 297
			$(".aboutpro").append('<div class="about-in" id="professorList"></div>')
298 298
			$(".tcdPageCode").remove();
299 299
			$(".aboutpro").append('<div class="tcdPageCode"></div>');
300
			getData(key,subject,industry,4,1,true,address);
300
			getData(key,subject,industry,10,1,true,address);
301 301
		})
302 302

303 303
		subjectList();
@ -312,7 +312,7 @@ $(function(){
312 312
			$(".aboutpro").append('<div class="about-in" id="professorList"></div>')
313 313
			$(".tcdPageCode").remove();
314 314
			$(".aboutpro").append('<div class="tcdPageCode"></div>');
315
			getData(key,subject,industry,4,1,true,address);
315
			getData(key,subject,industry,10,1,true,address);
316 316
			
317 317
		});	
318 318
		$(".class1").eq(1).on("click","a",function (){
@ -323,7 +323,7 @@ $(function(){
323 323
			$(".aboutpro").append('<div class="about-in" id="professorList"></div>')
324 324
			$(".tcdPageCode").remove();
325 325
			$(".aboutpro").append('<div class="tcdPageCode"></div>');
326
			getData(key,subject,industry,4,1,true,address);		
326
			getData(key,subject,industry,10,1,true,address);		
327 327
    });	
328 328
		$(".class1").eq(2).on("click","a",function (){
329 329
			$(this).addClass("colorbg").siblings().removeClass("colorbg");
@ -333,7 +333,7 @@ $(function(){
333 333
			$(".aboutpro").append('<div class="about-in" id="professorList"></div>')
334 334
			$(".tcdPageCode").remove();
335 335
			$(".aboutpro").append('<div class="tcdPageCode"></div>');
336
			getData(key,subject,industry,4,1,true,address);		
336
			getData(key,subject,industry,10,1,true,address);		
337 337
    });	
338 338
	/*搜索分类展开*/
339 339
	  var listi = 0;

+ 2 - 2
src/main/webapp/login-invite-code.html

@ -22,9 +22,9 @@
22 22
			<div class="login-input">
23 23
                <form  name="f1" action="login-first.html" method="post">	
24 24
                    <div class="frmbox">
25
                        <input class="inputtxt" type="text" placeholder="请输入您的手机号"  id="phone" value="" onKeyDown="restSub()"  onblur="phoneVal()" >
25
                        <input class="inputtxt" type="text" placeholder="请输入您的手机号"  id="phone" value="" onKeyDown="restSub()"  onblur="phoneVal()" >
26 26
                        <div class="msg msg1" ><span></span></div>
27
                        <input class="inputtxt" type="text" placeholder="请输入您的邀请码" id="code" value="358FE958561241DA8A8DFC996388893C" onKeyDown="restSub()" onBlur="codeVal()" >
27
                        <input class="inputtxt" type="text" placeholder="请输入您的邀请码" id="code" value="" onKeyDown="restSub()" onBlur="codeVal()" >
28 28
                        <div class="msg msg2" ><span></span></div>
29 29
                        <!--<div class="codebox">
30 30
                        <input type="text" placeholder="验证码" class="code">

+ 1 - 1
src/main/webapp/login.html

@ -24,7 +24,7 @@
24 24
          <div class="logindown">
25 25
              <table>
26 26
                      <tr>
27
                          <td>
27
                          <td style="padding-top:20px;">
28 28
                              <div class="login-input loginleft">
29 29
                                  <form  name="loginForm" id="loginForm" action="index.html" method="post">	
30 30
                                      <div class="frmbox">

+ 2 - 2
src/main/webapp/organization-brow.html

@ -21,8 +21,8 @@
21 21
	<div class="header-right"> 
22 22
        <!--未登录-->
23 23
        <div class="unlogin">
24
        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
25
        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
24
        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
25
        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
26 26
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
27 27
        </div>
28 28
        <!--已登录-->

+ 1 - 1
src/main/webapp/register.html

@ -112,7 +112,7 @@
112 112
                                <div class="wordor"> or </div>
113 113
                            </div>
114 114
                        </td>
115
                        <td>
115
                        <td style="padding-top: 20px;">
116 116
                            <div class="login-other">
117 117
                            	<span class="other-tit">已有科袖网账号:</span>
118 118
                                <p class="loginlinkbox">

+ 4 - 4
src/main/webapp/search.html

@ -23,10 +23,10 @@
23 23
	<div class="header-right"> 
24 24
        <!--未登录-->
25 25
        <div class="unlogin">
26
        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
27
        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
28
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
29
        </div>
26
	        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
27
	        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
28
	        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
29
	        </div>
30 30
        <!--已登录-->
31 31
        <div class="onlogin">
32 32
	        <div class="head-portrait">

+ 2 - 2
src/main/webapp/workspaces.html

@ -33,8 +33,8 @@
33 33
	<div class="header-right"> 
34 34
        <!--未登录-->
35 35
        <div class="unlogin">
36
        	<a class="loginbtn" href="login-invite-code.html">特邀专家登录</a>
37
        	<a class="loginbtn loginrbtn" href="login.html">登录</a>
36
        	<a class="loginbtn loginlbtn" href="login-invite-code.html">特邀专家登录</a>
37
        	<a class="loginbtn loginrbtn" href="login.html">登录&nbsp;&nbsp;|</a>
38 38
        	<a class="loginbtn loginrbtn" href="register.html">注册</a>
39 39
        </div>
40 40
        <!--已登录-->