namejr 4 年之前
父节点
当前提交
c7c8225d48
共有 2 个文件被更改,包括 845 次插入0 次删除
  1. 429 0
      EBook.Web/Common/mtm_passage - 副本.css
  2. 416 0
      EBook.Web/Common/tasklib_book - 副本.css

+ 429 - 0
EBook.Web/Common/mtm_passage - 副本.css

@@ -0,0 +1,429 @@
+/*高亮文本标注样式*/
+html {
+    overflow: visible;
+    padding: 0;
+    margin: 0;
+}
+
+body {
+    font-family: Cambria;
+    font-size: 12pt;
+    overflow: auto;
+    background-color: #ffffff;
+    color: #000000;
+}
+
+/*::selection
+{
+	background-color: #0099CC;
+	color:#fff;
+}*/
+
+.mark{
+    height:30px;
+    width: 120px;
+    margin-top: -6px;
+    background-image: url("../image/mark.png");
+}
+
+.mark:hover{
+    background-image: url("../image/mark_hover.png");
+}
+
+.klgList
+{
+	background-color:#fff0e6;
+	border:1px solid #b77b59;
+}
+
+.klgList>div
+{
+	color:#b36a3b;
+	cursor:pointer;
+	padding:2px 2px 2px 5px;
+}
+
+.klgList>div:hover
+{
+	background-color:#f0dbcd;
+}
+
+.selectBtn{
+    margin-top: 5px;
+    float: right;
+    width: 30px;
+    height: 30px;
+    background-image: url(../image/selectBtn.png);
+    cursor: pointer;
+}
+
+.toolBar{
+    height: 40px;
+    background-color: #dceff7;
+}
+
+.toolBar div{
+    position: relative;
+    left: 8px;
+    height: 38px;
+    width: 114px;
+    background-image: url("../image/highlight.png");
+}
+.toolBar div.hover{
+    background-image: url("../image/highlight_hover.png");
+}
+
+.toolBarMenu {
+    position: absolute;
+    display: none;
+    top: 38px;
+    left: 6px;
+    width: 120px;
+    height: 60px;
+    background: url("../image/toolBarMenu.png") 0 -36px no-repeat;
+    z-index: 1024;
+}
+
+.toolBarMenu ul{
+    width: 106px;
+    margin: 0 7px;
+}
+
+.toolBarMenu li {
+    position: relative;
+    height: 28px;
+    width: 106px;
+    line-height: 28px;
+    font: '微软雅黑' 400 normal 12px;
+    color: #333333;
+    cursor: pointer;
+    /*z-index: inherit;*/
+}
+
+.toolBarMenu li:hover{
+    /*display: block;*/
+    height: 28px;
+    width: 106px;
+    background-color: #DEEAFA;
+}
+.toolBarMenu li>div {
+    display: inline-block;
+    position: relative;
+    top: 2px;
+    width: 16px;
+    height: 16px;
+    margin-left: 6px;
+    /*z-index: inherit;*/
+    background: url("../image/toolUnChecked.png") no-repeat;
+}
+
+.toolBarMenu li.checked>div {
+    background: url("../image/toolChecked.png") no-repeat;
+}
+
+.toolBarMenu li span{
+    position: relative;
+    top: -2px;
+    font-family: '微软雅黑 Regular', '微软雅黑';
+    font-size: 12px;
+}
+
+.selGroup div{
+    display: inline-block;
+    width: 22px;
+    height: 22px;
+    background: url("../image/uncheck.png");
+}
+
+.selGroup .wdSel:hover div[check="false"],.selGroup .phraseSel:hover div[check="false"],.selGroup .sentSel:hover div[check="false"]{
+	background: url("../image/uncheck_hover.png");
+}
+
+.selGroup div.checkRect{
+    background: url("../image/checked.png");
+}
+
+.selGroup .wdSel:hover div[check="true"],.selGroup .phraseSel:hover div[check="true"],.selGroup .sentSel:hover div[check="true"]{
+	opacity:0.5;
+}
+
+
+.wordStyle[data-setstatus='1']{
+	white-space:nowrap;
+    color: #db5d00;  /*单词选择颜色*/
+    font-weight: bold;
+	border-radius:4px;
+    cursor: pointer;
+    z-index: 10;
+}
+
+.wordStyle[data-setstatus='1']::before{
+    content: "";
+}
+
+.wordStyle[data-setstatus='1']::after{
+    content: "";
+}
+
+.border1{
+    border: dashed 1px #ff6600;
+}
+
+.phraseStyle[data-setstatus='1']{
+    background-color: #f2db8b;  /*短语选择颜色*/
+	border-radius:2px;
+	padding-left:0px;
+	padding-right:0px;
+    cursor: pointer;
+    z-index: 10;
+}
+
+.phraseStyle[data-setstatus='1']::before{
+    content: "";
+}
+
+.phraseStyle[data-setstatus='1']::after{
+    content: "";
+}
+
+.sentenceStyle[data-setstatus='1']{
+    border-bottom: 2px solid #78ae43;  /*句型*/
+    z-index: 5;
+}
+
+.wordStyle[data-setstatus='1']:hover{
+    color:#ff7d1e;
+    font-weight: bold;
+	/*background-color: #ffeeb2;*/
+}
+.wordStyle[data-setstatus='1'][showflag='0']{
+    color: #ffffff;
+}
+.wordStyle[data-setstatus='1'][showflag='0']:hover{
+    color: #ffffff;
+	background-color: #ffffff;
+}
+.phraseStyle[data-setstatus='1'][showflag='0'] .wordStyle[data-setstatus='1'][showflag='0'][data-scolor='5']{
+    color: #f2db8b;
+	background-color: #f2db8b;
+}
+.phraseStyle[data-setstatus='1'][showflag='0'] {
+    background-color: #ffffff;
+}
+
+ @keyframes living { 0%{
+                transform: scale(1);
+            } 50%{
+                transform: scale(1.2);  
+            } 100%{
+                transform: scale(1);
+                opacity: 1;
+            } }
+
+.klg-selected{
+	/*display:inline-block;*/
+	box-shadow: 0 0 10px #0000ff !important;
+	/*-webkit-animation: living 1.3s linear infinite;*/
+}
+
+.imgDel{
+    position: relative;
+    display: inline;
+}
+
+.imgDel>div {
+    position: absolute;
+    width: 15px;
+    height: 15px;
+    background-image: url("../image/delete15.png");
+    margin: 0px -7px 0px -8px;
+    top: -6px;
+    right: -7px;
+    z-index: 1;
+}
+
+.imgDel>div:hover{
+    background-image: url("../image/delete15_hover.png");
+}
+
+.titleCss {
+    /*margin-top: 5px;*/
+    /* background-color: #dceff7; */
+    padding-right: 20px;
+    height: 40px;
+    display: block;
+}
+
+.selGroup {
+    position: absolute;
+    display: none;
+    padding-top: 15px;
+    top: 35px;
+    right: 15px;
+    width: 104px;
+    height: 132px;
+    float: right;
+    background: url("../image/selectBg.png") no-repeat;
+    z-index: 1024;
+	-webkit-user-select: none;  /* Chrome all / Safari all */
+    -moz-user-select: none;     /* Firefox all */
+    -ms-user-select: none;      /* IE 10+ */
+}
+
+.wdSel, .phraseSel, .sentSel {
+    margin-top: 7px;
+	margin-left: 15px;
+	cursor:pointer;
+	float: left;
+}
+
+.ml3 {
+    margin-left: 3px;
+}
+
+.markeg{
+	position:relative;
+	top:-4px;
+	font-size:14px;
+	color:#333333;
+}
+
+.rectImg {
+    background-image: url(../image/rect.png);
+    background-repeat: no-repeat;
+    background-position: center center;
+    width: 19px;
+    display: none;
+    font: bold 6pt;
+}
+
+.textcs {
+    position: relative;
+    line-height: 1.5;
+    margin: 5px 5px;
+    overflow-y : auto;
+    padding-top: 5px;  
+}
+
+#textArea {
+    position: absolute;
+    left: 0px;
+    margin: 0 45px;
+    text-align: justify;
+}
+/*详细释义*/
+.content{
+    height: 113px;
+	/*margin:0 5px;*/
+    clear: right;
+	padding:0px;
+    border-bottom: solid 1px #e7e7e7;
+    overflow-y: auto;
+    color:#464646;
+}
+
+.content .enWordPro,.content font{
+	font-size:14px;
+}
+
+.contentWrap{
+    height: 150px;
+    clear: right;
+    margin: 5px 0px 0px 0px;
+	padding:5px 0;
+    overflow-y: auto;
+    border-bottom: solid 1px #e7e7e7;
+}
+
+.contentText {
+    font-weight: bold;
+    font-size:20px;
+    color:#007ac4;
+    margin-bottom: 8px;
+    margin-top: -6px;
+    word-break: break-word;
+}
+.phonetic .voice{
+    display:inline-block;
+    width:18px;
+    height:16px;
+    position: relative;
+    top: 3px;
+    margin-left: 5px;
+    background:url(../image/test_practice_icons.png) no-repeat -106px 0px;
+    cursor: pointer;
+}
+
+.phonetic .voice.playing{
+    background:url(../image/music_playing.gif);
+    top: 4px;
+}
+
+.phonetic .voice.loading{
+	width:16px;
+	height:16px;
+	background:url(loading.gif);
+}
+
+.moreDetail,.nextButton{    
+    float: right;
+    margin: 12px 0;
+    /*padding: 0 3px;*/
+    cursor: pointer;
+	color:#0d8ee3;
+	font-size:14px;
+    line-height:1;
+}
+
+.nextButton{
+	float: left;
+}
+.pickUp{
+    display: none;
+    float: right;
+    margin: 12px 8px;
+    /*padding: 0 3px;*/
+    cursor: pointer;
+	color:#0d8ee3;
+	font-size:14px;
+	/*text-decoration:none;*/
+    line-height:1;
+}
+
+.moreDetail:hover ,.pickUp:hover,.nextButton:hover{
+    opacity: 0.8;
+    filter: alpha(opacity=80);
+}
+
+.sentImagcs[data-setstatus='0']{
+    display:none;
+}
+
+.sentImagcs[data-setstatus='1'][data-lstatus='0']{
+    display: inline;
+    cursor: pointer;
+    margin: 0 3px -2px 1px;
+    /*vertical-align: middle;*/
+}
+
+* {
+    margin: 0px 0px;
+    padding: 0px 0px;
+}
+
+ul {
+    list-style: none;
+    /*margin-left: 60px;*/
+    /*margin-top: -22px;*/
+    /*margin-right: 5px;*/
+}
+
+.ui-dialog a,a:-webkit-any-link,a:link,a:visited,a:hover,a:active{cursor:pointer !important;}
+
+/* 句子不需要黄色背景.sentenceStyle[data-nowclick='1'][data-setstatus='1'],.sentenceStyle[data-nowclick='1'][data-setstatus='1'] span */
+.wordStyle[data-nowclick='1'][data-setstatus='1'],.phraseStyle[data-nowclick='1'][data-setstatus='1'],.phraseStyle[data-nowclick='1'][data-setstatus='1'] span{
+    background-color: #ffeeb2 !important;
+}
+.wordStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.phraseStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.phraseStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'] span,.sentenceStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.sentenceStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'] span{
+    color: #ffeeb2 !important;  /* 关闭知识点卡片后取消背景渲染,对应这个已经无效果了 */
+}

