| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- body {text-align:left;}
- .answer-range {background-color:#eaf6ff;border-radius: 5px; display:inline-block;margin-bottom:-5px;margin-top:8px;}
- .answer-range img {float:left;margin-left:3px;margin-top:5px;width:20px;height:20px;}
- .answertext { float:left;margin-left:5px; margin-right:8px;color:#6ab7ff;line-height:30px;font-size:16px;}
- .answertext:focus { border: 0 none;outline: none;border-bottom:solid #6ab7ff 1px;}
- .answer-img {margin-left:3px;margin-top:5px;width:20px;height:20px;top:5px;}
- .no-answer { color:#989898;text-decoration:none;}
- .bad-answer { color:red; }
- .good-answer { color:green; }
- .select-answer {background:#ffefe4;}
- .select-answer span {color:#ff6600;}
- .break-word {word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;}
- .audio {margin-top:8px;}
- /*.docxParagraphs {border:solid red 1px;}*/
- .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;
- }
|