ZhiYeJianKang_PeiXun/Song.Site/Templates/Web/_Public/Styles/Exercises.css
2025-02-20 15:41:53 +08:00

429 lines
6.8 KiB
CSS

@charset "utf-8";
html{
overflow: scroll !important;
height:100%;
}
body{
color: #000;
background-color: #eee;
text-align: left;
height:100%;
}
.selectBar {
height: 30px;
}
#Context #selectArea {
margin-bottom: 10px;
padding-bottom: 10px;
position:relative;
}
#btnShow{
position:absolute;
top:5px;
right:10px;
width:auto;
height:30px;
cursor:pointer;
}
.selectBar {
display: table;
}
.selectLeft {
line-height: 30px;
text-align: right;
float: left;
height: 30px;
width: 100px;
font-size: 15px;
}
.selectRight {
float: left;
min-width: 400px;
}
#subject .selectItem {
float: left;
height: 30px;
width: auto;
margin-right: 10px;
line-height: 30px;
}
#subject .selectItem a {
font-size: 14px;
color: #666;
}
/*试用状态的提示*/
.trySpan{
font-weight: bold;
color: #F00;
}
/*专业选中项*/
#Selected .selectedItem {
font-size: 15px;
line-height: 24px;
height: 24px;
border: 1px solid #999;
float: left;
padding-right: 5px;
padding-left: 8px;
margin-top: 3px;
white-space: nowrap;
width: auto;
margin-right: 10px;
}
#Selected .selectedNoItem {
font-size: 15px;
line-height: 24px;
height: 24px;
float: left;
padding-right: 5px;
padding-left: 8px;
margin-top: 3px;
white-space: nowrap;
width: auto;
margin-right: 10px;
}
#Selected .selectedItemOver {
border: 1px solid #0387d9;
}
#Selected .selectedItem .name {
float: left;
padding-right: 8px;
color: #0387d9;
}
#Selected .selectedItem .close {
background-image: url(../Images/icon-1.png);
background-repeat: no-repeat;
background-position: -209px -237px;
float: left;
height: 8px;
width: 8px;
cursor:pointer;
margin-top: 8px;
}
#Selected .selectedItem .closeOver {
background-image: url(../Images/icon-1.png);
background-repeat: no-repeat;
background-position: -217px -237px;
cursor:pointer;
}
/*试题*/
#noQues {
font-family: "黑体";
font-size: 16px;
line-height: 80px;
font-weight: bold;
color: #0387d9;
text-align: center;
height:200px;
margin-top: 30px;
}
/*控制区*/
#controlBox {
height: 40px;
z-index: 1;
border-bottom-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #999;
overflow: hidden;
position:relative;
}
#controlBox #titleBox {
float: left;
height: 40px;
min-width: 350px;
max-width:480px;
}
#controlBox #titleBox .number {
background-color: #ccc;
font-size: 13px;
line-height: 40px;
float: left;
height: 40px;
width: 340px;
text-align: center;
}
#controlBox #titleBox .number span{
margin-right: 5px;
margin-left: 5px;
}
#controlBox #titleBox .number span.succSpan{
color: #006600;
}
#controlBox #titleBox .number span.failSpan{
color: #990000;
}
#controlBox #ctlBtn {
line-height: 40px;
height: 40px;
width: 200px;
position:absolute;
right:0px;
background-color:#eee;
}
#controlBox #ctlBtn .btn {
line-height: 40px;
float: left;
height: 40px;
width: 100px;
text-align: center;
cursor:pointer;
font-size: 16px;
font-weight: bold;
}
#controlBox .btnBox {
line-height: 40px;
text-align: center;
float: left;
height: 40px;
max-width: calc(100% - 550px);
color: #990000;
}
#controlBox .btnBox .btn {
line-height: 40px;
text-align: center;
float: left;
height: 40px;
width: 80px;
color: #990000;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
}
/*上一题*/
#controlBox #btnPrev {
background-repeat: no-repeat;
height: 60px;
width: 183px;
}
/*下一题*/
#controlBox #btnNext {
background-repeat: no-repeat;
height: 60px;
width: 183px;
}
/*资料*/
#controlBox #btnKnl {
background-repeat: no-repeat;
}
/*知识点讲解*/
#controlBox #btnExplan {
background-repeat: no-repeat;
}
/*答案*/
#controlBox #btnAnswer {
background-repeat: no-repeat;
}
/* 试题区域*/
#quesArea {
margin-top: 10px;
margin-right:5px;
overflow: auto;
height:calc(100% - 180px);
}
.quesItem {
position : relative;
display:none;
min-height:600px;
}
.quesBox {
margin: 20px;
height: 300px;
max-width: 980px;
}
.quesBox .quesTitle {
margin-bottom:10px;
}
#quesArea .quesTitle, #quesArea .quesTitle p, #quesArea .quesTitle * {
font-size: 16px !important;
line-height: 25px;
}
.quesBox .quesTitle img{
max-width:90%;
margin-left:auto;
margin-right:auto;
}
.quesBox .quesAnswerBox {
font-size: 14px;
min-height:150px;
}
.quesBox .quesAnswerBox .answer {
font-size: 16px;
line-height: 25px;
margin-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
min-height:30px;
cursor:pointer;
}
.answer .type{
color: #666666;
margin-right: 5px;
}
.answer img{
max-width:90%;
}
.answerSel{
color: #0099FF;
}
.answerSel .type{
color: #0099FF;
margin-right: 5px;
}
#quesType span {
font-size: 14px;
}
.ctlBtn .btn {
border: 2px solid #dedede;
-moz-border-radius: 15px; /* Gecko browsers */
-webkit-border-radius: 15px; /* Webkit browsers */
border-radius:18px; /* W3C syntax */
font-family: "黑体";
font-size: 13px;
line-height: 30px;
color: #000000;
text-align: center;
height: 30px;
}
.ctlBtn .btn span {
font-family:"iconfont" !important;
font-size:14px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
margin-right: 3px;
}
.textbox4 {
font-family: "黑体";
font-size: 16px;
line-height: 25px;
height: 125px;
width: 100%;
border: 1px solid #666;
margin-top: 3px;
}
.textbox5 {
font-family: "黑体";
font-size: 16px;
line-height: 25px;
height: 25px;
width: 80%;
border: 1px solid #666;
margin-top: 3px;
}
.IsCollect
{
color:#0387d9 !important;
}
/*回答正确*/
.correct
{
background-repeat: no-repeat;
background-position: right top;
background-image: url(../Images/success.png);
}
/*回答错误*/
.error{
}
/*答题卡*/
#btnCard .examico{
font-size: 22px;
font-weight: normal;
}
#cardBox {
position: absolute;
background-color: #efefef;
z-index: 100;
}
#cardBoxTitleBar {
line-height: 37px;
height: 37px;
border-bottom-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #FFFFFF;
}
#cardBoxTitle {
line-height: 37px;
float: left;
width: 80%;
text-indent: 10px;
}
#cardBoxColse {
line-height: 37px;
text-align: center;
float: right;
height: 37px;
width: 40px;
color: #990000;
}
#cardLittle {
position: absolute;
background-color: #efefef;
z-index: 100;
}
#cardBoxInner {
margin-top: 10px;
margin-left: 10px;
overflow: auto;
}
#cardBox .typeName {
margin-bottom: 10px;
margin-top: 20px;
width: 100%;
}
#cardBox dl {
width: 100%;
min-height: 20px;
display: table;
}
#cardBox dl dd{
line-height: 30px;
text-align: center;
float: left;
height: 30px;
width: 30px;
margin-top: 8px;
margin-right: 8px;
border: 1px solid #CCCCCC;
font-family: "黑体";
font-size: 16px;
background-color: #FFFFFF;
}
#cardBox dl dd.answer{
background-color: #0099FF;
color: #FFFFFF;
}