login.css
4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:12px;font-weight: normal;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
*{font-family: "Microsoft YaHei";}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.fr{float:right;}/* float right */
.fl{float:left;}/* float left */
.clear{clear:both;}/* clear float */
img{max-width:100%;border:none;}
/*html,body{height: 100%;overflow-y:auto !important;width: 100%; }*/
/*body{min-width: 1300px;}*/
.large-header {position: absolute;width: 100%;background: #333;overflow: hidden;background-size: cover;background-position: center center;z-index: 1;height: 100%;}
.large-header {background-image: url(../img/bg.jpg);}
.login_box{height: 430px;width: 650px;background-color: #fff;position: absolute;top: 50%;left: 50%;margin-left: -325px;margin-top: -215px;z-index: 4;border-radius: 3px;}
.login_logo{width: 100%;height: 100px;background-color: #a91e23;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.login_logo>img{height: 54px;width: 525px;padding:23px 62.5px;}
.login_center{width: 350px;margin: 0 auto;overflow: hidden;padding-top: 40px;}
.input-hideo{width: 100%;height: 30px;border-bottom: 1px solid #bfbfbf;margin-bottom: 20px;padding-top: 9px;}
.input-field,.input-field1{border: none;outline: none;font-size: 16px;padding-left: 20px;width:300px;border: none;outline: none;}
.input-field1{width: 240px;}
.enter{background-color: #a91e23;width: 100%;height: 50px;text-align: center;line-height: 50px;color: #fff;font-size: 18px;border: none;outline: none;cursor: pointer;}
.top{width: 100%;overflow: hidden;}
.top_bg{background: url(../img/erbg.jpg) no-repeat right;background-size: cover;width: 100%;height: 240px;}
.top_bg_center{width:1200px;margin: 0 auto;/*position: relative;top: 0;*/height: 320px;}
.home a{font-size: 16px;color: #fff;margin-left: 24px;margin-top: 14px;width:100px;display: block;}
.home a>img{vertical-align: bottom;margin-right: 8px;}
.top_bg_logo{display: block;margin-top: 11px;width: 900px;height: 90px;}
.top_nav{background-color: #ae0000;height: 60px;width: 100%;margin-top: -20px;}
.top_nav_center{width: 1300px;margin: 0 auto;}
.nav>ul li>a{height: 60px;border-right: 1px solid #fff;padding: 0 24px;line-height: 60px;color: #fff;font-size: 16px; display: block;}
.nav>ul li{float: left;}
.nav>ul li>a:hover,.active{background-color: #f39800;}
.br0{border-right: none !important;}
.content{padding-top: 16px;overflow: hidden;}
.slide_left{margin-left: 20px;width:160px;overflow: hidden;padding-bottom: 60px;}
.slide_left>ul li>a{display: block;width: 100%;height: 50px;background-color: #eee;color: #333;}
.slide_left>ul li>a>span{line-height: 50px;font-size: 16px;}
.slide_left>ul li{display: block;overflow: hidden;margin-bottom: 4px;position: relative;bottom: 0;left: 0;}
.icon1{background: url(../img/icon1.png) no-repeat left center;}
.icon2{background: url(../img/icon2.png) no-repeat left center;}
.icon3{background: url(../img/icon3.png) no-repeat left center;}
.icon4{background: url(../img/icon4.png) no-repeat left center;}
.icon5{background: url(../img/icon5.png) no-repeat left center;}
.icon6{background: url(../img/icon6.png) no-repeat left center;}
.icon7{background: url(../img/icon7.png) no-repeat left center;}
.icon8{background: url(../img/icon8.png) no-repeat left center;}
.icon{height: 23px;width: 20px;display: inline-block;margin: 14px 8px 0 15px;background-position: 0 0;}
.slide_left>ul li>.ul>li>a{display: inline-block;width: 150px;color: #666;font-size: 14px;padding-left: 40px;height: 39px;line-height: 40px;border-top: 1px solid #fff;}
.slide_left>ul li>.ul>li>a:hover{background-color: #f39800;}
.slide_left>ul li>.ul{overflow: hidden;display: none;}
.hover,.pp_hover{background-color: #f39800 !important;color: #fff !important;}
.pp_hover i{background-position:-20px 0 !important};
.content_right{margin-right: 20px;overflow: hidden;width: 82%;background-color: red;height: 80px;}