样式调整
This commit is contained in:
parent
36480ad469
commit
365eb054ea
|
@ -70,6 +70,20 @@ ul {list-style-type: none; }
|
||||||
*/
|
*/
|
||||||
.right_title{font-size:16px;line-height:30px;font-weight:bold;color:#2b66a5;}
|
.right_title{font-size:16px;line-height:30px;font-weight:bold;color:#2b66a5;}
|
||||||
|
|
||||||
|
.ctrlplan{margin:10px 0; overflow:hidden;}
|
||||||
|
.ctrlplan a{display:block;float:left;}
|
||||||
|
.ctrlplan a {
|
||||||
|
color: #329ECC;
|
||||||
|
text-decoration:none;
|
||||||
|
border-bottom:1px solid #A1CFD4;
|
||||||
|
}
|
||||||
|
.ctrlplan a:hover, .ctrlplan a:focus, .ctrlplan a:active {
|
||||||
|
background-color:#E2EFFF;
|
||||||
|
color: #329ECC;
|
||||||
|
border-bottom:1px solid #329ECC;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.search{overflow:hidden;}
|
.search{overflow:hidden;}
|
||||||
.search ul li {float:left;}
|
.search ul li {float:left;}
|
||||||
|
@ -115,6 +129,23 @@ table.stylized {
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.stylized a {
|
||||||
|
color: #329ECC;
|
||||||
|
text-decoration:none;
|
||||||
|
border-bottom:1px solid #A1CFD4;
|
||||||
|
}
|
||||||
|
table.stylized a:hover, table.stylized a:focus, table.stylized a:active {
|
||||||
|
background-color:#E2EFFF;
|
||||||
|
color: #329ECC;
|
||||||
|
border-bottom:1px solid #329ECC;
|
||||||
|
}
|
||||||
|
table.stylized tr.high a:hover, table.stylized tr.high a:focus, table.stylized tr.high a:active {
|
||||||
|
background:transparent;
|
||||||
|
color: #329ECC;
|
||||||
|
border-bottom:1px solid #329ECC;
|
||||||
|
}
|
||||||
|
|
||||||
table.stylized th,table.stylized td {
|
table.stylized th,table.stylized td {
|
||||||
line-height:18px;
|
line-height:18px;
|
||||||
padding:8px 12px;
|
padding:8px 12px;
|
||||||
|
@ -129,6 +160,7 @@ table.stylized th {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
table.stylized thead th a,table.stylized thead td a{color:#FFF; text-decoration:underline;}
|
||||||
table.stylized tr.high {
|
table.stylized tr.high {
|
||||||
background-color:#ffa !important;
|
background-color:#ffa !important;
|
||||||
}
|
}
|
||||||
|
@ -141,6 +173,9 @@ table.stylized tfoot td {
|
||||||
}
|
}
|
||||||
table.stylized tr:nth-child(even) td {
|
table.stylized tr:nth-child(even) td {
|
||||||
}
|
}
|
||||||
|
table.stylized tr.high td {
|
||||||
|
background-color:#ffa !important;
|
||||||
|
}
|
||||||
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
|
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
|
||||||
background:#FAFDFE;
|
background:#FAFDFE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue