learning-group.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors Your Name (you@example.org)
  5. * @date 2018-12-17 14:34:18
  6. * @version $Id$
  7. */
  8. .learning-group{
  9. background-color: #fafafa;
  10. }
  11. .learning-group .btn-top-box{
  12. padding-top: 10px;
  13. padding-left: 20px;
  14. padding-right: 20px;
  15. width: 100%;
  16. height: 60px;
  17. line-height: 60px;
  18. background-color: #fff;
  19. box-sizing: border-box;
  20. }
  21. .learning-group .btn-back, .learning-group .btn-save{
  22. width: 120px;
  23. height: 40px;
  24. line-height: 40px;
  25. text-align: center;
  26. box-sizing: border-box;
  27. cursor: pointer;
  28. }
  29. .learning-group .btn-back{
  30. color:#14AE68;
  31. border: 1px solid #14AE68;
  32. border-radius: 4px;
  33. }
  34. .learning-group .btn-save{
  35. color: #fff;
  36. background-color: #14AE68;
  37. border-radius: 4px;
  38. }
  39. .group-box{
  40. padding: 20px;
  41. display: flex;
  42. flex-wrap: wrap;
  43. /*align-content: space-between;*/
  44. /*justify-content: space-around;*/
  45. }
  46. .group-box .group{
  47. position: relative;
  48. margin-right: 10px;
  49. width: 610px;
  50. height: 420px;
  51. margin-bottom: 20px;
  52. box-sizing: border-box;
  53. background-color: #fff;
  54. }
  55. .group-box .group-top{
  56. padding: 0 20px;
  57. height: 60px;
  58. line-height: 60px;
  59. font-size: 18px;
  60. color: #fff;
  61. background-color: #14AE68;
  62. box-sizing: border-box;
  63. }
  64. .group-box .group-content{
  65. height: 360px;
  66. border: 1px solid #EEEEEE;
  67. }
  68. .group-box .group-name{
  69. font-weight: 500;
  70. }
  71. .group-box .group-user-number{
  72. font-size: 16px;
  73. }
  74. .group-list-box{
  75. height: 300px;
  76. overflow: auto;
  77. }
  78. .table-group-list{
  79. width: 100%;
  80. font-size: 18px;
  81. text-align: center;
  82. color: #333;
  83. }
  84. .table-group-list th{
  85. line-height: 60px;
  86. font-size: 18px;
  87. }
  88. .table-group-list td{
  89. line-height: 40px;
  90. font-size: 18px;
  91. }
  92. .btn-group-bottom-box{
  93. height: 60px;
  94. background: #F5FEFA;
  95. box-sizing: border-box;
  96. }
  97. .btn-delete-group{
  98. display: inline-block;
  99. margin-top: 18px;
  100. margin-left: 227px;
  101. cursor: pointer;
  102. }
  103. .btn-add-student{
  104. display: inline-block;
  105. margin-top: 18px;
  106. margin-left: 110px;
  107. cursor: pointer;
  108. }
  109. .btn-group-bottom-delete-box{
  110. display: none;
  111. text-align: center;
  112. }
  113. .btn-delete-all-group{
  114. display: inline-block;
  115. margin-top: 12px;
  116. width: 100px;
  117. line-height: 34px;
  118. color: #FF5353;
  119. border: 1px solid #FF5353;
  120. box-sizing: border-box;
  121. border-radius: 4px;
  122. cursor: pointer;
  123. }
  124. .btn-delete-group-save{
  125. display: inline-block;
  126. margin-top: 12px;
  127. margin-left: 16px;
  128. width: 80px;
  129. line-height: 34px;
  130. color: #14AE68;
  131. border: 1px solid #14AE68;
  132. box-sizing: border-box;
  133. border-radius: 4px;
  134. cursor: pointer;
  135. }
  136. .btn-add-group,.btn-add-student-2{
  137. margin-top: 160px;
  138. font-size: 18px;
  139. color: #16AE68;
  140. letter-spacing: 0;
  141. text-align: center;
  142. cursor: pointer;
  143. }
  144. .btn-add-group img,.btn-add-student-2 img{
  145. margin-right: 16px;
  146. vertical-align: middle;
  147. }
  148. .btn-add-student-2{
  149. margin-top: 160px;
  150. font-size: 18px;
  151. color: #16AE68;
  152. letter-spacing: 0;
  153. text-align: center;
  154. cursor: pointer;
  155. }
  156. .btn-delete-group-student{
  157. display: none;
  158. cursor: pointer;
  159. }
  160. .dialog-delete-all-group-student{
  161. display: none;
  162. position: absolute;
  163. left: 0;
  164. top: 0;
  165. width: 100%;
  166. height: 100%;
  167. background: rgba(000,000,000,0.5);
  168. }
  169. .dialog-delete-all-group-student p{
  170. margin-top: 156px;
  171. font-size: 20px;
  172. color: #FFFFFF;
  173. letter-spacing: 0;
  174. text-align: center;
  175. }
  176. .btn-dialog-delete-all-group-student-box{
  177. padding-top: 60px;
  178. text-align: center;
  179. }
  180. .btn-dialog-delete-all-group-student-box span{
  181. display: inline-block;
  182. width: 120px;
  183. height: 40px;
  184. line-height: 40px;
  185. font-size: 18px;
  186. border-radius: 4px;
  187. cursor: pointer;
  188. }
  189. .btn-dialog-delete-all-group-student-colse{
  190. margin-left: 18px;
  191. background-color: #fff;
  192. color: #14AE68;
  193. background: #FFFFFF;
  194. }
  195. .btn-dialog-delete-all-group-student-save{
  196. color: #fff;
  197. background: #14AE68;
  198. }
  199. /*新增小组弹窗*/
  200. .dialog-set-group-name{
  201. display: none;
  202. width: 610px;
  203. background-color: #fff;
  204. }
  205. .set-group-name-title{
  206. height: 60px;
  207. line-height: 60px;
  208. padding: 0 20px;
  209. box-sizing: border-box;
  210. color: #fff;
  211. font-size: 18px;
  212. background: #14AE68;
  213. }
  214. .btn-set-group-name-colse-1{
  215. margin-top: 20px;
  216. width: 20px;
  217. height: 20px;
  218. cursor: pointer;
  219. }
  220. .set-group-name-main{
  221. color: #333;
  222. }
  223. .set-group-name-content{
  224. margin: 30px 20px;
  225. font-size: 16px;
  226. }
  227. .set-group-name-wrap{
  228. position: relative;
  229. display: inline-block;
  230. background-color: #eee;
  231. height: 40px;
  232. line-height: 40px;
  233. }
  234. .input-set-group-name{
  235. padding-left: 10px;
  236. width: 480px;
  237. height: 40px;
  238. border: none;
  239. outline: none;
  240. background-color: #eee;
  241. box-sizing: border-box;
  242. }
  243. .set-group-name-tips{
  244. position: absolute;
  245. right: 0;
  246. top: 40px;
  247. font-size: 14px;
  248. color: #999999;
  249. }
  250. .btn-set-group-name-box{
  251. padding: 20px 0;
  252. text-align: center;
  253. }
  254. .btn-set-group-name-box span{
  255. display: inline-block;
  256. width: 120px;
  257. height: 40px;
  258. line-height: 40px;
  259. font-size: 18px;
  260. border-radius: 4px;
  261. cursor: pointer;
  262. }
  263. .btn-set-group-name-colse{
  264. color: #14AE68;
  265. background: #FFFFFF;
  266. border: 1px solid #14AE68;
  267. }
  268. .btn-set-group-name-save{
  269. margin-left: 18px;
  270. color: #fff;
  271. background: #14AE68;
  272. }
  273. /*添加小组成员弹窗*/
  274. .dialog-add-group-student{
  275. display: none;
  276. width: 976px;
  277. height: 550px;
  278. background-color: #fff;
  279. }
  280. .add-group-student-title{
  281. height: 60px;
  282. line-height: 60px;
  283. padding: 0 20px;
  284. box-sizing: border-box;
  285. color: #fff;
  286. font-size: 18px;
  287. background: #14AE68;
  288. }
  289. .btn-add-group-student-colse-1{
  290. margin-top: 20px;
  291. width: 20px;
  292. height: 20px;
  293. cursor: pointer;
  294. }
  295. .add-group-student-content{
  296. height: 430px;
  297. overflow: auto;
  298. }
  299. .table-add-group-student{
  300. width: 100%;
  301. text-align: center;
  302. color: #333;
  303. }
  304. .table-add-group-student tr:nth-child(odd) {
  305. background-color: #fafafa;
  306. }
  307. .table-add-group-student th{
  308. line-height: 50px;
  309. font-size: 18px;
  310. }
  311. .table-add-group-student td{
  312. line-height: 34px;
  313. font-size: 16px;
  314. }
  315. .checkbox-add-group-student-list{
  316. width: 16px;
  317. height: 16px;
  318. }
  319. .disabled{
  320. color: #999 ;
  321. }
  322. .btn-add-group-student-box{
  323. padding: 10px 0;
  324. text-align: center;
  325. border-top: 1px solid #eee;
  326. }
  327. .btn-add-group-student-box span{
  328. display: inline-block;
  329. width: 120px;
  330. height: 40px;
  331. line-height: 40px;
  332. font-size: 18px;
  333. border-radius: 4px;
  334. cursor: pointer;
  335. }
  336. .btn-add-group-student-colse{
  337. color: #14AE68;
  338. background: #FFFFFF;
  339. border: 1px solid #14AE68;
  340. box-sizing: border-box;
  341. }
  342. .btn-add-group-student-save{
  343. margin-left: 18px;
  344. color: #fff;
  345. background: #14AE68;
  346. }