common.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. *{margin: 0; padding: 0;}
  2. .clear{ clear:both;overflow: hidden;}
  3. *, *::before, *::after {box-sizing: border-box;}
  4. body{ font-size: 14px; font-family: "微软雅黑"; }
  5. body,html{height:100%; min-width:1182px}
  6. @font-face {
  7. font-family:myFam;
  8. src: url('RobotoSlab-Regular.ttf');
  9. }
  10. @font-face {
  11. font-family:myFamBold;
  12. src: url('RobotoSlab-Bold.ttf');
  13. }
  14. @font-face {
  15. font-family:myFamLight;
  16. src: url('RobotoSlab-Light.ttf');
  17. }
  18. .normal{font-weight: normal ;}
  19. a{text-decoration: none;}
  20. ul{list-style: none;}
  21. .fl{ float: left;}
  22. .fr{ float: right;}
  23. .hide{display: none}
  24. .disabled {color:gray!important}
  25. .link{cursor:pointer}
  26. t{font-style: italic;font-weight: 700;}
  27. m{font-size: 12px;color:rgba(0,0,0,0.65);}
  28. table {
  29. border-spacing: 0;
  30. border-collapse: collapse;
  31. }
  32. input,span,button,textarea{outline: 0;font-weight:normal}
  33. input::-webkit-input-placeholder {color: rgba(0,0,0,0.65);font-size: 14px; font-weight:normal }
  34. input:-moz-placeholder { color: rgba(0,0,0,0.65);font-size: 14px; font-weight:normal }
  35. input::-moz-placeholder {color: rgba(0,0,0,0.65);font-size: 14px; font-weight:normal }
  36. input:-ms-input-placeholder { color: rgba(0,0,0,0.65);font-size: 14px; font-weight:normal}
  37. .wrap{position: relative; width:100%; min-height:100%; padding-bottom: 88px;background: #f0f2f5;}
  38. .content{width:100%}
  39. .header{background: #FFFFFF;border-bottom: 1px rgba(0,21,41,0.12) solid; }
  40. .header-inner{width:1182px;margin: 0 auto;height:64px;}
  41. .logoDiv{}
  42. .logo{width:91px; margin-top: 22px; margin-right: 16px;}
  43. .teach-name{line-height: 64px;font-size: 16px;color: #000000;}
  44. .user-infor{}
  45. .user-name{line-height: 64px;}
  46. .avatar{width:24px;height:24px;border-radius: 100%; margin:19px 8px 0 0; }
  47. .noticebtn{width:24px;height:24px;background: #1890FF ; background-size:100% 100%;border-radius: 100%; margin: 19px 20px 0 0; display: flex;justify-content: center;align-items: center; cursor: pointer;}
  48. .message-icon{width:12px; height:16px; background:url(../img/notice-icon.png) no-repeat center center; background-size:100% 100%;}
  49. .exit{line-height: 64px;width:50px;text-align: right;color:#000; cursor: pointer;}
  50. .nav{background: #fff;}
  51. .nav-inner{width: 1182px;margin: 0 auto;padding: 16px 0;}
  52. .nav-inner a,.nav-inner span{font-size: 14px;color: rgba(0,0,0,0.45);line-height: 22px;}
  53. .nav-inner span{margin: 0 10px;}
  54. .login-footer{position: absolute; bottom:0;left:0;text-align: center;width:100%;height:88px; padding: 20px 0;}
  55. .falv{display: inline-block; margin-bottom: 8px;}
  56. .falv li{float: left;}
  57. .falv li a{display: block;font-size: 14px;color: rgba(0,0,0,0.45);width:100px}
  58. .copyright{font-size: 12px;
  59. color: rgba(0,0,0,0.45); line-height: 20px;}
  60. /*单词级别---颜色使用*/
  61. /*小学*/
  62. .pubTabDiv table .h0 .kind-border{border-left: 2px #cddc39 solid;}
  63. .pubTabDiv table .h0 .kind-color{color:#cddc39;}
  64. .pubTabDiv table .h0 .kind-bg{background: rgba(205,220,57,0.1);}
  65. .pubTabDiv table .h0 .chart-color{background: #cddc39;}
  66. /*初中*/
  67. .pubTabDiv table .h1 .kind-border{border-left: 2px #8BC34A solid;}
  68. .pubTabDiv table .h1 .kind-color{color:#8BC34A;}
  69. .pubTabDiv table .h1 .kind-bg{background: rgba(139,195,74,0.1);}
  70. .pubTabDiv table .h1 .chart-color{background: #8BC34A;}
  71. /*高中必修*/
  72. .pubTabDiv table .h2 .kind-border{border-left: 2px #03a9f4 solid;}
  73. .pubTabDiv table .h2 .kind-color{color: #03a9f4;}
  74. .pubTabDiv table .h2 .kind-bg{background: rgba(3,169,244, 0.1);}
  75. .pubTabDiv table .h2 .chart-color{background: #03a9f4;}
  76. /*高中选修*/
  77. .pubTabDiv table .h3 .kind-border{border-left: 2px #1976d2 solid;}
  78. .pubTabDiv table .h3 .kind-color{color: #1976d2;}
  79. .pubTabDiv table .h3 .kind-bg{background: rgba(25,118,210,0.1);}
  80. .pubTabDiv table .h3 .chart-color{background: #1976d2;}
  81. /*4级*/
  82. .pubTabDiv table .h4 .kind-border{border-left: 2px #ffc107 solid;}
  83. .pubTabDiv table .h4 .kind-color{color:#ffc107}
  84. .pubTabDiv table .h4 .kind-bg{background: rgba(255,193,7,0.1);}
  85. .pubTabDiv table .h4 .chart-color{background: #ffc107;}
  86. /*4级派生*/
  87. .pubTabDiv table .h5 .kind-border{border-left: 2px #ffa000 solid;}
  88. .pubTabDiv table .h5 .kind-color{color: #ffa000;}
  89. .pubTabDiv table .h5 .kind-bg{background: rgba(255,160,0,0.1);}
  90. .pubTabDiv table .h5 .chart-color{background: #ffa000;}
  91. /*6级*/
  92. .pubTabDiv table .h6 .kind-border{border-left: 2px #ff7043 solid;}
  93. .pubTabDiv table .h6 .kind-color{color: #ff7043;}
  94. .pubTabDiv table .h6 .kind-bg{background: rgba(255,112,67,0.1);}
  95. .pubTabDiv table .h6 .chart-color{background: #ff7043;}
  96. /*6级派生*/
  97. .pubTabDiv table .h7 .kind-border{border-left: 2px #e64a19 solid;}
  98. .pubTabDiv table .h7 .kind-color{color: #e64a19;}
  99. .pubTabDiv table .h7 .kind-bg{background: rgba(230,74,25,0.1);}
  100. .pubTabDiv table .h7 .chart-color{background: #e64a19;}
  101. /*考研*/
  102. .pubTabDiv table .h12 .kind-border{border-left: 2px #9C27B0 solid;}
  103. .pubTabDiv table .h12 .kind-color{color: #9C27B0;}
  104. .pubTabDiv table .h12 .kind-bg{background: rgba(156,39,176,0.1);}
  105. .pubTabDiv table .h12 .chart-color{background: #9C27B0;}
  106. /*导出词*/
  107. .pubTabDiv table .h8 .kind-border{border-left: 2px #FB508A solid;}
  108. .pubTabDiv table .h8 .kind-color{color: #FB508A;}
  109. .pubTabDiv table .h8 .kind-bg{background: rgba(251,80,138,0.1);}
  110. .pubTabDiv table .h8 .chart-color{background: #FB508A;}
  111. /*超纲词*/
  112. .pubTabDiv table .h9 .kind-border{border-left: 2px #F00 solid;}
  113. .pubTabDiv table .h9 .kind-color{color: #F00;}
  114. .pubTabDiv table .h9 .kind-bg{background: rgba(244,67,54,0.1);}
  115. .pubTabDiv table .h9 .chart-color{background: #F00;}
  116. /*专有*/
  117. .pubTabDiv table .h10 .kind-border{border-left: 2px #9E9E9E solid;}
  118. .pubTabDiv table .h10 .kind-color{color: #9E9E9E;}
  119. .pubTabDiv table .h10 .kind-bg{background: rgba(158,158,158,0.1);}
  120. .pubTabDiv table .h10 .chart-color{background: #9E9E9E;}
  121. /*其他*/
  122. .pubTabDiv table .h11 .kind-border{border-left: 2px #3c4143 solid;}
  123. .pubTabDiv table .h11 .kind-color{color: #3c4143;}
  124. .pubTabDiv table .h11 .kind-bg{background: rgba(60,65,67,0.1);}
  125. .pubTabDiv table .h11 .chart-color{background: #3c4143;}
  126. /*小学*/
  127. .s0 .exp-word {color:#cddc39;}
  128. .s0 .word-level {background: rgba(205,220,57,0.1);border: 1px solid #cddc39;color:#cddc39;}
  129. /*初中*/
  130. .s1 .exp-word {color:#8BC34A;}
  131. .s1 .word-level {background: rgba(139,195,74,0.1);border: 1px solid #8BC34A;color:#8BC34A;}
  132. /*高中必修*/
  133. .s2 .exp-word {color: #03a9f4;}
  134. .s2 .word-level {background: rgba(3,169,244, 0.1);border: 1px solid #03a9f4;color: #03a9f4;}
  135. /*高中选修*/
  136. .s3 .exp-word {color: #1976d2;}
  137. .s3 .word-level {background: rgba(25,118,210,0.1);border: 1px solid #1976d2;color: #1976d2;}
  138. /*四级*/
  139. .s4 .exp-word {color: #ffc107;}
  140. .s4 .word-level {background: rgba(255,193,7,0.1);border: 1px solid #ffc107;color: #ffc107;}
  141. /*四级派生*/
  142. .s5 .exp-word {color: #ffa000;}
  143. .s5 .word-level {background: rgba(255,160,0,0.1);border: 1px solid #ffa000;color: #ffa000;}
  144. /*六级*/
  145. .s6 .exp-word {color: #ff7043;}
  146. .s6 .word-level {background: rgba(255,112,67,0.1);border: 1px solid #ff7043;color: #ff7043;}
  147. /*六级派生*/
  148. .s7 .exp-word {color: #e64a19;}
  149. .s7 .word-level {background: rgba(230,74,25,0.1);border: 1px solid #e64a19;color: #e64a19;}
  150. /*考研*/
  151. .s12 .exp-word {color: #9C27B0;}
  152. .s12 .word-level {background: rgba(156,39,176,0.1);border: 1px solid #9C27B0;color: #9C27B0;}
  153. /*导出*/
  154. .s8 .exp-word {color: #FB508A;}
  155. .s8 .word-level {background: rgba(251,80,138,0.1);border: 1px solid #FB508A;color: #FB508A;}
  156. /*超纲*/
  157. .s9 .exp-word {color: #F00;}
  158. .s9 .word-level {background: rgba(244,67,54,0.1);border: 1px solid #F00;color: #F00;}
  159. /*专有*/
  160. .s10 .exp-word {color: #9e9e9e;}
  161. .s10 .word-level {background: rgba(158,158,158,0.1);border: 1px solid #9e9e9e;color: #9e9e9e;}
  162. /*其他*/
  163. .s11 .exp-word {color: #3C4143;}
  164. .s11 .word-level {background: rgba(60,65,67,0.1);border: 1px solid #3C4143;color: #3C4143;}
  165. /*词表---等级*/
  166. /*小学*/
  167. c0{color:#cddc39;}
  168. /*初中*/
  169. c1{color:#8BC34A;}
  170. /*高中必修*/
  171. c2{color: #03a9f4;}
  172. /*高中选修*/
  173. c3{color: #1976d2;}
  174. /*四级*/
  175. c4{color: #ffc107;}
  176. /*四级派生*/
  177. c5{color: #ffa000;}
  178. /*六级*/
  179. c6{color: #ff7043;}
  180. /*六级派生*/
  181. c7{color: #e64a19;}
  182. /*考研*/
  183. c12{color: #9C27B0;}
  184. /*导出*/
  185. c8{color: #FB508A;}
  186. /*超纲*/
  187. c9{color: #F00;}
  188. /*专有*/
  189. c10{color: #9e9e9e;}
  190. /*其他*/
  191. c11{color: #3C4143;}
  192. /*小学*/
  193. .pubTabDiv table tr .tab-bg0{background: rgba(205,220,57,0.1);}
  194. /*初中*/
  195. .pubTabDiv table tr .tab-bg1{background: rgba(139,195,74,0.1);}
  196. /*高中必修*/
  197. .pubTabDiv table tr .tab-bg2{background: rgba(3,169,244, 0.1);}
  198. /*高中选修*/
  199. .pubTabDiv table tr .tab-bg3{background: rgba(25,118,210,0.1);}
  200. /*四级*/
  201. .pubTabDiv table tr .tab-bg4{background: rgba(255,193,7,0.1);}
  202. /*四级派生*/
  203. .pubTabDiv table tr .tab-bg5{background: rgba(255,160,0,0.1);}
  204. /*六级*/
  205. .pubTabDiv table tr .tab-bg6{background: rgba(255,112,67,0.1);}
  206. /*六级派生*/
  207. .pubTabDiv table tr .tab-bg7{background: rgba(230,74,25,0.1);}
  208. /*考研*/
  209. .pubTabDiv table tr .tab-bg12{background: rgba(156,39,176,0.1);}
  210. /*导出*/
  211. .pubTabDiv table tr .tab-bg8{background: rgba(251,80,138,0.1);}
  212. /*超纲*/
  213. .pubTabDiv table tr .tab-bg9{background: rgba(244,67,54,0.1);}
  214. /*专有*/
  215. .pubTabDiv table tr .tab-bg10{background: rgba(158,158,158,0.1);}
  216. /*其他*/
  217. .pubTabDiv table tr .tab-bg11{background: rgba(60,65,67,0.1);}
  218. /*合计*/
  219. .pubTabDiv table tr .tab-hj{background: rgba(251,80,138,0.1);}
  220. /*单词级别---颜色使用*/
  221. /*小学*/
  222. .pubTabDiv table .x0 .kind-border{border-left: 2px #cddc39 solid;}
  223. .pubTabDiv table .x0 .kind-color{color:#cddc39;}
  224. .pubTabDiv table .x0 .kind-bg{background: rgba(205,220,57,0.1);}
  225. .pubTabDiv table .x0 .chart-color{background: #cddc39;}
  226. /*初中*/
  227. .pubTabDiv table .x1 .kind-border{border-left: 2px #8BC34A solid;}
  228. .pubTabDiv table .x1 .kind-color{color:#8BC34A;}
  229. .pubTabDiv table .x1 .kind-bg{background: rgba(139,195,74,0.1);}
  230. .pubTabDiv table .x1 .chart-color{background: #8BC34A;}
  231. /*高中必修*/
  232. .pubTabDiv table .x2 .kind-border{border-left: 2px #4caf50 solid;}
  233. .pubTabDiv table .x2 .kind-color{color: #4caf50;}
  234. .pubTabDiv table .x2 .kind-bg{background: rgba(76,175,80, 0.1);}
  235. .pubTabDiv table .x2 .chart-color{background: #4caf50;}
  236. /*高中选修*/
  237. .pubTabDiv table .x3 .kind-border{border-left: 2px #009688 solid;}
  238. .pubTabDiv table .x3 .kind-color{color: #009688;}
  239. .pubTabDiv table .x3 .kind-bg{background: rgba(0,150,136,0.1);}
  240. .pubTabDiv table .x3 .chart-color{background: #009688;}
  241. /*4级*/
  242. .pubTabDiv table .x4 .kind-border{border-left: 2px #00bcd4 solid;}
  243. .pubTabDiv table .x4 .kind-color{color:#00bcd4}
  244. .pubTabDiv table .x4 .kind-bg{background: rgba(0,188,212,0.1);}
  245. .pubTabDiv table .x4 .chart-color{background: #00bcd4;}
  246. /*4级派生*/
  247. .pubTabDiv table .x5 .kind-border{border-left: 2px #03a9f4 solid;}
  248. .pubTabDiv table .x5 .kind-color{color: #03a9f4;}
  249. .pubTabDiv table .x5 .kind-bg{background: rgba(3,169,244,0.1);}
  250. .pubTabDiv table .x5 .chart-color{background: #03a9f4;}
  251. /*6级*/
  252. .pubTabDiv table .x6 .kind-border{border-left: 2px #1976d2 solid;}
  253. .pubTabDiv table .x6 .kind-color{color: #1976d2;}
  254. .pubTabDiv table .x6 .kind-bg{background: rgba(25,118,210,0.1);}
  255. .pubTabDiv table .x6 .chart-color{background: #1976d2;}
  256. /*6级派生*/
  257. .pubTabDiv table .x7 .kind-border{border-left: 2px #7e87f2 solid;}
  258. .pubTabDiv table .x7 .kind-color{color: #7e87f2;}
  259. .pubTabDiv table .x7 .kind-bg{background: rgba(103,58,183,0.1);}
  260. .pubTabDiv table .x7 .chart-color{background: #7e87f2;}
  261. /*考研*/
  262. .pubTabDiv table .x8 .kind-border{border-left: 2px #ffeb3b solid;}
  263. .pubTabDiv table .x8 .kind-color{color: #ffeb3b;}
  264. .pubTabDiv table .x8 .kind-bg{background: rgba(255,235,59,0.1);}
  265. .pubTabDiv table .x8 .chart-color{background: #ffeb3b;}
  266. /*考研*/
  267. .pubTabDiv table .x9 .kind-border{border-left: 2px #ffc107 solid;}
  268. .pubTabDiv table .x9 .kind-color{color: #ffc107;}
  269. .pubTabDiv table .x9 .kind-bg{background: rgba(255,193,7,0.1);}
  270. .pubTabDiv table .x9 .chart-color{background: #ffc107;}
  271. /*考研*/
  272. .pubTabDiv table .x10 .kind-border{border-left: 2px #ff9800 solid;}
  273. .pubTabDiv table .x10 .kind-color{color: #ff9800;}
  274. .pubTabDiv table .x10 .kind-bg{background: rgba(255,152,0,0.1);}
  275. .pubTabDiv table .x10 .chart-color{background: #ff9800;}
  276. /*考研*/
  277. .pubTabDiv table .x11 .kind-border{border-left: 2px #ff6b3c solid;}
  278. .pubTabDiv table .x11 .kind-color{color: #ff6b3c;}
  279. .pubTabDiv table .x11 .kind-bg{background: rgba(255,107,60,0.1);}
  280. .pubTabDiv table .x11 .chart-color{background: #ff6b3c;}
  281. /*考研*/
  282. .pubTabDiv table .x12 .kind-border{border-left: 2px #FF99FF solid;}
  283. .pubTabDiv table .x12 .kind-color{color: #FF99FF;}
  284. .pubTabDiv table .x12 .kind-bg{background: rgba(255,153,255,0.1);}
  285. .pubTabDiv table .x12 .chart-color{background: #FF99FF;}
  286. /*考研*/
  287. .pubTabDiv table .x13 .kind-border{border-left: 2px #CD66FF solid;}
  288. .pubTabDiv table .x13 .kind-color{color: #CD66FF;}
  289. .pubTabDiv table .x13 .kind-bg{background: rgba(205,102,255,0.1);}
  290. .pubTabDiv table .x13 .chart-color{background: #CD66FF;}
  291. /*考研*/
  292. .pubTabDiv table .x14 .kind-border{border-left: 2px #9c27b0 solid;}
  293. .pubTabDiv table .x14 .kind-color{color: #9c27b0;}
  294. .pubTabDiv table .x14 .kind-bg{background: rgba(156,39,176,0.1);}
  295. .pubTabDiv table .x14 .chart-color{background: #9c27b0;}
  296. /*小学*/
  297. .g0 .exp-word {color:#cddc39;}
  298. .g0 .word-level {background: rgba(205,220,57,0.1);border: 1px solid #cddc39;color:#cddc39;}
  299. /*初中*/
  300. .g1 .exp-word {color:#8BC34A;}
  301. .g1 .word-level {background: rgba(139,195,74,0.1);border: 1px solid #8BC34A;color:#8BC34A;}
  302. /*高中必修*/
  303. .g2 .exp-word {color: #4caf50;}
  304. .g2 .word-level {background: rgba(76,175,80, 0.1);border: 1px solid #4caf50;color: #4caf50;}
  305. /*高中选修*/
  306. .g3 .exp-word {color: #009688;}
  307. .g3 .word-level {background: rgba(0,150,136,0.1);border: 1px solid #009688;color: #009688;}
  308. /*四级*/
  309. .g4 .exp-word {color: #00bcd4;}
  310. .g4 .word-level {background: rgba(0,188,212,0.1);border: 1px solid #00bcd4;color: #00bcd4;}
  311. /*四级派生*/
  312. .g5 .exp-word {color: #03a9f4;}
  313. .g5 .word-level {background: rgba(3,169,244,0.1);border: 1px solid #03a9f4;color: #03a9f4;}
  314. /*六级*/
  315. .g6 .exp-word {color: #1976d2;}
  316. .g6 .word-level {background: rgba(25,118,210,0.1);border: 1px solid #1976d2;color: #1976d2;}
  317. /*六级派生*/
  318. .g7 .exp-word {color: #7e87f2;}
  319. .g7 .word-level {background: rgba(103,58,183,0.1);border: 1px solid #7e87f2;color: #7e87f2;}
  320. /*考研*/
  321. .g8 .exp-word {color: #ffeb3b;}
  322. .g8 .word-level {background: rgba(255,235,59,0.1);border: 1px solid #ffeb3b;color: #ffeb3b;}
  323. /*导出*/
  324. .g9 .exp-word {color: #ffc107;}
  325. .g9 .word-level {background: rgba(255,193,7,0.1);border: 1px solid #ffc107;color: #ffc107;}
  326. /*超纲*/
  327. .g10 .exp-word {color: #ff9800;}
  328. .g10 .word-level {background: rgba(255,152,0,0.1);border: 1px solid #ff9800;color: #ff9800;}
  329. /*专有*/
  330. .g11 .exp-word {color: #ff6b3c;}
  331. .g11 .word-level {background: rgba(255,107,60,0.1);border: 1px solid #ff6b3c;color: #ff6b3c;}
  332. /*其他*/
  333. .g12 .exp-word {color: #FF99FF;}
  334. .g12 .word-level {background: rgba(255,153,255,0.1);border: 1px solid #FF99FF;color: #FF99FF;}
  335. /*其他*/
  336. .g13 .exp-word {color: #CD66FF;}
  337. .g13 .word-level {background: rgba(205,102,255,0.1);border: 1px solid #CD66FF;color: #CD66FF;}
  338. /*其他*/
  339. .g14 .exp-word {color: #9c27b0;}
  340. .g14 .word-level {background: rgba(156,39,176,0.1);border: 1px solid #9c27b0;color: #9c27b0;}
  341. /*词表---等级*/
  342. /*小学*/
  343. gc0{color:#cddc39;}
  344. /*初中*/
  345. gc1{color:#8BC34A;}
  346. /*高中必修*/
  347. gc2{color: #4caf50;}
  348. /*高中选修*/
  349. gc3{color: #009688;}
  350. /*四级*/
  351. gc4{color: #00bcd4;}
  352. /*四级派生*/
  353. gc5{color: #03a9f4;}
  354. /*六级*/
  355. gc6{color: #1976d2;}
  356. /*六级派生*/
  357. gc7{color: #7e87f2;}
  358. /*考研*/
  359. gc8{color: #ffeb3b;}
  360. /*考研*/
  361. gc9{color: #ffc107;}
  362. /*考研*/
  363. gc10{color: #ff9800;}
  364. /*考研*/
  365. gc11{color: #ff6b3c;}
  366. /*考研*/
  367. gc12{color: #FF99FF;}
  368. /*考研*/
  369. gc13{color: #CD66FF;}
  370. /*考研*/
  371. gc14{color: #9c27b0;}
  372. /* --ie清除--*/
  373. select::-ms-expand{ display: none; }
  374. /* --火狐、谷歌清除--*/
  375. select{
  376. appearance:none;
  377. -moz-appearance:none;
  378. -webkit-appearance:none;
  379. background: url(../img/drop-icon.png) no-repeat scroll right center transparent;
  380. padding-right: 14px;
  381. }
  382. option::-ms-expand{ display: none; }
  383. /*弹窗样式*/
  384. .que-window{background: #FFFFFF;}
  385. .notice-inner{padding: 32px 32px 24px 32px;}
  386. .que-sure{font-size: 16px;color: rgba(0,0,0,0.85);line-height: 24px; font-weight: 800; margin-bottom: 12px;}
  387. .que-sure i{width:22px;height:22px;background: url(../img/que-icon.png) no-repeat left top; background-size:100% 100% ; margin-right: 16px;}
  388. .que-con{height:65px; font-size: 14px;color: rgba(0,0,0,0.65);line-height: 22px; padding-left: 38px; margin-bottom: 24px;}
  389. .que-window .window-footer{padding:0}
  390. /*=2019-07-19======*/
  391. .pubTabDiv table tr .fx0{background:rgba(243,243,243,1);color:#000;}
  392. .pubTabDiv table tr .fx1{background:rgba(223,240,255,1);color:#000;}
  393. .pubTabDiv table tr .fx2{background:rgba(180,220,255,1);color:#000;}
  394. .pubTabDiv table tr .fx3{background:rgba(151,207,255,1);color:#000;}
  395. .pubTabDiv table tr .fx4{background:rgba(91,179,255,1);color:#000;}
  396. .pubTabDiv table tr .fx5{background:rgba(0,136,255,1);color:#000;}
  397. .pubTabDiv table tr .fx6{background:rgba(0,122,228,1);color:#000;}
  398. .pubTabDiv table tr .fx7{background:rgba(0,109,203,1);color:#fff;}
  399. .pubTabDiv table tr .fx8{background:rgba(0,85,158,1);color:#fff;}
  400. .pubTabDiv table tr .fx9{background:rgba(0,68,128,1);color:#fff;}
  401. .pubTabDiv table tr .fx10{background:rgba(0,51,96,1);color:#fff;}
  402. /*=2019-07-22总计======*/
  403. .pubTabDiv table tr.ch-pc-heji .zj0{background:rgba(243,243,243,1);color:#000;}
  404. .pubTabDiv table tr.ch-pc-heji .zj1{background:rgba(252,246,241,1);color:#000;}
  405. .pubTabDiv table tr.ch-pc-heji .zj2{background:rgba(249,236,227,1);color:#000;}
  406. .pubTabDiv table tr.ch-pc-heji .zj3{background:rgba(246,227,213,1);color:#000;}
  407. .pubTabDiv table tr.ch-pc-heji .zj4{background:rgba(243,217,199,1);color:#000;}
  408. .pubTabDiv table tr.ch-pc-heji .zj5{background:rgba(240,208,185,1);color:#000;}
  409. .pubTabDiv table tr.ch-pc-heji .zj6{background:rgba(237,199,171,1);color:#000;}
  410. .pubTabDiv table tr.ch-pc-heji .zj7{background:rgba(225,161,115,1);color:#fff;}
  411. .pubTabDiv table tr.ch-pc-heji .zj8{background:rgba(199,131,82,1);color:#fff;}
  412. .pubTabDiv table tr.ch-pc-heji .zj9{background:rgba(173,104,54,1);color:#fff;}
  413. .pubTabDiv table tr.ch-pc-heji .zj10{background:rgba(148,80,31,1);color:#fff;}
  414. /*=2019-07-22词汇合并重要性======*/
  415. .pubTabDiv table tr .imp0{background:rgba(243,243,243,1);color:#000;}
  416. .pubTabDiv table tr .imp1{background:rgba(241,244,252,1);color:#000;}
  417. .pubTabDiv table tr .imp2{background:rgba(227,234,249,1);color:#000;}
  418. .pubTabDiv table tr .imp3{background:rgba(213,224,246,1);color:#000;}
  419. .pubTabDiv table tr .imp4{background:rgba(199,214,243,1);color:#000;}
  420. .pubTabDiv table tr .imp5{background:rgba(185,203,240,1);color:#000;}
  421. .pubTabDiv table tr .imp6{background:rgba(171,193,237,1);color:#000;}
  422. .pubTabDiv table tr .imp7{background:rgba(115,152,225,1);color:#fff;}
  423. .pubTabDiv table tr .imp8{background:rgba(82,121,199,1);color:#fff;}
  424. .pubTabDiv table tr .imp9{background:rgba(54,94,173,1);color:#fff;}
  425. .pubTabDiv table tr .imp10{background:rgba(31,70,148,1);color:#fff;}
  426. /*=2019-07-22词汇合并相对重要性======*/
  427. .pubTabDiv table tr .xdimp0{background:rgba(243,243,243,1);color:#000;}
  428. .pubTabDiv table tr .xdimp1{background:rgba(249,241,252,1);color:#000;}
  429. .pubTabDiv table tr .xdimp2{background:rgba(245,227,249,1);color:#000;}
  430. .pubTabDiv table tr .xdimp3{background:rgba(239,213,246,1);color:#000;}
  431. .pubTabDiv table tr .xdimp4{background:rgba(235,199,243,1);color:#000;}
  432. .pubTabDiv table tr .xdimp5{background:rgba(229,185,240,1);color:#000;}
  433. .pubTabDiv table tr .xdimp6{background:rgba(224,171,237,1);color:#000;}
  434. .pubTabDiv table tr .xdimp7{background:rgba(204,115,225,1);color:#fff;}
  435. .pubTabDiv table tr .xdimp8{background:rgba(176,82,199,1);color:#fff;}
  436. .pubTabDiv table tr .xdimp9{background:rgba(150,54,173,1);color:#fff;}
  437. .pubTabDiv table tr .xdimp10{background:rgba(125,31,148,1);color:#fff;}
  438. /*=2019-08-20=================*/
  439. .pubTabDiv table tr td.hmIndex{color: #c00100;}
  440. /*CSE Level*/
  441. .pubTabDiv table tr td.cseL1{background: #63be7b}
  442. .pubTabDiv table tr td.cseL2{background: #8ac87d}
  443. .pubTabDiv table tr td.cseL3{background: #b1d57e}
  444. .pubTabDiv table tr td.cseL4{background: #d8df80}
  445. .pubTabDiv table tr td.cseL5{background: #feeb84}
  446. .pubTabDiv table tr td.cseL6{background: #feca7e}
  447. .pubTabDiv table tr td.cseL7{background: #fcaa78}
  448. .pubTabDiv table tr td.cseL8{background: #fa8a72}
  449. .pubTabDiv table tr td.cseL9{background: #f8696b}
  450. /*CSE 描述*/
  451. .pubTabDiv table tr td.cseP1{color: #6c7921} /*小学-小初*/
  452. .pubTabDiv table tr td.cseP2{color: #289f39} /*小学-小高*/
  453. .pubTabDiv table tr td.cseP3{color: #01b0f1} /*初中*/
  454. .pubTabDiv table tr td.cseP4{color: #195bf8} /*高中*/
  455. .pubTabDiv table tr td.cseP5{color: #2f74b9} /*大学四级*/
  456. .pubTabDiv table tr td.cseP6{color: #002260} /*大学六级*/
  457. .pubTabDiv table tr td.cseP7{color: #bf8f00} /*英语专业*/
  458. .pubTabDiv table tr td.cseP8{color: #c55910} /*高端人才*/
  459. .pubTabDiv table tr td.cseP9{color: #c55910} /*高端人才*/
  460. /*CEFR*/
  461. .pubTabDiv table tr td.cefrA1{color: #f2f2f2}
  462. .pubTabDiv table tr td.cefrA2{color: #d9d9d9}
  463. .pubTabDiv table tr td.cefrB1{color: #a6a6a6}
  464. .pubTabDiv table tr td.cefrB2{color: #808080}
  465. .pubTabDiv table tr td.cefrC1{color: #595959}
  466. .pubTabDiv table tr td.cefrC2{color: #262626}
  467. /*2019年8月23日15:01:48 词汇重复-矩阵*/
  468. /*重复矩阵中间部分-颜色*/
  469. .pubTabDiv table tr .cfz{background:rgba(0,112,192,1);color:#000;}
  470. .pubTabDiv table tr .cfza{background:rgba(0,32,96,1);color:#fff;}
  471. /*重复矩阵上半部分-颜色*/
  472. .pubTabDiv table tr .cft10{background: #2FDED1;color:#000;}
  473. .pubTabDiv table tr .cft9{background: #43e1d5;color:#000;}
  474. .pubTabDiv table tr .cft8{background: #59e5da;color:#000;}
  475. .pubTabDiv table tr .cft7{background: #6de7de;color:#000;}
  476. .pubTabDiv table tr .cft6{background: #82ebe3;color:#000;}
  477. .pubTabDiv table tr .cft5{background: #97eee8;color:#000;}
  478. .pubTabDiv table tr .cft4{background: #acf2ed;color:#000;}
  479. .pubTabDiv table tr .cft3{background: #c0f5f1;color:#000;}
  480. .pubTabDiv table tr .cft2{background: #d5f8f6;color:#000;}
  481. .pubTabDiv table tr .cft1{background: #eafbfa;color:#000;}
  482. .pubTabDiv table tr .cft0{background:#f4fdfc;color:#000;}
  483. /*重复矩阵中半部分-颜色*/
  484. .pubTabDiv table tr .cfz10{background: #4da5ff;color:#000;}
  485. .pubTabDiv table tr .cfz9{background: #5eadff;color:#000;}
  486. .pubTabDiv table tr .cfz8{background: #71b7ff;color:#000;}
  487. .pubTabDiv table tr .cfz7{background: #82bfff;color:#000;}
  488. .pubTabDiv table tr .cfz6{background: #94c9ff;color:#000;}
  489. .pubTabDiv table tr .cfz5{background: #a6d1ff;color:#000;}
  490. .pubTabDiv table tr .cfz4{background: #b8dbff;color:#000;}
  491. .pubTabDiv table tr .cfz3{background: #c9e3ff;color:#000;}
  492. .pubTabDiv table tr .cfz2{background: #dbedff;color:#000;}
  493. .pubTabDiv table tr .cfz1{background: #edf5ff;color:#000;}
  494. .pubTabDiv table tr .cfz0{background: #f6f9fe;color:#000;}
  495. /*重复矩阵下半部分-颜色*/
  496. .pubTabDiv table tr .cfb10{background: #ff972d;color:#000;}
  497. .pubTabDiv table tr .cfb9{background: #ffa142;color:#000;}
  498. .pubTabDiv table tr .cfb8{background: #ffac57;color:#000;}
  499. .pubTabDiv table tr .cfb7{background: #ffb66c;color:#000;}
  500. .pubTabDiv table tr .cfb6{background: #ffc181;color:#000;}
  501. .pubTabDiv table tr .cfb5{background: #ffcb96;color:#000;}
  502. .pubTabDiv table tr .cfb4{background: #ffd5ab;color:#000;}
  503. .pubTabDiv table tr .cfb3{background: #ffdfc0;color:#000;}
  504. .pubTabDiv table tr .cfb2{background: #ffead5;color:#000;}
  505. .pubTabDiv table tr .cfb1{background: #fff4ea;color:#000;}
  506. .pubTabDiv table tr .cfb0{background:#fef9f3;color:#000;}