mtm_passage.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. /*高亮文本标注样式*/
  2. html {
  3. overflow: visible;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. body {
  8. font-family: Cambria;
  9. font-size: 12pt;
  10. overflow: auto;
  11. background-color: #ffffff;
  12. color: #000000;
  13. }
  14. /*::selection
  15. {
  16. background-color: #0099CC;
  17. color:#fff;
  18. }*/
  19. .mark{
  20. height:30px;
  21. width: 120px;
  22. margin-top: -6px;
  23. background-image: url("../image/mark.png");
  24. }
  25. .mark:hover{
  26. background-image: url("../image/mark_hover.png");
  27. }
  28. .klgList
  29. {
  30. background-color:#fff0e6;
  31. border:1px solid #b77b59;
  32. }
  33. .klgList>div
  34. {
  35. color:#b36a3b;
  36. cursor:pointer;
  37. padding:2px 2px 2px 5px;
  38. }
  39. .klgList>div:hover
  40. {
  41. background-color:#f0dbcd;
  42. }
  43. .selectBtn{
  44. margin-top: 5px;
  45. float: right;
  46. width: 30px;
  47. height: 30px;
  48. background-image: url(../image/selectBtn.png);
  49. cursor: pointer;
  50. }
  51. .toolBar{
  52. height: 40px;
  53. background-color: #dceff7;
  54. }
  55. .toolBar div{
  56. position: relative;
  57. left: 8px;
  58. height: 38px;
  59. width: 114px;
  60. background-image: url("../image/highlight.png");
  61. }
  62. .toolBar div.hover{
  63. background-image: url("../image/highlight_hover.png");
  64. }
  65. .toolBarMenu {
  66. position: absolute;
  67. display: none;
  68. top: 38px;
  69. left: 6px;
  70. width: 120px;
  71. height: 60px;
  72. background: url("../image/toolBarMenu.png") 0 -36px no-repeat;
  73. z-index: 1024;
  74. }
  75. .toolBarMenu ul{
  76. width: 106px;
  77. margin: 0 7px;
  78. }
  79. .toolBarMenu li {
  80. position: relative;
  81. height: 28px;
  82. width: 106px;
  83. line-height: 28px;
  84. font: '微软雅黑' 400 normal 12px;
  85. color: #333333;
  86. cursor: pointer;
  87. /*z-index: inherit;*/
  88. }
  89. .toolBarMenu li:hover{
  90. /*display: block;*/
  91. height: 28px;
  92. width: 106px;
  93. background-color: #DEEAFA;
  94. }
  95. .toolBarMenu li>div {
  96. display: inline-block;
  97. position: relative;
  98. top: 2px;
  99. width: 16px;
  100. height: 16px;
  101. margin-left: 6px;
  102. /*z-index: inherit;*/
  103. background: url("../image/toolUnChecked.png") no-repeat;
  104. }
  105. .toolBarMenu li.checked>div {
  106. background: url("../image/toolChecked.png") no-repeat;
  107. }
  108. .toolBarMenu li span{
  109. position: relative;
  110. top: -2px;
  111. font-family: '微软雅黑 Regular', '微软雅黑';
  112. font-size: 12px;
  113. }
  114. .selGroup div{
  115. display: inline-block;
  116. width: 22px;
  117. height: 22px;
  118. background: url("../image/uncheck.png");
  119. }
  120. .selGroup .wdSel:hover div[check="false"],.selGroup .phraseSel:hover div[check="false"],.selGroup .sentSel:hover div[check="false"]{
  121. background: url("../image/uncheck_hover.png");
  122. }
  123. .selGroup div.checkRect{
  124. background: url("../image/checked.png");
  125. }
  126. .selGroup .wdSel:hover div[check="true"],.selGroup .phraseSel:hover div[check="true"],.selGroup .sentSel:hover div[check="true"]{
  127. opacity:0.5;
  128. }
  129. .wordStyle[data-setstatus='1']::before{
  130. content: "";
  131. }
  132. .wordStyle[data-setstatus='1']::after{
  133. content: "";
  134. }
  135. .phraseStyle[data-setstatus='1']::before{
  136. content: "";
  137. }
  138. .phraseStyle[data-setstatus='1']::after{
  139. content: "";
  140. }
  141. @keyframes living { 0%{
  142. transform: scale(1);
  143. } 50%{
  144. transform: scale(1.2);
  145. } 100%{
  146. transform: scale(1);
  147. opacity: 1;
  148. } }
  149. .klg-selected{
  150. /*display:inline-block;*/
  151. box-shadow: 0 0 10px #0000ff !important;
  152. /*-webkit-animation: living 1.3s linear infinite;*/
  153. }
  154. .imgDel{
  155. position: relative;
  156. display: inline;
  157. }
  158. .imgDel>div {
  159. position: absolute;
  160. width: 15px;
  161. height: 15px;
  162. background-image: url("../image/delete15.png");
  163. margin: 0px -7px 0px -8px;
  164. top: -6px;
  165. right: -7px;
  166. z-index: 1;
  167. }
  168. .imgDel>div:hover{
  169. background-image: url("../image/delete15_hover.png");
  170. }
  171. .titleCss {
  172. /*margin-top: 5px;*/
  173. /* background-color: #dceff7; */
  174. padding-right: 20px;
  175. height: 40px;
  176. display: block;
  177. }
  178. .selGroup {
  179. position: absolute;
  180. display: none;
  181. padding-top: 15px;
  182. top: 35px;
  183. right: 15px;
  184. width: 104px;
  185. height: 132px;
  186. float: right;
  187. background: url("../image/selectBg.png") no-repeat;
  188. z-index: 1024;
  189. -webkit-user-select: none; /* Chrome all / Safari all */
  190. -moz-user-select: none; /* Firefox all */
  191. -ms-user-select: none; /* IE 10+ */
  192. }
  193. .wdSel, .phraseSel, .sentSel {
  194. margin-top: 7px;
  195. margin-left: 15px;
  196. cursor:pointer;
  197. float: left;
  198. }
  199. .ml3 {
  200. margin-left: 3px;
  201. }
  202. .markeg{
  203. position:relative;
  204. top:-4px;
  205. font-size:14px;
  206. color:#333333;
  207. }
  208. .rectImg {
  209. background-image: url(../image/rect.png);
  210. background-repeat: no-repeat;
  211. background-position: center center;
  212. width: 19px;
  213. display: none;
  214. font: bold 6pt;
  215. }
  216. .textcs {
  217. position: relative;
  218. line-height: 1.5;
  219. margin: 5px 5px;
  220. overflow-y : auto;
  221. padding-top: 5px;
  222. }
  223. #textArea {
  224. position: absolute;
  225. left: 0px;
  226. margin: 0 45px;
  227. text-align: justify;
  228. }
  229. /*详细释义*/
  230. .content{
  231. height: 113px;
  232. /*margin:0 5px;*/
  233. clear: right;
  234. padding:0px;
  235. border-bottom: solid 1px #e7e7e7;
  236. overflow-y: auto;
  237. color:#464646;
  238. }
  239. .content .enWordPro,.content font{
  240. font-size:14px;
  241. }
  242. .contentWrap{
  243. height: 150px;
  244. clear: right;
  245. margin: 5px 0px 0px 0px;
  246. padding:5px 0;
  247. overflow-y: auto;
  248. border-bottom: solid 1px #e7e7e7;
  249. }
  250. .contentText {
  251. font-weight: bold;
  252. font-size:20px;
  253. color:#007ac4;
  254. margin-bottom: 8px;
  255. margin-top: -6px;
  256. word-break: break-word;
  257. }
  258. .phonetic .voice{
  259. display:inline-block;
  260. width:18px;
  261. height:16px;
  262. position: relative;
  263. top: 3px;
  264. margin-left: 5px;
  265. background:url(../image/test_practice_icons.png) no-repeat -106px 0px;
  266. cursor: pointer;
  267. }
  268. .phonetic .voice.playing{
  269. background:url(../image/music_playing.gif);
  270. top: 4px;
  271. }
  272. .phonetic .voice.loading{
  273. width:16px;
  274. height:16px;
  275. background:url(loading.gif);
  276. }
  277. .moreDetail,.nextButton{
  278. float: right;
  279. margin: 12px 0;
  280. /*padding: 0 3px;*/
  281. cursor: pointer;
  282. color:#0d8ee3;
  283. font-size:14px;
  284. line-height:1;
  285. }
  286. .nextButton{
  287. float: left;
  288. }
  289. .pickUp{
  290. display: none;
  291. float: right;
  292. margin: 12px 8px;
  293. /*padding: 0 3px;*/
  294. cursor: pointer;
  295. color:#0d8ee3;
  296. font-size:14px;
  297. /*text-decoration:none;*/
  298. line-height:1;
  299. }
  300. .moreDetail:hover ,.pickUp:hover,.nextButton:hover{
  301. opacity: 0.8;
  302. filter: alpha(opacity=80);
  303. }
  304. .sentImagcs[data-setstatus='0']{
  305. display:none;
  306. }
  307. .sentImagcs[data-setstatus='1'][data-lstatus='0']{
  308. display: inline;
  309. cursor: pointer;
  310. margin: 0 3px -2px 1px;
  311. /*vertical-align: middle;*/
  312. }
  313. * {
  314. margin: 0px 0px;
  315. padding: 0px 0px;
  316. }
  317. ul {
  318. list-style: none;
  319. /*margin-left: 60px;*/
  320. /*margin-top: -22px;*/
  321. /*margin-right: 5px;*/
  322. }
  323. .ui-dialog a,a:-webkit-any-link,a:link,a:visited,a:hover,a:active{cursor:pointer !important;}
  324. /* 视听说重构后颜色渲染 */
  325. .border1{
  326. border: dashed 1px #ff6600;
  327. }
  328. .wordStyle{
  329. white-space:nowrap;
  330. font-weight: bold;
  331. border-radius:4px;
  332. cursor: pointer;
  333. z-index: 10;
  334. }
  335. .phraseStyle{
  336. border-radius:2px;
  337. padding-left:0px;
  338. padding-right:0px;
  339. cursor: pointer;
  340. z-index: 10;
  341. }
  342. .sentenceStyle{
  343. z-index:5;
  344. }
  345. .wordStyle[data-setstatus='0'] {
  346. color:#ffffff;
  347. }
  348. .wordStyle[data-setstatus='1'] {
  349. color:#db5d00;
  350. }
  351. .wordStyle[data-setstatus='1'][data-glclick='1']{
  352. color:#ff7d1e;
  353. }
  354. .phraseStyle[data-setstatus='0'] {
  355. background-color:#ffffff;
  356. }
  357. .phraseStyle[data-setstatus='1'] {
  358. background-color:#f2db8b;
  359. }
  360. .phraseStyle[data-setstatus='1'][data-glclick='1']{
  361. background-color:#ffeeb2;
  362. }
  363. .sentenceStyle[data-setstatus='0']{
  364. border-bottom:none;
  365. }
  366. .sentenceStyle[data-setstatus='1']{
  367. border-bottom:2px solid #78ae43;
  368. background-color:#ffffff;
  369. }
  370. .sentenceStyle[data-setstatus='1'][data-glclick='1']{
  371. border-bottom:2px solid #78ae43;
  372. background-color:#83e600;
  373. }