You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
CSS
64 lines
1.3 KiB
CSS
2 years ago
|
html {
|
||
|
color: #000;
|
||
|
background: #f1f8ff;
|
||
|
}
|
||
|
body, div{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
input, textarea, select {
|
||
|
font-family: inherit;
|
||
|
font-size: inherit;
|
||
|
font-weight: inherit;
|
||
|
}
|
||
|
select {
|
||
|
*font-size:100%;
|
||
|
}
|
||
|
* {
|
||
|
box-sizing: border-box;
|
||
|
-moz-box-sizing: border-box;
|
||
|
font-family: "微软雅黑", Arial;
|
||
|
font-size: 14px;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.wrap-total {
|
||
|
width: 100%;
|
||
|
margin:0px auto;
|
||
|
}
|
||
|
.btn {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
text-align: center;
|
||
|
border: none;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.btn-default {
|
||
|
color: #000;
|
||
|
font-size: 16px;
|
||
|
text-shadow: 1px 1px 1px rgba(254,254,254,1);
|
||
|
box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
|
||
|
border-radius: 5px;
|
||
|
width: 105px;
|
||
|
height: 31px;
|
||
|
line-height: 30px;
|
||
|
padding: 0px 20px 0px 0px;
|
||
|
background: url(../images/index/bu_m.png) center no-repeat;
|
||
|
}
|
||
|
.wrap-preload .logo{ background:url(../images/index/logo_preload.png) center no-repeat; height:80px;}
|
||
|
.preload-img{ background:url(../images/index/preload-bg.jpg) center top no-repeat; height:550px;}
|
||
|
.preload-select{ text-align:center; padding:20px 0px;}
|
||
|
.preload-select select{ height:30px; vertical-align:middle; padding:0px 15px; font-size:18px;}
|
||
|
|
||
|
.login-footer {
|
||
|
position: fixed;
|
||
|
bottom: 10px;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.login-footer .text {
|
||
|
font-size: 12px;
|
||
|
color: #6e6e6e;
|
||
|
text-align: center;
|
||
|
}
|