cylet.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. /*统考样式*/
  2. .fr{
  3. float: right;
  4. }
  5. .filter {
  6. font-size: 0;
  7. margin-top:10px;
  8. width: 96%;
  9. margin:10px auto 0 auto;
  10. }
  11. .filter * {
  12. font-size: 14px;
  13. }
  14. .filter label {
  15. font-weight: bold;
  16. }
  17. .filter select {
  18. height: 36px;
  19. font-size: 14px;
  20. margin-left: 10px;
  21. }
  22. .filter select:nth-child(2) {
  23. width: 82px;
  24. }
  25. .filter select:nth-child(3) {
  26. width: 110px;
  27. }
  28. .filter button {
  29. border: none;
  30. background: #2977ff;
  31. width: 111px;
  32. height: 36px;
  33. border-radius: 3px;
  34. font-size: 14px;
  35. color: #fff;
  36. outline: none;
  37. cursor: pointer;
  38. margin-left: 10px;
  39. }
  40. .showClassInfo{
  41. cursor: pointer;
  42. }
  43. .list table {
  44. width: 96%;
  45. margin-top: 20px;
  46. text-align: center;
  47. border-right: 1px solid #ccc;
  48. margin:20px auto 0 auto;
  49. }
  50. .list table th {
  51. background: #f2f2f2;
  52. border: 1px solid #ccc;
  53. border-right: none;
  54. padding: 12px 15px;
  55. }
  56. .list table td {
  57. border: 1px solid #ccc;
  58. border-right: none;
  59. border-top: none;
  60. padding: 12px 15px;
  61. font-weight: bold;
  62. }
  63. .list table tr:nth-child(even) {
  64. background: #f2f2f2;
  65. }
  66. .list .tl {
  67. text-align: left;
  68. }
  69. .list .red {
  70. color: #cc3400;
  71. }
  72. .list .green {
  73. color: #2977ff;
  74. }
  75. .icon {
  76. display: inline-block;
  77. background: center/contain no-repeat;
  78. width: 25px;
  79. height: 25px;
  80. cursor: pointer;
  81. vertical-align: middle;
  82. }
  83. .icon-edit {
  84. background-image: url("/images/edit.png")
  85. }
  86. .icon-eye-close {
  87. background-image: url("/images/eye_close.png")
  88. }
  89. .icon-download {
  90. background-image: url("/images/download_cylet.png")
  91. }
  92. .icon-download-setting {
  93. background-image: url("/images/cylet_setting.png")
  94. }
  95. .icon-download-file {
  96. background-image: url("/images/download_cylet.png")
  97. }
  98. .icon-no-download-file {
  99. background-image: url("/images/cylet_nodown.png")
  100. }
  101. .icon-xunhuan {
  102. background-image: url("/images/xunhuan.png")
  103. }
  104. .icon-add {
  105. background-image: url("/images/add.png");
  106. width: 20px;
  107. height: 20px;
  108. }
  109. .list .subjects {
  110. line-height: 22px;
  111. font-size: 0;
  112. }
  113. .list .icon{
  114. margin: 0 4px;
  115. }
  116. .list .subjects span {
  117. display: inline-block;
  118. font-size: 16px;
  119. word-break: keep-all;
  120. margin: 0 4px;
  121. }
  122. .confirmbox {
  123. background: #fff;
  124. border: 1px solid #cccccc;
  125. border-radius: 3px;
  126. padding: 40px 40px 30px;
  127. text-align: center;
  128. position: fixed;
  129. left: 50%;
  130. top: 50%;
  131. transform: translate(-50%, -50%);
  132. z-index: 99;
  133. }
  134. .confirmbox-mask {
  135. background: rgba(0, 0, 0, .7);
  136. left: 0;
  137. right: 0;
  138. top: 0;
  139. bottom: 0;
  140. z-index: 99;
  141. position: fixed;
  142. }
  143. .btn_area button {
  144. border: none;
  145. background: #2977ff;
  146. width: 111px;
  147. height: 36px;
  148. border-radius: 3px;
  149. font-size: 14px;
  150. color: #fff;
  151. outline: none;
  152. cursor: pointer;
  153. }
  154. .btn_area button.save {
  155. display: block;
  156. margin: 40px auto;
  157. }
  158. .confirmbox .confirmbox-btns {
  159. margin-top: 40px;
  160. }
  161. .icon-close{
  162. background-image: url("/images/close.png")
  163. }
  164. .icon-close-1{
  165. background-image: url("/images/close.png");
  166. background-size: 15px,15px;
  167. }
  168. .class-modal {
  169. width: 700px;
  170. min-height: 400px;
  171. background: #fff;
  172. border-radius: 5px;
  173. position: absolute;
  174. top: 50%;
  175. left: 50%;
  176. transform: translate(-50%, -50%);
  177. padding: 20px;
  178. }
  179. .class-modal-head {
  180. font-size: 20px;
  181. font-weight: bold;
  182. text-align: center;
  183. }
  184. .class-modal-body {
  185. margin-top: 20px;
  186. max-height: 300px;
  187. overflow: auto;
  188. }
  189. .class-modal-body .classes {
  190. margin-bottom: 10px;
  191. }
  192. .class-modal-body .classes > div {
  193. display: inline-block;
  194. max-width: 640px;
  195. vertical-align: top;
  196. }
  197. .class-modal-body .classes a {
  198. text-decoration: none;
  199. display: inline-block;
  200. margin: 0 5px 5px;
  201. color: #136bfb;
  202. font-size: 14px;
  203. }
  204. .class-modal-body .classes a.active {
  205. color: #fc091b
  206. }
  207. .class-modal .icon-close{
  208. position: absolute;
  209. right: 20px;
  210. top: 20px;
  211. }
  212. .class-modal-1 {
  213. width: 700px;
  214. min-height: 400px;
  215. background: #fff;
  216. border-radius: 5px;
  217. position: absolute;
  218. top: 50%;
  219. left: 50%;
  220. transform: translate(-50%, -50%);
  221. }
  222. .class-modal-head-1 {
  223. font-size: 14px;
  224. text-align: left;
  225. color:#fff;
  226. line-height:30px;
  227. background: #2977ff;
  228. padding-left:15px;
  229. }
  230. .class-modal-body-1{
  231. padding:15px;
  232. }
  233. .class-modal-body-1 h2,.class-modal-body-1 h3{
  234. font-size:14px;
  235. font-weight:normal;
  236. margin-top:10px;
  237. }
  238. .class-modal-body-1 h3 span{
  239. font-size:10px;
  240. color:#ccc;
  241. }
  242. .class-modal-body-1 label{
  243. display: inline-block;
  244. font-weight: normal;
  245. margin-right: 15px;
  246. height:30px;
  247. position: relative;
  248. }
  249. .class-modal-1 .icon-close-1{
  250. position: absolute;
  251. right: 10px;
  252. top:5px;
  253. }
  254. .class-modal-1 .class_area{
  255. height:115px;
  256. border:1px solid #ccc;
  257. padding:5px;
  258. overflow-y: auto;
  259. margin-bottom:15px;
  260. }
  261. .class-modal-1 .checkAll{
  262. position:absolute;
  263. right:5px;
  264. top:90px;
  265. }
  266. .class-modal-1 .subsection{
  267. }
  268. .class-modal-1 .btn p{color:#000;}
  269. .class-modal-1 .btn_area{
  270. margin-top:20px;
  271. }
  272. .class-modal-1 .btn_area p{
  273. display: inline-block;
  274. }
  275. .class-modal-1 .btn_area button{
  276. width:80px;
  277. height:25px;
  278. float: right;
  279. margin-left:5px;
  280. }
  281. .class-modal-1 .btn_area .cancel{
  282. background: #fff;
  283. color:#000;
  284. border:1px solid #666;
  285. }
  286. .c-red-1 {
  287. color: #CC3300;
  288. font-size:10px;
  289. display: inline-block;
  290. position:absolute;
  291. left:15px;
  292. top:18px;
  293. }
  294. .subject-name {
  295. display: inline-block;
  296. padding: 3px 8px;
  297. background: #ff9900;
  298. border-radius: 3px;
  299. color: #ffffff;
  300. font-size: 12px;
  301. }
  302. .disabled{
  303. color:#ccc;
  304. }
  305. .port-down-pop{
  306. position: fixed;
  307. top: 0;
  308. left: 0;
  309. right: 0;
  310. bottom: 0;
  311. background: rgba(0,0,0,0.6);
  312. display: none;
  313. }
  314. .pdp-con{
  315. position: absolute;
  316. background: #fff;
  317. left: 50%;
  318. top: 50%;
  319. transform: translate(-50%,-50%);
  320. width: 700px;
  321. /*min-height: 400px;*/
  322. line-height: 30px;
  323. font-size: 14px;
  324. padding-bottom: 20px;
  325. /*display: none;*/
  326. }
  327. .vtm{vertical-align: middle;}
  328. .pointer{cursor: pointer;}
  329. .dib{display: inline-block;}
  330. .pop-top-con{background: #2977ff;color: #fff;padding: 10px 20px;font-size: 16px;position: relative;}
  331. .close-pop-btn{font-size: 26px;font-weight: bold;position: absolute;right: 20px;}
  332. .pdp-con .pop-opt-con{border-top: 1px solid #ddd;padding-top: 20px;}
  333. .tit-msg{margin-right: 10px;color: #333;}
  334. .pop-main-con{padding: 20px;}
  335. .label-msg{margin: 0 30px 0 4px;}
  336. .tit-sub-intro{color: #666;}
  337. .tit-sub-intro span{font-size: 12px;}
  338. .subsection{width: 44px;height: 24px;border: 1px solid #ddd;text-align: center;font-size: 12px;}
  339. .reduce-btn,.add-btn{width: 16px;height: 16px;line-height: 16px;text-align: center;color: #16AE68;border: 1px solid #2977ff;border-radius: 3px;font-size: 16px;font-weight: bold;margin-right: 6px;}
  340. .reduce-btn.forbidden,.add-btn.forbidden{color: #bbb;border: 1px solid #bbb;cursor: no-drop;}
  341. /*单*/
  342. .need-data-con{display: none;position: absolute;background: #fff;width: 300px;padding: 20px;left: 50%;top: 50%;transform: translate(-50%,-50%);line-height: 30px;}
  343. .need-data-title{padding-bottom: 10px;border-bottom: 1px solid #CDCDCD;}
  344. .pop-opt-con{margin-top: 10px;text-align: center;}
  345. .sure-btn,.cancel-btn{width: 80px;height: 30px;line-height: 30px;text-align: center;border-radius: 4px;color: #fff;margin: 0 10px;}
  346. .sure-btn{background: #2977ff;}
  347. .cancel-btn{background: #CDCDCD;}