| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- /*高亮文本标注样式*/
- 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; /* 关闭知识点卡片后取消背景渲染,对应这个已经无效果了 */
- }
|