320 lines
6.0 KiB
CSS
320 lines
6.0 KiB
CSS
/*== 问题页显示效果页 定义开始==*/
|
|
|
|
.ask_box {
|
|
margin-bottom:5px;
|
|
overflow:hidden;
|
|
height:100%;
|
|
}
|
|
.answer_box {
|
|
overflow:hidden;
|
|
height:100%;
|
|
/*height:auto !important; min-height:200px; height:200px;*/
|
|
}
|
|
.best_answer {
|
|
overflow:hidden;
|
|
height:100%;
|
|
}
|
|
|
|
.best_answerTit{
|
|
background:#e6f6fb;
|
|
border-left:1px solid #aacde1;
|
|
border-right:1px solid #aacde1;
|
|
}
|
|
.quiz_Asker{ display:block; float:right; color:#666;}
|
|
|
|
.best {
|
|
float:left;
|
|
background:url(images/best_topn.gif) left top no-repeat;
|
|
width:166px;
|
|
padding-top:40px;
|
|
}
|
|
.ask_title h1, .ask_title h3, .ask_title h4, .ask_title h5 {
|
|
line-height:24px;
|
|
padding-left:25px;
|
|
color:#04548E;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
}
|
|
.ask_title h1 {
|
|
background:url(images/ask_icon8.gif) 5px scroll no-repeat;
|
|
}
|
|
.ask_title h3 {
|
|
background-position:4px -296px;
|
|
}
|
|
.ask_title h4 {
|
|
background-position:4px -253px;
|
|
}
|
|
.ask_title h5 {
|
|
background:url(images/ask_icon10.gif) 5px scroll no-repeat;
|
|
}
|
|
.ask_title h4 span {
|
|
float:right;
|
|
padding-right:20px;
|
|
font-size:12px;
|
|
font-weight:normal;
|
|
color:#666;
|
|
}
|
|
.author {
|
|
float:left;
|
|
width:120px;
|
|
padding-top:10px;
|
|
padding-left:25px;
|
|
color:#333;
|
|
}
|
|
.author img {
|
|
border:1px solid #D7DAEC;
|
|
width:60px;
|
|
height:60px;
|
|
padding:1px;
|
|
}
|
|
.author dd {
|
|
line-height:24px;
|
|
}
|
|
.author dd a:link, .author dd a:visited {
|
|
font-size:14px;
|
|
color: #ff0000;
|
|
text-decoration:underline;
|
|
}
|
|
.quiz {
|
|
padding:10px;
|
|
border-left:1px solid #aacde1;
|
|
border-right:1px solid #aacde1;
|
|
}
|
|
.quiz_title h2.Solution1, .quiz_title h2.Solution2, .quiz_title h2.Solution3{
|
|
background-position:0 -440px;
|
|
padding-left:70px;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
line-height:26px;
|
|
color:#333;
|
|
}
|
|
.quiz_title h2.Solution2{
|
|
background-position:0 -158px;
|
|
}
|
|
.quiz_title h2.Solution3{
|
|
background-position:0 -523px;
|
|
}
|
|
.quiz_title p {
|
|
background-position:4px 0;
|
|
padding-left:25px;
|
|
line-height:24px;
|
|
border-bottom: 1px solid #d0d3d7;
|
|
}
|
|
.quiz_title span {
|
|
margin-left:30px;
|
|
color:#888;
|
|
}
|
|
.quiz_title b {
|
|
font-size:14px;
|
|
color:#ff0000;
|
|
}
|
|
.quiz_detail {
|
|
padding:10px;
|
|
padding-bottom:0;
|
|
overflow:hidden;
|
|
}
|
|
.answer_box .quiz_detail {
|
|
border-bottom:1px dashed #ccc;
|
|
}
|
|
|
|
.quiz_detail p {
|
|
font-size:14px;
|
|
line-height:20px;
|
|
color:#333;
|
|
padding-bottom:10px;
|
|
}
|
|
.quiz_detail .Name {
|
|
line-height:18px;
|
|
text-align:right;
|
|
margin-bottom:10px;
|
|
color:#999999;
|
|
}
|
|
.quiz_detail h2 span {
|
|
float:right;
|
|
}
|
|
.quiz_bottom1 {
|
|
display:block;
|
|
background-position:0 -116px;
|
|
margin:0 10px;
|
|
line-height:26px;
|
|
text-align:center;
|
|
height:26px;
|
|
width:80px;
|
|
}
|
|
.quiz_bottom1 a:link, .quiz_bottom1 a:visited {
|
|
font-size:14px;
|
|
color:#ff6600;
|
|
font-weight:bold;
|
|
}
|
|
.quiz_bottom2, .quiz_bottom3 {
|
|
float:right;
|
|
margin:0 10px;
|
|
padding-left:12px;
|
|
line-height:26px;
|
|
text-align:center;
|
|
height:26px;
|
|
width:80px;
|
|
}
|
|
.quiz_bottom2 {
|
|
background:url(images/ask_bottom2.gif) left top no-repeat;
|
|
}
|
|
.quiz_bottom3 {
|
|
background:url(images/ask_bottom3.gif) left top no-repeat;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*== 问题答复页 定义开始==*/
|
|
|
|
.response {
|
|
/* border:2px solid #D7DAEC */
|
|
position:relative;
|
|
display:inline-block;
|
|
padding:10px 20px;
|
|
overflow:hidden;
|
|
height:100%;
|
|
}
|
|
.response dd, .ask dd {
|
|
margin-bottom:10px;
|
|
line-height:24px;
|
|
}
|
|
.response dd span {
|
|
color:#888;
|
|
}
|
|
.face{
|
|
position:absolute;
|
|
left:520px;
|
|
}
|
|
|
|
|
|
/*== 问题提问页 定义开始==*/
|
|
|
|
.input_title ,.input_particular{
|
|
color: #07519a;
|
|
line-height:18px;
|
|
font-size:14px;
|
|
}
|
|
.input_title {
|
|
border: 1px solid #B7D5E5;
|
|
width:380px;
|
|
height:22px;
|
|
}
|
|
.input_particular{
|
|
width:430px;
|
|
height:130px;
|
|
}
|
|
|
|
.midContent {
|
|
width:887px;
|
|
margin:0 auto;
|
|
height:100%;
|
|
overflow: hidden;
|
|
}
|
|
.ask ,.ask_tips{
|
|
padding:10px 20px;
|
|
overflow:hidden;
|
|
border:3px solid #AACDE1;
|
|
height:100%;
|
|
}
|
|
.ask_tips {
|
|
position:absolute;
|
|
top:0;
|
|
right:0;
|
|
border:none;
|
|
width:200px;
|
|
background:#f5f7fc;
|
|
font-size:12px;
|
|
margin-top:5px;
|
|
color:#666;
|
|
padding:5px 10px;
|
|
height:auto;
|
|
}
|
|
.ask span{
|
|
display:block;
|
|
margin-left:85px;
|
|
margin-top:15px;
|
|
margin-bottom:10px;
|
|
}
|
|
.ask b{ color:#ff0000;}
|
|
.ask dt {
|
|
float:left;
|
|
color:#666;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
padding-top:6px;
|
|
width:80px;
|
|
}
|
|
.ask dd p {
|
|
padding-left:85px;
|
|
color:#666;
|
|
}
|
|
.ask h2, .ask_tips h2 {
|
|
font-size:16px;
|
|
line-height:32px;
|
|
font-weight:bold;
|
|
color:#666;
|
|
background:none;
|
|
}
|
|
.ask_tips li {
|
|
list-style-type:decimal;
|
|
list-style-position:inside;
|
|
margin-bottom:2px;
|
|
line-height:20px;
|
|
}
|
|
|
|
/*== 用户使用页 定义开始==*/
|
|
.userbox,.userbox1{
|
|
padding:10px;
|
|
overflow:hidden;
|
|
border:3px solid #AACDE1;
|
|
height:100%;
|
|
}
|
|
.userbox1{ border:none; border-bottom:1px solid #ccc;}
|
|
.user{/* width:610px;*/}
|
|
.user_info{ background-color:#EFF8FD;}
|
|
.conBox{ float:right;width:820px; }
|
|
.user_sidebox{ float:right; width:220px;}
|
|
|
|
/*#AspPageMyQuestion span
|
|
{
|
|
border:none;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
#AspPageMyQuestion a
|
|
{
|
|
border:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
*/
|
|
/*问题提交成功*/
|
|
.Submitted-successfully
|
|
{
|
|
width:500px;
|
|
margin:10px auto;
|
|
font-size:14px;
|
|
color:#000;
|
|
line-height:22px;
|
|
}
|
|
|
|
|
|
/*最佳答案 */
|
|
.quiz_bestanswer{border-top:1px solid #ccc;padding-top:5px;line-height:20px;}
|
|
|
|
/*问题处理*/
|
|
.Deal-problem{ clear:both; padding:10px 0;}
|
|
.Deal-problem dl{display:block; border:1px solid #e1e1e1; padding:5px;}
|
|
.Deal-problem dt.tit-name{ padding:0 24px; height:20px; margin-bottom:5px; line-height:20px; font-size:13px; font-weight:bold;color:#5885c1; background:url(images/ask_icons.gif) 3px -1136px no-repeat; border-bottom:1px dashed #ccc; }
|
|
.Deal-problem .problem-tit{ height:20px; line-height:20px; background:url(images/ask_dot.gif) 5px 9px no-repeat; padding-left:13px;}
|
|
.Deal-problem .problem-tit span{ padding-left:10px; color:#666;}
|
|
.Deal-problem h5{ padding:0; margin:0; }
|
|
.Deal-problem h5 strong{font-size:15px; font-weight:bold;}
|
|
.Deal-problem h5 span{font-weight:normal;padding-left:10px; color:#666;}
|
|
.Deal-problem ul{padding:5px 0 10px; margin-bottom:10px; line-height:20px; border-bottom:1px dashed #b8e1fc;}
|
|
.Deal-problem li.textbox{padding:5px 0 5px 15px;}
|
|
.Deal-problem li.textbut{padding:0 0 0 15px;}
|
|
.Deal-problem li.textbut input{ background:url(images/ask_Bottonbg.gif) 0 -317px no-repeat; height:22px; line-height:22px; font-size:12px; width:50px; border:none;}
|