365 lines
7.8 KiB
CSS
365 lines
7.8 KiB
CSS
|
@charset "utf-8";
|
|||
|
|
|||
|
html{overflow: hidden;}
|
|||
|
body,input,ul,p {margin:0;padding:0;}
|
|||
|
body{font:14px/1.2 "Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;color:#313131;}
|
|||
|
input,table,tr,td {border:0;}
|
|||
|
input::-ms-clear {display:none;width:0;height:0;}
|
|||
|
table {border-collapse: collapse;border-spacing: 0;}
|
|||
|
ul{list-style: none;}
|
|||
|
a,a:hover,a:active,a:visited {color:#313131;text-decoration: none;}
|
|||
|
.clearfix {zoom:1;}
|
|||
|
.clearfix:after,.clearfix:before {content:""; display: table;}
|
|||
|
.clearfix:after {clear:both; overflow: hidden;}
|
|||
|
.cr {color:#FF3232;}
|
|||
|
.fl {float:left;_display:inline;}
|
|||
|
.fr {float: right;_display:inline;}
|
|||
|
.text-bigger{font-size:1.2em;}
|
|||
|
.icon{background: url('../images/icon2.png') no-repeat;font-size:0; line-height: 0;}
|
|||
|
.icon-title{background: url('../images/icon.png') no-repeat;width: 68px;height:55px;margin:0 auto;}
|
|||
|
.title-ok{background-position: 0 -56px;}
|
|||
|
.title-mistake{background-position: 0 -115px;}
|
|||
|
.title-search{background-position: 0 -302px;}
|
|||
|
.title-medal{background-position: 0 -175px;}
|
|||
|
.title-nomedal{background-position: 0 -239px;}
|
|||
|
.title-new{background-position: 0 3px;}
|
|||
|
.icon-ok{background-position: -8px -154px;height: 16px; width: 16px; float:left;_display:inline;}
|
|||
|
.icon-warn{background-position: -31px -155px; width:12px; height:12px;float:left;_display:inline;}
|
|||
|
.icon-select{background-position: -55px -157px;width:15px;height:7px;float:right;_display:inlie;margin-top:15px;}
|
|||
|
|
|||
|
.hideHtml{
|
|||
|
display :none;
|
|||
|
}
|
|||
|
|
|||
|
.showHtml{
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.container_sg{
|
|||
|
width:640px;
|
|||
|
margin:0 auto;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.container_zg{
|
|||
|
width:640px;
|
|||
|
margin:0 auto;
|
|||
|
position: relative;
|
|||
|
z-index: 88;
|
|||
|
}
|
|||
|
.watermarking{
|
|||
|
z-index:-1;
|
|||
|
background-position:0 0;
|
|||
|
width:124px;
|
|||
|
height:104px;
|
|||
|
position: absolute;
|
|||
|
right:0;
|
|||
|
bottom:80px;
|
|||
|
}
|
|||
|
.sg-foot{
|
|||
|
border-top: solid 1px #ddd;
|
|||
|
padding: 15px 0;
|
|||
|
background-color: #fff;
|
|||
|
position:fixed;
|
|||
|
bottom: 0px;
|
|||
|
left: 0px;
|
|||
|
right: 0;
|
|||
|
font-size: 12px!important;
|
|||
|
color: #888;
|
|||
|
clear: both;
|
|||
|
overflow: hidden;
|
|||
|
z-index: 6;
|
|||
|
}
|
|||
|
.noremind{ text-align: center; position: absolute; left: 20px; top: 10px;}
|
|||
|
.notop{ position: absolute; right: 20px; top: 15px;}
|
|||
|
.header{
|
|||
|
position: relative;
|
|||
|
/*padding:10px 0;*/
|
|||
|
padding:10px 0 0 0;
|
|||
|
}
|
|||
|
.header-title{
|
|||
|
text-align: center;
|
|||
|
font-size:15px;
|
|||
|
margin-top:5px;
|
|||
|
}
|
|||
|
.content{
|
|||
|
/*height:240px;*/
|
|||
|
/* height:320px; */
|
|||
|
padding:0 10px;
|
|||
|
/* overflow-y:auto;
|
|||
|
overflow-x:hidden; */
|
|||
|
}
|
|||
|
.content-search{
|
|||
|
padding:0 20px;
|
|||
|
}
|
|||
|
.gzxg-table {
|
|||
|
width:100%;
|
|||
|
/*table-layout: fixed;*/
|
|||
|
margin: 0;
|
|||
|
/* overflow-y: auto;
|
|||
|
overflow-x: hidden;
|
|||
|
max-height:110px ; */
|
|||
|
}
|
|||
|
.table {
|
|||
|
width:100%;
|
|||
|
/*table-layout: fixed;*/
|
|||
|
margin: 0;
|
|||
|
/* overflow-y: auto;
|
|||
|
overflow-x: hidden;
|
|||
|
max-height:110px ; */
|
|||
|
}
|
|||
|
/*!*<2A>¹<EFBFBD>ҳ*!*/
|
|||
|
/*.table.sg-table {*/
|
|||
|
/*}*/
|
|||
|
/*!*<2A><><EFBFBD><EFBFBD>ҳ*!*/
|
|||
|
/*.table.result-table {*/
|
|||
|
/*}*/
|
|||
|
td{
|
|||
|
height:25px!important;
|
|||
|
line-height: 25px;
|
|||
|
text-align: center;
|
|||
|
border:1px solid #AAB7C7;
|
|||
|
font-size: 12px!important;
|
|||
|
}
|
|||
|
thead{
|
|||
|
background: #EBF3F6;
|
|||
|
}
|
|||
|
thead td{
|
|||
|
height:25px!important;
|
|||
|
line-height: 25px;
|
|||
|
font-size: 12px;
|
|||
|
}
|
|||
|
.table-conclusion1,
|
|||
|
.table-conclusion2{
|
|||
|
text-align: left;
|
|||
|
padding-left: 10px;
|
|||
|
}
|
|||
|
.table-conclusion1{
|
|||
|
border-right:0;
|
|||
|
}.table-conclusion2{
|
|||
|
border-left:0;
|
|||
|
}
|
|||
|
.table-conclusion2 span{
|
|||
|
float:left;
|
|||
|
}
|
|||
|
.table-conclusion2 .icon-ok{
|
|||
|
margin-top:12px;
|
|||
|
margin-left:5px;
|
|||
|
}
|
|||
|
.input-line{margin: 5px 0}
|
|||
|
.aside{
|
|||
|
font-size:12px;
|
|||
|
margin-top:5px;
|
|||
|
line-height: 1.5;
|
|||
|
}
|
|||
|
.aside-explain{
|
|||
|
color:#FF3232;
|
|||
|
margin:15px 0;
|
|||
|
text-align: center;
|
|||
|
padding-bottom:150px;
|
|||
|
}
|
|||
|
.aside-section{
|
|||
|
padding: 5px 25px 90px 25px;
|
|||
|
line-height: 20px;
|
|||
|
}
|
|||
|
.aside-section .cr{
|
|||
|
margin-left: -25px;
|
|||
|
}
|
|||
|
.footer {
|
|||
|
padding:0 20px;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.btn,.plxj-btn{
|
|||
|
float:none;
|
|||
|
width:120px;
|
|||
|
height:35px;
|
|||
|
line-height: 35px;
|
|||
|
text-align: center;
|
|||
|
background: #F4FCFF;
|
|||
|
border:1px solid #508ec7;
|
|||
|
border-radius: 5px;
|
|||
|
margin:0 auto;
|
|||
|
cursor: pointer;
|
|||
|
display: block;
|
|||
|
color: #115491;
|
|||
|
}
|
|||
|
.plxj-btn{
|
|||
|
width:124px;
|
|||
|
color: #FFFFFF;
|
|||
|
border: 0;
|
|||
|
height: 41px;
|
|||
|
background: url('../images/icon3.png') no-repeat;font-size:0; line-height: 0;
|
|||
|
}
|
|||
|
.content-search .btn {
|
|||
|
width:178px;
|
|||
|
margin:10px auto 20px;
|
|||
|
}
|
|||
|
.link-red,
|
|||
|
.link-red:visited,
|
|||
|
.link-red:hover{
|
|||
|
font-size:12px;
|
|||
|
color:#FF3232;
|
|||
|
text-decoration: underline;
|
|||
|
line-height: 37px;
|
|||
|
}
|
|||
|
.footer .link-red{
|
|||
|
position:absolute;
|
|||
|
}
|
|||
|
.btn-ban{
|
|||
|
background: #E8E8E8;
|
|||
|
color:#A4A4A4;
|
|||
|
border:1px solid #9AA1AB;
|
|||
|
cursor:not-allowed;
|
|||
|
}
|
|||
|
.btn-active{
|
|||
|
height:40px;
|
|||
|
width:124px;
|
|||
|
background-position: 0 -110px;
|
|||
|
margin:0 auto;
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
|
|||
|
.form-group{
|
|||
|
float:left;
|
|||
|
margin-right:30px;
|
|||
|
width:180px;
|
|||
|
position: relative;
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
.form-group-last{
|
|||
|
margin-right:0;
|
|||
|
}
|
|||
|
.form-group-title{
|
|||
|
zoom:1;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.form-group-title .icon-warn{
|
|||
|
margin:2px;
|
|||
|
}
|
|||
|
.form-group-input,
|
|||
|
.form-group-select{
|
|||
|
background: #F8F8F8;
|
|||
|
border:1px solid #ABB7C7;
|
|||
|
margin:8px 0;
|
|||
|
height:35px;
|
|||
|
line-height: 35px;
|
|||
|
padding:0 5px;
|
|||
|
}
|
|||
|
.form-group-select .fl{
|
|||
|
width:150px;
|
|||
|
overflow: hidden;
|
|||
|
text-overflow: ellipsis;
|
|||
|
white-space: nowrap;
|
|||
|
cursor: default;
|
|||
|
}
|
|||
|
.form-group-input input{
|
|||
|
width:168px;
|
|||
|
height:35px;
|
|||
|
line-height: 35px;
|
|||
|
background: none;
|
|||
|
ime-mode:disabled;
|
|||
|
}
|
|||
|
.form-group-options{
|
|||
|
background: #fff;
|
|||
|
z-index:10;
|
|||
|
position:absolute;
|
|||
|
top:61px;
|
|||
|
left:0;
|
|||
|
width:178px;
|
|||
|
border:1px solid #9AA1AB;
|
|||
|
}
|
|||
|
.form-group-options .item {
|
|||
|
display: block;
|
|||
|
width:168px;
|
|||
|
height:30px;
|
|||
|
line-height: 30px;
|
|||
|
overflow: hidden;
|
|||
|
text-overflow: ellipsis;
|
|||
|
white-space: nowrap;
|
|||
|
padding:0 5px;
|
|||
|
}
|
|||
|
.form-group-options .item-active ,
|
|||
|
.form-group-options .item:hover{
|
|||
|
background: #E8E8E8;
|
|||
|
}
|
|||
|
.jump-menu
|
|||
|
{
|
|||
|
color:blue;
|
|||
|
cursor:pointer;
|
|||
|
}
|
|||
|
.popup-all{
|
|||
|
position: fixed;
|
|||
|
display: none;
|
|||
|
width: 50%;
|
|||
|
top: 25%;
|
|||
|
left: 25%;
|
|||
|
border-radius: 5px;
|
|||
|
font-size: 15px;
|
|||
|
line-height: 25px;
|
|||
|
background: #BCDBF0;
|
|||
|
border: 1px solid #ADB8BE;
|
|||
|
z-index: 200;
|
|||
|
}
|
|||
|
.popup-title{
|
|||
|
background: #CADEF6;
|
|||
|
text-align: center;
|
|||
|
line-height: 30px;
|
|||
|
border-bottom: 1px solid #ADB8BE;
|
|||
|
}
|
|||
|
.popup-content{
|
|||
|
padding: 5px 20%;
|
|||
|
text-align: center;
|
|||
|
width: 60%;
|
|||
|
height: 200px;
|
|||
|
overflow-y: auto;
|
|||
|
}
|
|||
|
.popup-xgname,.popup-xzname{
|
|||
|
float: left;
|
|||
|
}
|
|||
|
.popup-message{
|
|||
|
text-align: center;
|
|||
|
padding-bottom: 5px;
|
|||
|
border-bottom: 1px solid #ADB8BE;
|
|||
|
}
|
|||
|
.popup-bottom{
|
|||
|
text-align: center;
|
|||
|
margin: 10px 15%;
|
|||
|
}
|
|||
|
.popup-yes{
|
|||
|
float: left;
|
|||
|
width: 100px;
|
|||
|
background: #C6E8F1;
|
|||
|
border: 1px solid #fff;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.popup-no{
|
|||
|
float: right;
|
|||
|
background: #DDEAF2;
|
|||
|
width: 100px;
|
|||
|
border: 1px solid #fff;
|
|||
|
text-align: center;
|
|||
|
margin-left: 5%;
|
|||
|
}
|
|||
|
.winShade{
|
|||
|
width: 100%;
|
|||
|
left: 0px;
|
|||
|
top: 0px;
|
|||
|
z-index: 100;
|
|||
|
height: 100%;
|
|||
|
position: fixed;
|
|||
|
background-color: #cccccc;
|
|||
|
opacity: 0.8;
|
|||
|
-webkit-opacity: 0.8;
|
|||
|
-moz-opacity: 0.8;
|
|||
|
-khtml-opacity: 0.8;
|
|||
|
filter:alpha(opacity=80);
|
|||
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
|
|||
|
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
|||
|
display: none;
|
|||
|
}
|
|||
|
.title-tab,.title-tab-sg{font-size: 16px; margin: 0 10px 10px 10px; display: block;overflow: hidden;}
|
|||
|
.title-tab a,.title-tab-sg a{ margin-right: 20px; height: 30px; line-height: 30px;border-bottom: solid 3px #fff; float:left}
|
|||
|
.title-tab a i,.title-tab-sg a i{ display: inline-block; font-size:14px;font-style: normal; color: #ff7609; padding: 0 3px; font-weight: bold;}
|
|||
|
.title-tab a.cur,.title-tab-sg a.cur{ font-weight: bold; border-bottom: solid 3px #2e8de5; color: #287bc7;}
|
|||
|
|
|||
|
.mark{background: url('../images/bg.png'); position: fixed; width: 680px; height: 540px; left: 0; top: 0; z-index: 88;}
|
|||
|
.zqcontent{ position: relative; margin:20px 40px; background: #fff; padding: 20px; max-height: 450px; overflow-x: hidden; overflow-y: auto;}
|