Files
2026-08-31 16:22:00 +08:00

190 lines
3.6 KiB
CSS

/*==默认样式重置(CSS Reset)开始==*/
html, body {
padding: 0;
margin: 0 auto;
}
body, a, a:visited {
font-size: 12px;
color: #07519a;
font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
font-weight:normal;
font-style:normal;
font-size: 100%;
}
a:link ,a:visited{
color:#07519a;
cursor: pointer;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration:underline;
}
a:active, a:focus {
outline: none;
}
li {
list-style: none;
}
img {
border: 0;
}
label, input {
vertical-align: middle;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*==默认样式重置结束==*/
/*==网站通用定义开始==*/
/*背景图片定义*/
.ask-icos,h2,.online,.over,.hotword strong,.postpath,.qu_list li,.layer1,.high,.zero,.reply,.material,.password,#winner,.integral,.Comments,.ask_title h1, .ask_title h3, .ask_title h4, .ask_title h5,.quiz_title p,.best_answerTit h3,.mainlogin h2 span{background:url(images/ask_icons.gif) 0 0 no-repeat;}
.bottom-bg,.inputbutton,.inputbutton2,.quiz_title h2,.quiz_bottom1,.ask_choose .on,.ask_choose dt a,.box7 .Check input,.box7 button,#choose a.title-on {background:url(images/ask_Bottonbg.gif) 0 0 no-repeat;}
/*边框定义*/
/*蓝色*/
.rr-1,.rr-2,.rr-3,.rr-2-1,.rr-3-1{height:1px; overflow:hidden;font-size:0;}
.rr-1{ background:#aacde1; margin:0 3px;}
.rr-2{ border-left:2px solid #aacde1;border-right:2px solid #aacde1; margin:0 1px;}
.rr-3{ border-left:1px solid #aacde1;border-right:1px solid #aacde1; margin:0 1px;}
.rr-2-1{background:#e6f6fb; border-left:2px solid #aacde1;border-right:2px solid #aacde1; margin:0 1px;}
.rr-3-1{background:#e6f6fb; border-left:1px solid #aacde1;border-right:1px solid #aacde1; margin:0 1px;}
/*溢出隐藏*/
.overflow_hidden {
overflow: hidden;
}
/*分页样式*/
.showpage {
margin: 10px auto;
text-align: center;
height: 20px;
}
.showpage a {
color: #666666;
}
.showpage span {
color: #fe0113;
}
.showpage a, .showpage span {
display: inline-block;
height: 20px;
line-height: 20px;
}
/*间隔空白*/
.spacing {
font-size: 0px;
visibility: hidden;
line-height: 5px;
}
/*图片容器*/
.showpic, .showpic div, .showpicL, .showpicL div, .showpicR div {
margin: auto;
font-size: 0px;
text-align: center;
}
.showpicL {
float: left;
}
.showpicR {
float: right;
}
/*清除浮动*/
.clearbox {
border-top: 1px solid transparent !important;
margin-top: -1px !important;
margin-top: 0px;
clear: both;
font-size: 0px;
line-height: 0px;
height: 0px;
border: 0px;
visibility: hidden;
}
/*系统样式*/
.searchbox input{font-size:12px; }
.inputtext{
color: #6087c0;
border: 1px solid #6087c0;
line-height:18px;
font-size:12px;
width:300px;
height:18px;
}
.inputtext2 {
color: #6087c0;
border: 1px solid #B7D5E5;
line-height:18px;
font-size:12px;
width:450px;
height:160px;
}
.inputtext3 {
color: #6087c0;
border: 1px solid #B7D5E5;
line-height:18px;
font-size:12px;
width:400px;
height:80px;
}
.inputbutton {
border:0;
height:24px;
width:75px;
line-height:24px;
text-align: center;
color: #000;
cursor: pointer;
background-position:0 -233px;
}
.inputbutton2 {
border:0;
height:26px;
width:80px;
line-height:26px;
text-align: center;
font-size:14px;
color:#ff6600;
font-weight:bold;
cursor: pointer;
background-position:0 -116px;
}
.inputbutton3{
background:url(images/ask_Bottonbg.gif) 0 -400px no-repeat;
border:0;
height:26px;
width:110px;
line-height:26px;
text-align: center;
font-size:14px;
color:#ff6600;
font-weight:bold;
cursor: pointer;
}
/*==网站通用定义结束==*/