|
|
|
@ -230,6 +230,8 @@ input::-ms-clear{display:none;}
|
|
|
|
|
.color-grey-B4{color: #B4B4B4!important;}
|
|
|
|
|
.color-grey-74{color: #747A7F!important;}
|
|
|
|
|
.color-f5f5f5{color: #f5f5f5!important;}
|
|
|
|
|
.color-afafaf{color: #afafaf!important;}
|
|
|
|
|
|
|
|
|
|
a.color-grey-name:hover,a.color-dark:hover,a.color-grey-6:hover,a.color-grey-3:hover{color: #4cacff!important;}
|
|
|
|
|
a.color-grey-9:hover,a.color-grey-8:hover,a.color-grey-c:hover{color: #111C24!important;}
|
|
|
|
|
/*蓝色*/
|
|
|
|
@ -890,7 +892,7 @@ html>body #ajax-indicator { position: fixed; }
|
|
|
|
|
|
|
|
|
|
.practicalTemp{
|
|
|
|
|
width:1200px;
|
|
|
|
|
height:950px;
|
|
|
|
|
min-height:950px;
|
|
|
|
|
background:rgba(255,255,255,1);
|
|
|
|
|
border:1px solid rgba(238,238,238,1);
|
|
|
|
|
}
|
|
|
|
@ -901,7 +903,7 @@ html>body #ajax-indicator { position: fixed; }
|
|
|
|
|
font-weight:400;
|
|
|
|
|
color:rgba(102,102,102,1);
|
|
|
|
|
width: 1200px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
min-height: 60px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
border-bottom: 1px solid rgba(238,238,238,1);
|
|
|
|
@ -915,7 +917,7 @@ html>body #ajax-indicator { position: fixed; }
|
|
|
|
|
|
|
|
|
|
.Titlefont{
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
min-height: 30px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-family: MicrosoftYaHei;
|
|
|
|
|
font-weight: 400;
|
|
|
|
@ -936,6 +938,59 @@ html>body #ajax-indicator { position: fixed; }
|
|
|
|
|
margin-left: 117px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.colorFF8121sum{
|
|
|
|
|
color: #FF8121;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 160px;
|
|
|
|
|
margin-left: 62px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.borderFF8121{
|
|
|
|
|
border:1px solid #FF8121
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shixunsbox{
|
|
|
|
|
width: 1180px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
border-bottom: 1px solid rgba(238,238,238,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shixunsboxfont{
|
|
|
|
|
width:1060px;
|
|
|
|
|
min-height:12px;
|
|
|
|
|
font-size:4px;
|
|
|
|
|
font-family:MicrosoftYaHei;
|
|
|
|
|
font-weight:400;
|
|
|
|
|
color:rgba(122,122,122,1);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shixundelect{
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shixundelect:hover .color-afafaf{
|
|
|
|
|
color:#5b5b5b !important;
|
|
|
|
|
}
|
|
|
|
|
.block{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.over300{
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.width100p{
|
|
|
|
|
width:100px;
|
|
|
|
|
}
|
|
|
|
|
.width425p{
|
|
|
|
|
width:425px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.width420p{
|
|
|
|
|
width:420px;
|
|
|
|
|
}
|