| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- body {text-align:left;}
- p{word-break: break-word;word-wrap: break-word;clear:both;line-height: 22px;}
- /*作答区域外层*/
- .answer-body {background-color:#eaf6ff;border-radius: 5px;display:inline-block;margin-bottom:-1px;margin-top:8px;}
- .answer-body[answer-showanswer='1']{display:inline;}
- p .answer-body{
- margin-left:5px;
- }
- p .answer-body:first-child{
- margin-left:0px;
- }
- .answer-border {border:solid #66b6ff 1px;}
- .noanswer-border {border-bottom: 1px solid #66b6ff;}
- /*作答音频区域*/
- .answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;background-color:#eaf6ff;display:none;margin-bottom:-6px;}
- .answer-audio-range img {float:left;margin-left:3px;margin-top:2px;width:15px;height:15px;}
- .answer-audio-range span { float:left;margin-left:4px; margin-right:5px;color:#6ab7ff;line-height:19px;font-size:15px;}
- /*答题点区域*/
- .answer-point-range { border-radius: 5px;height:20px;display:inline-block;}
- .answer-point-range img {float:left;margin-left:3px;margin-top:5px;width:16px;height:16px;}
- .answer-point-range span { float:left;margin-left:3px; margin-right:7px;color:#6ab7ff;line-height:25px;font-size:16px;}
- /*作答内容*/
- .answer-text { margin-left:5px; margin-right:8px;color:#6ab7ff;line-height:25px;font-size:16px;word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;display:none;border-bottom: 1px solid #66b6ff;}
- /*评阅及点击相关样式*/
- .no-answer { color:#989898;text-decoration:none;border-bottom: 1px solid #979797;}
- .bad-answer { color:red; }
- .good-answer { color:green; }
- .select-answer{background:#ffefe4;}
- .select-answer .cBoxCls{background:#ffefe4;}
- .select-answer .answer-text {color:#ff6600;}
- .select-answer .answer-point-range span {color:#ff6600;}
- /*一题多空样式*/
- .checkbox {display:inline;}
- /*.docxParagraphs {border:solid red 1px;}*/
- .answertext {border:0px; border-bottom:solid #6ab7ff 1px; padding-left:5px; color:#6ab7ff;word-break:keep-all;}
- .btn-bgimg { background:url(file:///android_asset/js/update-answer.png) no-repeat;background-position: left 3px;padding-left:18px;font-size:16px;}
- .div-container {
- position: relative;
- padding: 5px;
- border: 2px solid #EEE;
- width: 400px;
- height: 600px;
- margin: 0 auto;
- }
- .div-container-child {
- position: absolute;
- padding: 5px;
- width: 400px;
- height: 600px;
- margin: 0 auto;
- }
- .p-title-top{
- margin-top: -153px!important;
- height: 153px;
- font-size: 18px!important;
- }
- .scroll-view {
- z-index: 100;
- position: fixed;
- top: 0;
- height: auto;
- width: auto;
- *zoom: 0;
- *z-index: 100;
- _position: absolute;
- _top: expression(eval(document.documentElement.scrollTop));
- }
- .topImg{
- width: 100%!important;
- height: auto;
- }
- .underlineContent{
- user-select:none;
- display:inline;
- line-height: 35px;
- }
- .TableContainer{
- width: 100px;
- height: auto;
- overflow-x:auto !important;
- overflow-y:hidden !important;
- }
- .TableContainer::-webkit-scrollbar{
- display:none;
- }
- .PSBar{
- height: 5px;
- line-height: 5px;
- position: relative;
- left: 0px;
- bottom: -1px;
- background-color: #eee;
- z-index: 2;
- overflow:hidden;
- }
- .CSBar{
- height: 5px;
- line-height: 5px;
- position: relative;
- left: 0px;
- bottom: 0px;
- background-color: #ccc;
- z-index: 3;
- }
- .TableContainer td{
- min-width:205px !important;
- }
- td p{
- line-height: 35px !important;
- }
- .TableContainer td span{
- white-space:normal;
- word-break:normal;
- }
- table{
- table-layout:fixed;
- word-wrap:break-word;
- word-break:break-all;
- }
- .checkbox{
- background:#fff !important;
- }
- .cBoxCls{
- width: 15px;
- height: 15px;
- border-radius: 4px;
- border: solid 1px #92d0ff;
- display:inline-block;
- position: relative;
- top: 2px;
- }
- .cBoxCls[data-status='1'] {
- background-image: url('../Images/checkbox2x.png');
- background-repeat:no-repeat;
- background-position: 0px 2px;
- background-size:15px 10.5px;
- }
|