101 lines
3.2 KiB
CSS
101 lines
3.2 KiB
CSS
@charset "gb2312";
|
||
/*以下CSS,请改CSS内容,不要改CSS名称,否则将不起作用*/
|
||
/*分页CSS*/
|
||
.pagecontent {
|
||
PADDING-BOTTOM: 5px; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; ZOOM: 1; CLEAR: both; PADDING-TOP: 5px
|
||
}
|
||
.pagecontent A {
|
||
BORDER-BOTTOM: #a2d0e5 1px solid; BORDER-LEFT: #a2d0e5 1px solid; PADDING-BOTTOM: 3px; MARGIN: 0px 3px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BACKGROUND: #fff; BORDER-TOP: #a2d0e5 1px solid; BORDER-RIGHT: #a2d0e5 1px solid; PADDING-TOP: 3px
|
||
}
|
||
.pagecontent SPAN {
|
||
BORDER-BOTTOM: #a2d0e5 1px solid; BORDER-LEFT: #a2d0e5 1px solid; PADDING-BOTTOM: 3px; MARGIN: 0px 3px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BACKGROUND: #fff; BORDER-TOP: #a2d0e5 1px solid; BORDER-RIGHT: #a2d0e5 1px solid; PADDING-TOP: 3px
|
||
}
|
||
.pagecontent A:hover {
|
||
BORDER-BOTTOM: #1db535 1px solid; BORDER-LEFT: #1db535 1px solid; BACKGROUND: #57d26a; COLOR: #fff; BORDER-TOP: #1db535 1px solid; BORDER-RIGHT: #1db535 1px solid; TEXT-DECORATION: none
|
||
}
|
||
/*会员登录CSS*/
|
||
|
||
.Input_FSLogin {
|
||
padding:2px;
|
||
width:50px;
|
||
border:1px solid #eeeeee;
|
||
}
|
||
.Button_FSLogin {
|
||
padding:2px;
|
||
border:1px solid #eeeeee;
|
||
background-color:#F6F6F6;
|
||
}
|
||
/*搜索表单CSS*/
|
||
f-checkbox
|
||
{
|
||
|
||
}
|
||
f-select
|
||
{
|
||
|
||
}
|
||
.f-text {
|
||
margin:0;
|
||
padding:0;
|
||
border:1px solid #cccccc;
|
||
font-size:12px;
|
||
line-height:120%;
|
||
padding:2px;
|
||
cursor:pointer;
|
||
background-color:#fff;
|
||
}
|
||
.f-button {
|
||
border-bottom:1px #999999 solid;
|
||
border-right:1px #999999 solid;
|
||
border-left:1px #fff solid;
|
||
border-top:1px #fff solid;
|
||
background-color:#5EA7F2;
|
||
color:#fff;
|
||
font-size:12px;
|
||
font-weight:normal;
|
||
padding-top:3px;
|
||
cursor:pointer;
|
||
}
|
||
.f-reset {
|
||
border-bottom:1px #999999 solid;
|
||
border-right:1px #999999 solid;
|
||
border-left:1px #fff solid;
|
||
border-top:1px #fff solid;
|
||
background-color:#eee;
|
||
color:#333;
|
||
font-size:12px;
|
||
font-weight:normal;
|
||
font-size:12px;
|
||
font-weight:normal;
|
||
padding-top:3px;
|
||
cursor:pointer;
|
||
}
|
||
/*滚动CSS*/
|
||
#annbody {
|
||
height:120px;
|
||
overflow:hidden;
|
||
padding-right:16px;
|
||
}
|
||
/*显示新标志的CSS*/
|
||
.newNews
|
||
{
|
||
width:25px;
|
||
background:url(new.gif) no-repeat 50%;
|
||
}
|
||
|
||
/*----------------------------------------信息页内容-----------------------------------------------------*/
|
||
.index-content{height:1%;}
|
||
.index-content .title2{ clear:both;background:url(/images/title.gif) no-repeat;margin:0px; height:24px; padding-top:10px; padding-left:30px;color:#373737}
|
||
.index-content .title2 a:link,.index-content .title2 a:visited{color:#373737}
|
||
.index-content .cont{ padding:20px 20px 0}
|
||
.index-content h1{ font-size:20px; font-family:"黑体"; font-weight:normal; text-align:center; margin:0px 0px 10px; color:#ce2e22}
|
||
.index-content .mark{ font-size:12px; border-bottom:1px #e2e2e2 solid;border-top:1px #e2e2e2 solid; color:#2972bf; line-height:22px; text-align:center}
|
||
.index-content .mark a{color:#2972bf;}
|
||
.index-content .mark a:hover{color:#999;}
|
||
.index-content .content{ padding:15px 0; color:#000000; font-size:14px; line-height:23px; letter-spacing:0px}
|
||
.index-content .content p{ margin:10px 0px;}
|
||
.index-content .content .editor{ height:40px; line-height:40px; text-align:right;}
|
||
|
||
.index-content .content .dianpin{ border:3px solid #bdf0f3; padding:5px; color:#005973 }
|
||
.index-content .content .dianpin div{ font-weight:bold;}
|
||
.index-content .content .dianpin p{ margin:0px; line-height:24px; text-indent:24px; font-size:14px} |