Marking.Template/css/SplitQuestion.css

80 lines
1.8 KiB
CSS

.rigthtControl {
float:right;width:300px; border-left:1px solid #ddd;border-left:1px solid #999; padding-left:10px; min-height:1200px; background:#fff; height:100%; position:fixed; right:0; top:0;
}
.leftControl {
width:auto; overflow:hidden; float:left;
}
.leftControl img {
width:100%; float:left;
}
.rigthtControl .xul {
width: 100%;
margin: 0;
padding: 0;
margin-top: 10px;
float: left;
}
.rigthtControl .xul li {
float: left;
width: 90%;
padding: 5%;
font-size: 14px;
border-top: 1px solid #ff3300;
}
.rigthtControl ul li label {
margin-right:10px;
}
.goPeizhi {
cursor: pointer;
width: 120px;
border-radius: 5px;
float: left;
border: 1px solid #ddd;
overflow: hidden;
color: #666;
text-align: center;
font-size: 12px;
margin-left: 38px;
height: 30px;
background: #cd0a0a;
color: #fff;
line-height: 30px;
}
.goPeizhi:hover {
background: #999;
color: #fff;
border-radius: 5px;
}
.boxscore {
width: 220px; margin-right:5px;
font-size: 12px;
border: 1px solid #ddd;
height: 44px;
float: left;
margin-top: 10px; padding:10px;
position: relative; border-radius:3px; box-shadow:3px 3px 3px #333;
}
.boxscore label {
float: left;
width: 50%;
font-size: 14px;
margin-bottom: 5px;
margin-top: 5px;
}
.boxscore label.row {
width:100%;
}
.boxscore span {
position: absolute;
right: 0;
bottom: 0;
cursor: pointer;
border-radius: 10px;
width: 30px;
height: 20px;
line-height: 20px;
text-align: center;
background: #ff3300;
color: #fff;
}