This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-oam/gloam/WebRoot/css/list.css
2018-09-27 16:28:35 +08:00

201 lines
3.3 KiB
CSS

select {
width: 86px;
background-color: #ffffff;
border: 1px solid #cccccc;
height: 22px;
}
label,select {
font-size: 12px;
}
.mydiv {
background-color: #fff;
border: 1px solid #000;
text-align: center;
line-height: 40px;
font-size: 14px;
font-weight: bold;
z-index: 99;
width: 220px;
height: 80px;
left: 50%; /*FF IE7*/
top: 50%; /*FF IE7*/
margin-left: -150px !important; /*FF IE7 该值为本身宽的一半 */
margin-top: -60px !important; /*FF IE7 该值为本身高的一半*/
margin-top: 0px;
position: fixed !important; /*FF IE7*/
position: absolute; /*IE6*/
_top: expression(eval(document.compatMode &&
document.compatMode == 'CSS1Compat') ?
documentElement.scrollTop + (
document.documentElement.clientHeight-this.offsetHeight )/ 2 : /*IE6*/
document.body.scrollTop + ( document.body.clientHeight -
this.clientHeight )/ 2 ); /*IE5 IE5.5*/
}
.bg {
background-color: #ccc;
width: 100%;
height: 100%;
left: 0;
top: 0; /*FF IE7*/
filter: alpha(opacity = 50); /*IE*/
opacity: 0.5; /*FF*/
z-index: 1;
position: fixed !important; /*FF IE7*/
position: absolute; /*IE6*/
_top: expression(eval(document.compatMode &&
document.compatMode == 'CSS1Compat') ?
documentElement.scrollTop + (
document.documentElement.clientHeight-this.offsetHeight )/ 2 : /*IE6*/
document.body.scrollTop + (
document.body.clientHeight - this.clientHeight )/ 2 ); /*IE5 IE5.5*/
}
/*The END*/
#suggest1 {
width: 200px;
text-align: left;
}
.gray {
color: gray;
}
.ac_results {
background: #fff;
border: 1px solid #7f9db9;
position: absolute;
z-index: 10000;
display: none;
font-size: 12px;
}
.ac_results ul {
margin: 0;
padding: 0;
list-style: none;
}
.ac_results li a {
white-space: nowrap;
text-decoration: none;
display: block;
color: #05a;
padding: 1px 3px;
}
.ac_results li {
border: 1px solid #fff;
}
.ac_over,.ac_results li a:hover {
background: #c8e3fc;
}
.ac_results li a span {
float: right;
}
.ac_result_tip {
border-bottom: 1px dashed #666;
padding: 3px;
}
.ac_results_main {
width: 200px;
height: 600px;
overflow-y: auto;
}
.box_1 {
font-size: 14px;
line-height: 30px;
float: left;
margin-left: 8px;
vertical-align: middle;
}
.box_2 {
line-height: 38px;
float: left;
margin-right: 4%;
margin-top: 0.76%;
margin-left:30px;
vertical-align: middle;
}
.box_21 {
line-height: 38px;
float: right;
margin-top: 0.76%;
margin-right:1.6%;
vertical-align: middle;
}
.box_22 {
line-height: 38px;
float: right;
margin-top: 0.76%;
margin-right:-0.5%;
vertical-align: middle;
}
.rtd {
width: 100px;
text-align: right;
white-space: nowrap;
}
.ltd input {
width: 153px;
}
.ltd select {
width:167px;
height: 30px;
}
a{
color: yellow;
}
.table-striped tbody > tr > td.htop{
border-top: 0;
background-color: #4C4C4C;
}
img.limg{
width: 20px;
height: 20px;
border: 0;
}
body{
background-color:#333 ;
}
.table.table{
background-color: #333;
}
.table-bordered tbody:first-child tr:first-child td {
border-top: 1px solid #fff;
}
.showTips{
color: #fff;
}
.showTips:hover, .showTips:focus {
color: #fff;
text-decoration:none;
}
#maindiv{
margin-top: 75px;
}
#maindiv1{
margin-top: 40px;
}
.cols{
float: left;
margin-left: 12%;
}
.chi{
margin-top: 5px;
}