49 lines
681 B
CSS
49 lines
681 B
CSS
.quesLeft
|
|
{
|
|
float: left;
|
|
width: 590px;
|
|
}
|
|
.quesRight
|
|
{
|
|
float: left;
|
|
width: 345px;
|
|
margin-left: 10px;
|
|
}
|
|
/*知识检索框*/
|
|
.tbKnsName
|
|
{
|
|
background-image: url(../../Images/search.JPG);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
text-indent: 30px;
|
|
border: 1px solid #999;
|
|
line-height: 22px;
|
|
height: 22px;
|
|
}
|
|
select{
|
|
line-height: 22px;
|
|
height: 22px;
|
|
}
|
|
.knTitle{
|
|
white-space: nowrap;
|
|
}
|
|
.knTitle a{
|
|
text-decoration: underline;
|
|
background-color: #690 !important;
|
|
color: #FFF !important;
|
|
}
|
|
.answerBox
|
|
{
|
|
margin-top: 10px;
|
|
}
|
|
.rblAnswer
|
|
{
|
|
height: 25px;
|
|
display: block;
|
|
margin-top: 5px;
|
|
}
|
|
.rblAnswer label
|
|
{
|
|
font-size: 14px;
|
|
margin-right: 10px;
|
|
} |