Browse Source

用户身份类型选择显示

luyanan 8 years ago
parent
commit
216ab6316d
2 changed files with 12 additions and 6 deletions
  1. 7 1
      css/common.css
  2. 5 5
      css/login.css

+ 7 - 1
css/common.css

@ -1,4 +1,9 @@
1 1
@charset "utf-8";
2
@media(max-width:780px ) {
3
	#header{
4
		min-width:760px;
5
	}
6
}
2 7
/* CSS Document */
3 8
.floatL{ float:left;}
4 9
.floatR{float:right;}
@ -41,12 +46,13 @@
41 46
html, body{}
42 47
input{ outline:none;}
43 48
/*header部分*/
44
#header{width:100%;min-width:1100px; height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
49
#header{width:100%;height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
45 50
.logo{ display:block; width:80px; height:40px; background:url(../images/logo2.png) no-repeat;background-size:100% 100%;  margin-left:80px; margin-top:10px; float:left;}
46 51
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px; display:none;}
47 52
.search-txt{ width:220px;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;}
48 53
.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;}
49 54
.search-icon{ display:block; width:20px; height:20px; background:url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
55

50 56
/*顶部右边*/
51 57
.header-right{ float:right; margin-right:80px;}
52 58
/*未登录*/

+ 5 - 5
css/login.css

@ -218,14 +218,14 @@ html,body{ cursor:default; margin:0; height:100%;}
218 218
.boxnav-title{font-size: 14px; line-height:40px; font-weight: normal;position:relative;padding-left:6px;}
219 219
ul.boxnav{ overflow: hidden;width:100%;}
220 220
ul.boxnav li{list-style: none;width:31%;float:left; padding:0 1%;-webkit-box-sizing: border-box;}
221
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:27px; text-align: center; display: block; background: #fff;  border-radius: 5px;cursor: pointer;}
221
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;}
222 222
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900; }
223 223
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff; }
224 224
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00; }
225
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;pading-left:4px;}
226
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 11px center; }
227
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 17px center; }
228
ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; background-color: #66cc00; background-position: 23px center; }
225
ul.boxnav li.set span{background:url(../images/choiceIcon.png) no-repeat;padding-left:3px;}
226
ul.boxnav li.set:nth-child(1) span{border:1px solid #ff9900; color: #fff; background-color: #ff9900; background-position: 14px center; }
227
ul.boxnav li.set:nth-child(2) span{border:1px solid #6699ff; color: #fff; background-color: #6699ff; background-position: 20px center; }
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
.IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;}
231 231
.IdentityState p{padding:10px; margin:10px;}