2025-06-27 10:04:22 +08:00

140 lines
2.1 KiB
CSS

/****公共样式**/
ul li {
list-style-type:none;
}
.container {
overflow-x:auto;
}
#myTable thead th, #myTable tbody td {
text-align: center;
width: 5.66%;
vertical-align: middle;
font-size: 12px;
cursor:pointer;
}
#myTable th, #myTable td {
border-color:#CDEDF5;
}
#myTable2 thead th, #myTable2 tbody td {
text-align: center;
width: 5.66%;
vertical-align: middle;
font-size: 12px;
cursor:pointer;
}
#myTable2 th, #myTable td {
border-color:#CDEDF5;
}
.SortTop {
width:100%;
padding: 15px ;
line-height: 25px;
background-color:#CCECF4;
margin:0 auto;
}
.search-box {
margin-right: 15px;
margin-top: 2px;
height: 26px;
}
.SortTop .btn {
height: 28px;
padding: 3px 12px;
}
.SortTop select {
vertical-align:middle;
margin-right:30px;
}
.SortTop button,.AllBtn button{
width:80px;
height:30px;
border-radius:5px;
margin:10px 20px;
line-height:11px;
}
/*****这是主页头部****/
.Top i {
display:inline-block;
border-bottom:3px solid #ddd;
width:25%;
margin-top:36px;
}
.Top h2 {
margin-left:180px;
}
.Top i, .Top h2 {
float:left;
}
.Top {
overflow:hidden;
}
/*********Table ********/
#myTable {
/*border:1px solid #CDEDF5;*/
width:97.5%;
margin:0 auto;
}
#myTable tbody tr:nth-child(2n) {
background-color:#E4F4F8;
}
.checkbox {
margin:0px;
}
#myTable tbody td a {
color:#0000FF;
}
/********************modal 中的公共样式*****************/
.modal-body input,.modal-body select,.modal-body textarea{
width:70%;
background-color:#E7E7FE;
color:#0000DE;
}
.modal-body {
padding-left:50px;
}
.modal-body span {
color:red;
}