99 lines
1.6 KiB
CSS
99 lines
1.6 KiB
CSS
body {
|
|
outline: 0px;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #f5f5f2;
|
|
}
|
|
|
|
.answerListHead {
|
|
background-color: #fcfcfc;
|
|
box-shadow: 0px 1px 4px 0px #e5e5e5;
|
|
}
|
|
|
|
.examDemand {
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 1.3em;
|
|
line-height: 2.8em;
|
|
background-color: #f58100;
|
|
}
|
|
|
|
.particular {
|
|
padding: 1em;
|
|
height: 8em;
|
|
color: #969696;
|
|
font-size: 1.1em;
|
|
line-height: 2em;
|
|
letter-spacing: 0.07em;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
padding-top: 0.4em;
|
|
padding-bottom: 0.4em;
|
|
}
|
|
|
|
.scoreBody {
|
|
padding: 1em;
|
|
}
|
|
|
|
.scoreDiv {
|
|
background-image: url(../image/ic_list_bac.png);
|
|
background-repeat: round;
|
|
margin-bottom: 0.83em;
|
|
font-size: 1.2em;
|
|
color: #808080;
|
|
line-height: 1.8em;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 1em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.rankTD {
|
|
text-align: center;
|
|
}
|
|
|
|
img.rankNumber {
|
|
width: 7em;
|
|
}
|
|
|
|
td.userNmae {
|
|
font-size: 1.25em;
|
|
color: #f58100;
|
|
width: 31%;
|
|
}
|
|
|
|
td.userLoginno {
|
|
font-size: 0.9em;
|
|
}
|
|
.scoreTitle {
|
|
position: relative;
|
|
height: auto;
|
|
/* background-image: url(../images/other/chstitle.png); */
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
background-color: #ffffff;
|
|
}
|
|
.scoreFinish {
|
|
font-size: 1.2em;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
width: 50%;
|
|
line-height: 2.5em;
|
|
color: white;
|
|
background-color: #f58100;
|
|
}
|
|
.scoreUnFinish {
|
|
font-size: 1.2em;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
line-height: 2.5em;
|
|
color: #f58100;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 0px;
|
|
width: 50%;
|
|
background-color: #fff8e8;
|
|
} |