Files
danche/admin/style/skin.css

85 lines
3.3 KiB
CSS

* {margin:0; padding:0;font-family:Arial,"Arial Black","微软雅黑","宋体";}
ul {list-style:none;}
a {text-decoration:none; color:#000;}
table {border-collapse:collapse;}
table.cont {font-size:13px;letter-spacing:1px;border:1px solid #E1E5EE;}
table.tr_color tr.d:hover {background-color:#E4F0DF;}
table.cont tr td {height:20px;padding:5px 0;border-bottom:1px solid #E1E5EE;}
table.cont tr th {height:20px;padding:5px 0;border-bottom:1px solid #E1E5EE;background-color:#E7F1FE;}
table.cont input.text {height:20px;width:150px;}
table.cont select option {height:20px;width:120px;}
table.cont .btn {width:50px;}
body {font-size:12px;color:#000;background-color:#ffffff;}
.red{ color:#F00}
#container {width:182px;}
h1 {font-size:15px;width:182px;cursor:pointer;height:30px;line-height:20px;}
h1 a {display:block;width:182px;height:30px;moz-outline-style:none;line-height:30px;text-align:center;}
.content{width:182px;height:26px;}
.topplace{height: 40px;
background: url(righttop.gif) repeat-x;}
.RM ul {list-style-type:none;display:block;}
.RM li {line-height:26px;color:#333333;height:26px;width:182px;}
.RM {width:182px;left:0px;top:0px;clip:rect(0px,0px,0px,0px);}
.RM a:link,.RM a:visited {line-height:26px;color:#333333;) no-repeat;height:26px;width:182px;display:block;text-align:center;overflow:hidden;}
.RM a:hover {font-weight:bold;color:#006600;) no-repeat;}
.title {margin:0 5px;width:125px; font-size:15px;line-height:28px;font-weight:bold;display:block;text-indent:15px;padding-top:5px;float:left;}
.left_bt {line-height:25px;font-weight:bold;color:#333333;}
.left_txt {line-height:25px;color:#666666;}
#news ul {margin-left:20px;}
#news ul li {height:25px;line-height:25px;font-size:15px;}
#left_cont {width:50%;}
#left_cont ul {float:right;margin-top:10px;text-align:left;font-size:1.2em;}
#left_cont ul li {height:30px;}
#right_cont #form tr {width:200px;height:40px;font-size:15px;}
#right_cont input {height:22px;border:1px solid #CCCCCC;}
#right_cont .bt input {height:25px;width:50px;text-align:center;padding-bottom:2px;}
#login_bot {height:50px;color:#B9E8F5;font-size:15px;text-align:center;background-color:#1D3647;}
textarea {width:200px;height:60px;resize:none;}
/*****分页*****/
.pagination {
text-align: center; margin-left:0px; margin-right:0px;
margin: 20px 0;
font-family: "Roboto", Helvetica, Arial, sans-serif;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #0d71af;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #0f659b;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #0d71af;
border-color: #0d71af;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
}