增加新闻中心样式
This commit is contained in:
parent
384c3750f3
commit
9d10b2f64e
|
@ -1,3 +1,29 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
|
|
||||||
|
.w1000{width:1000px;}
|
||||||
|
.w300{width:300px;}
|
||||||
|
.w690{width:690px;}
|
||||||
|
.full{width:100%;}
|
||||||
|
.center{margin:0 auto;}
|
||||||
|
.clear{overflow:hidden;}
|
||||||
|
.Lfloat{float:left;}
|
||||||
|
.Rfloat{float:right;}
|
||||||
|
.border{border:1px solid #ccc;}
|
||||||
|
|
||||||
|
.tbox{}
|
||||||
|
.tbox div.title{width:100%;overflow:hidden;background:#2C6978;color:#FFF;font-size:16px;height:30px;line-height:30px;text-indent:7px;}
|
||||||
|
.tbox .title a{color:#FFF;}
|
||||||
|
.tbox .title a:hover{text-decoration:underline;}
|
||||||
|
.tbox .content{width:94%;padding:3%;background:rgb(240,246,248);overflow:hidden;}
|
||||||
|
.tbox .content a{color:#2C6978;}
|
||||||
|
|
||||||
|
.tbox .navmenu ul li{border-bottom:1px dashed #ccc;line-height:24px;}
|
||||||
|
.tbox .navmenu ul li a{font-size:14px;font-weight:bold;}
|
||||||
|
.tbox .navmenu ul li a:hover{}
|
||||||
|
|
||||||
|
.archives_list ul li{border-bottom:1px dashed #ccc;padding:5px 0;}
|
||||||
|
.archives_list ul li a.title{color:#2C6978;font-size:120%;}
|
||||||
|
.archives_list ul li a.more{color:#2C6978;font-size:90%;}
|
||||||
|
.archives_list ul li a:hover{text-decoration:underline;}
|
||||||
|
.archives_list ul li p{text-indent:24px;font-size:12px;}
|
||||||
|
|
Loading…
Reference in New Issue