alert.css 5.1 KB

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