+ 416 - 0
EBook.Web/Common/tasklib_book - 副本.css

@@ -0,0 +1,416 @@
+body {text-align:left;}
+p{word-break: break-word;word-wrap: break-word;clear:both;line-height: 22px;}
+/*作答区域外层*/
+.answer-body {border-radius: 5px;display:inline-block;margin-bottom:-1px;margin-top:8px;margin-bottom: 5px;}
+.answer-body[answer-showanswer='1']{display:inline;}
+.answer-body[data-astatus='0'] {
+    margin-bottom: 0px;
+    margin-top: 0px;
+}
+.boxQue .answer-body{
+    line-height: 20px;
+}
+.boxQue .answer-text{
+    height: 20px;
+    display:inline !important;
+}
+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;display:inline !important;}
+/*作答音频区域*/
+.answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;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 {display:inline-block;}
+.answer-point-range img {float:left;margin-left:3px;margin-top:2px;width:16px;height:16px;}
+.answer-point-range span { float:left;margin-left:3px; margin-right:7px;color:#6ab7ff;line-height:22px;font-size:16px;}
+.answer-point-range-div{display: block;border: 1px solid #6ab7ff;height: 20px;border-radius: 5px;position: relative;left: 0px;top: 6px;}
+.select-answer[data-astatus='0'] .answer-point-range-div{
+    border: none !important;
+    background:#eaf6ff !important;
+}
+.underlinePart{
+    margin-bottom:10px;
+}
+/*作答内容*/
+.answer-text { margin-left:5px; margin-right:8px;color:#6ab7ff;font-size:16px;word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;display:none;border-bottom: 1px solid #979797;margin-bottom:5px;padding-bottom:1px;}
+/*评阅及点击相关样式*/
+.no-answer { color:#ff6600;text-decoration:none;border-bottom: 1px solid #979797;}
+.answer-body .no-answer { display:inline !important;}
+.select-answer[data-astatus='1'],.select-answer[data-astatus='2'],.select-answer[data-astatus='3']{
+    border: none !important;
+    background:#eaf6ff !important;
+}
+.select-answer[data-astatus='1'][data-errstatus='1'],.select-answer[data-astatus='2'][data-errstatus='1']{
+    background:#ffefe4 !important;
+}
+.select-answer .answer-text {color:#6ab7ff;}
+.select-answer .answer-point-range span {color:#6ab7ff;}
+.select-answer[data-astatus='1'][data-errstatus='1'] .answer-text,.select-answer[data-astatus='2'][data-errstatus='1'] .answer-text {color:#ff6600;}
+.select-answer[data-astatus='1'][data-errstatus='1'] .answer-point-range span,.select-answer[data-astatus='2'][data-errstatus='1'] .answer-point-range span {color:#ff6600;}
+.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='1'] .answer-text,.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='1'] .answer-text{
+    background:#ffefe4 !important;
+}
+.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='0'] .answer-text,.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='0'] .answer-text{
+    background:#eaf6ff !important;
+}
+/*一题多空样式*/
+.checkbox {
+    display:inline;
+    background:#fff;
+}
+
+/*.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;
+}
+.underlineContent[showflag='0'],.underlineContent span[showflag='0']{
+    color:#ffffff;
+}
+.underlineContent[showflag='0'] .sentImagcs{
+    display:none;
+}
+.TableContainer{
+    width: 100px;
+    height: auto;
+    overflow-x:auto !important;
+    overflow-y:hidden !important;
+}
+.TableContainer::-webkit-scrollbar{
+    display:none;
+}
+.PSBar{
+    height: 3px;
+    line-height: 3px;
+    position: relative;
+    left: 0px;
+    bottom: -1px;
+    background-color: #eee;
+    z-index: 2;
+    overflow:hidden;
+    margin-bottom:15px;
+}
+.CSBar{
+    height: 3px;
+    line-height: 3px;
+    position: relative;
+    left: 0px;
+    bottom: 0px;
+    background-color: #ccc;
+    z-index: 3;
+    border-radius:3px;
+}
+/*不全为多选框*/
+.TableContainer[data-isaflag='1'][data-allcb='0'] td{
+    min-width:205px !important;
+}
+td p{
+    padding: 5px 0px;
+}
+td p .answer-body{
+    height:27px;
+}
+.TableContainer td span,.TableContainer td{
+    white-space:normal !important;
+    word-break:normal !important;
+}
+.TableContainer[data-isaflag='1'] table{
+    table-layout:fixed;
+    word-wrap:break-word;
+    word-break:break-all;
+}
+table tr td:last-child{
+    padding-right:10px !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;
+}
+.checkbox.select-answer{
+    background:#eaf6ff;
+}
+/*#region音频插件*/
+.ListenDiv{
+    height:48px;
+    border-radius:5px;
+    margin: 0 auto;
+    margin-top: 15px;
+    margin-bottom: 5px;
+    user-select:none;
+}
+.ListenDiv[data-status='1']{
+    height:80px;
+}
+.ListenDiv .LDivTop {
+    width: calc(100% - 20px);
+    height: 29px;
+    border-bottom: 1px solid rgba(255,255,255,0.6);
+    margin: 0 auto;
+    overflow: hidden;
+}
+.LDivTop .LDivTItem{
+    width:85px;
+    height:29px;
+    float:left;
+    color:rgba(10,169,251,0.6);
+    font-size: 16px;
+    text-align:center;
+    line-height: 26px;
+    color: #44bfff;
+}
+.LDivTItem:first-child{
+    margin-left:10px !important;
+}
+.LDivTItem[data-selected='1']{
+    font-weight: bold;
+    font-stretch: normal;
+    letter-spacing: 0px;
+    color:rgba(10,169,251,1);
+    border-bottom:2px solid #fff;
+}
+.SImg{
+    width: 11px;
+    height: 7px;
+    background-image: url('../Images/select2x.png');
+    background-repeat:no-repeat;
+    position:relative;
+    background-size:100%;
+    left:50px;
+    top:-53px
+}
+.ListenDiv .LDivFooter{
+    width:calc(100%);
+    height:47px;
+    margin:0 auto;
+    overflow:hidden;
+    background-color:rgba(10,169,251,1);
+    box-shadow: 0px 2px 3px rgba(10,169,251,0.2);
+    border-radius: 24px;
+}
+.LDivFooter .LDFPlayS {
+    width:40px;
+    height:40px;
+    float: left;
+    background-image: url('../Images/Listen/播放2@3x.png');
+    background-repeat: no-repeat;
+    background-size: 100%;
+    margin-left: 10px;
+    margin-top: 4px;
+    border-radius:20px;
+    user-select:none;
+}
+.LDFPlayS[data-playstatus='1'] {
+    background-image: url('../Images/Listen/暂停2@3x.png');
+}
+.LDivFooter .LDFPauseS {
+    display:none;  /*取消重置*/
+    width:24px;
+    height:24px;
+    float:left;
+    background-image: url('../Images/Listen/停止@2x.png');
+    background-repeat: no-repeat;
+    margin-top: 12px;
+    background-size: 100%;
+    margin-left:10px;
+    border-radius:12px;
+    user-select:none;
+}
+.LDFPWhite{
+    width:0px;
+    height: 2px;
+    position:relative;
+    left: 0px;
+    top: 0px;
+    background-color: #fff;
+}
+.LDivFooter .LDFProcS {
+    /*width:calc(100% - 228px); 取消重置*/
+    width:calc(100% - 194px);
+    height:2px;
+    float:left;
+    background-color:rgba(6,142,216,1);
+    margin-left: 12px;
+    margin-top: 23px;
+}
+.LDFProcS .LDFProcImg {
+    width:30px;
+    height:48px;
+    position:relative;
+    left:-15px;
+    top:-25px;
+    background-image: url('../Images/Listen/拉杆@2x.png');
+    background-size: 10px 10px;
+    background-repeat:no-repeat;
+    background-position-y: 19px;
+    background-position-x: 10px;
+}
+.LDivFooter .LDFTimerS{
+    width: 100px;
+    line-height:16px;
+    float:right;
+    margin-top:14px;
+    text-align: right;
+    overflow:hidden;
+    margin-right: 24px;
+    color:rgba(255,255,255,0.6);
+    user-select:none;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='80'] {
+    clear:both;
+    margin-top:-27px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='80'] span{
+    font-size: 18px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='100'] {
+    clear:both;
+    margin-top:-29px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='100'][data-ismaflag='1'] {
+    margin-top:-32px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='100'] span{
+    font-size: 16px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='120'] {
+    clear:both;
+    margin-top:-30px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='120'] span{
+    font-size: 14px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='140'] {
+    clear:both;
+    margin-top:-32px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='140'] span{
+    font-size: 12px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='160'] {
+    clear:both;
+    margin-top:-32px;
+}
+.LDFTimerS[data-mtype='1'][data-fsFlag='160'] span{
+    font-size: 10px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='80'] {
+    margin-top:19px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='80'] span{
+    font-size: 18px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='100'] {
+    margin-top:16px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='100'] span{
+    font-size: 16px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='120'] {
+    margin-top:14px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='120'] span{
+    font-size: 14px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='140'] {
+    margin-top:12px;
+}
+.LDFTimerS[data-mtype='2'][data-fsFlag='140'] span{
+    font-size: 12px;
+}
+/* 缩小表格里面的数据 */
+.TableContainer[data-mtype='1'][data-fsFlag='80'] td,.TableContainer[data-mtype='1'][data-fsFlag='80'] p{
+    font-size: 18px !important;
+}
+.TableContainer[data-mtype='1'][data-fsFlag='100'] td,.TableContainer[data-mtype='1'][data-fsFlag='100'] p{
+    font-size: 16px !important;
+}
+.TableContainer[data-mtype='1'][data-fsFlag='120'] td,.TableContainer[data-mtype='1'][data-fsFlag='120'] p{
+    font-size: 14px !important;
+}
+.TableContainer[data-mtype='1'][data-fsFlag='140'] td,.TableContainer[data-mtype='1'][data-fsFlag='140'] p{
+    font-size: 12px !important;
+}
+.TableContainer[data-mtype='1'][data-fsFlag='160'] td,.TableContainer[data-mtype='1'][data-fsFlag='160'] p{
+    font-size: 10px !important;
+}
+.TableContainer[data-mtype='2'][data-fsFlag='80'] td,.TableContainer[data-mtype='2'][data-fsFlag='80'] p{
+    font-size: 18px !important;
+}
+.TableContainer[data-mtype='2'][data-fsFlag='100'] td,.TableContainer[data-mtype='2'][data-fsFlag='100'] p{
+    font-size: 16px !important;
+}
+.TableContainer[data-mtype='2'][data-fsFlag='120'] td,.TableContainer[data-mtype='2'][data-fsFlag='120'] p{
+    font-size: 14px !important;
+}
+.TableContainer[data-mtype='2'][data-fsFlag='140'] td,.TableContainer[data-mtype='2'][data-fsFlag='140'] p{
+    font-size: 12px !important;
+}
+/*#endregion音频插件*/
+img.cAStauts[showflag='0']{
+    opacity:0;
+}
+
+.phraseStyle[data-setstatus='1'] .underlineContent[showflag='0'],.phraseStyle[data-setstatus='1'] .underlineContent[showflag='0'] span{
+    color:#f2db8b;
+}
+.phraseStyle[data-rsstatus='1']{
+    border:1px dashed red;
+}