student.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .stu-box {
  2. --h: 128px;
  3. display: flex;
  4. flex-direction: column; }
  5. .stu-box .box-h {
  6. color: #fff;
  7. height: var(--h);
  8. width: 100%;
  9. background-image: linear-gradient(45deg, #005f61, #007f61);
  10. /*background-image: url('../../Image/Stu/bg-2.png');
  11. background-size: 100% 100%;
  12. background-repeat: no-repeat;*/
  13. display: flex;
  14. justify-content: center;
  15. align-items: center; }
  16. .stu-box .box-h .title {
  17. width: 100%; }
  18. .stu-box .box-h .title h3 {
  19. text-align: center; }
  20. .stu-box .box-h .title button {
  21. margin-top: 10px;
  22. min-width: 250px;
  23. border-radius: 25px;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. margin: 5px auto; }
  28. .stu-box .box-b {
  29. background: #f0faf9;
  30. width: 100%;
  31. height: calc(100vh - var(--h)); }
  32. .stu-box .box-b .card .card-header a {
  33. color: #049e9a; }
  34. .stu-box .box-b .card .card-header a.active {
  35. color: #fff;
  36. background: #049e9a; }
  37. .stu-box .box-b .card .card-header a.active + .iwb-checkbox {
  38. color: #fff; }
  39. .stu-box .box-b .card .card-body {
  40. height: calc(100vh - var(--h) - 40px);
  41. padding: 10px; }
  42. .stu-box .box-b .card .card-body .content-box {
  43. display: flex;
  44. flex-wrap: wrap; }
  45. .stu-box .box-b .card .card-body .role-info {
  46. border: 1px solid #049e9a;
  47. background: #e2ebd7;
  48. border-radius: 4px;
  49. --h: 50px;
  50. height: var(--h);
  51. min-width: 150px;
  52. max-width: 190px;
  53. margin: 5px;
  54. padding: 0;
  55. display: flex;
  56. cursor: none; }
  57. .stu-box .box-b .card .card-body .role-info .image {
  58. width: var(--h);
  59. height: var(--h);
  60. padding: 8px; }
  61. .stu-box .box-b .card .card-body .role-info .image img {
  62. width: 100%;
  63. height: 100%;
  64. border-radius: 50%; }
  65. .stu-box .box-b .card .card-body .role-info .name {
  66. color: #3cb371;
  67. width: calc(100% - var(--h));
  68. padding: 0 8px;
  69. white-space: normal;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center; }
  73. .stu-box .box-b .card .card-body .role-info.self {
  74. max-width: 200px; }
  75. .stu-box .box-b .card .card-body .role-info.self .input {
  76. width: calc(100% - 100px); }
  77. .stu-box .box-b .card .card-body .role-info.self .input input {
  78. color: #3cb371;
  79. width: 100%;
  80. background: transparent;
  81. line-height: var(--h);
  82. padding: 0 0 0 5px;
  83. border: none;
  84. outline: none; }
  85. .stu-box .box-b .card .card-body .role-info.self .image.add {
  86. cursor: pointer; }
  87. .stu-box .box-b .card .check-group {
  88. color: red;
  89. background: #e2ebd7;
  90. border: 1px solid #049e9a;
  91. border-radius: 20px;
  92. text-align: center;
  93. margin: 0 auto 5px;
  94. width: 60%;
  95. line-height: 30px;
  96. transition: background-color .5s; }
  97. .stu-box .box-b .card .check-group.hasCheck {
  98. color: #fff;
  99. background: #049e9a; }
  100. .stu-box .box-b .handle-box {
  101. display: flex;
  102. border: 1px solid #049e9a;
  103. border-radius: 5px;
  104. padding: 5px;
  105. margin: 15px 10px;
  106. background: rgba(255, 255, 255, 0.4); }
  107. .stu-box .box-b .handle-box .handle-role, .stu-box .box-b .handle-box .handle-content, .stu-box .box-b .handle-box .handle-button {
  108. padding: 5px 8px;
  109. display: flex;
  110. justify-content: center;
  111. align-items: center; }
  112. .stu-box .box-b .handle-box .handle-role .text, .stu-box .box-b .handle-box .handle-content .text, .stu-box .box-b .handle-box .handle-button .text {
  113. user-select: none; }
  114. .stu-box .box-b .handle-box .handle-role {
  115. width: 200px; }
  116. .stu-box .box-b .handle-box .handle-role.text-role {
  117. width: 150px; }
  118. .stu-box .box-b .handle-box .handle-role .form-control {
  119. font-size: 0.875rem; }
  120. .stu-box .box-b .handle-box .handle-role .text {
  121. text-align: right;
  122. width: 100%;
  123. font-size: 18px;
  124. font-weight: 600;
  125. word-break: break-word; }
  126. .stu-box .box-b .handle-box .handle-content {
  127. width: calc(100% - 350px);
  128. padding: 5px; }
  129. .stu-box .box-b .handle-box .handle-content .form-control {
  130. border: 1px solid #049e9a;
  131. border-radius: 5px;
  132. font-size: 0.875rem; }
  133. .stu-box .box-b .handle-box .handle-button {
  134. padding: 10px 5px;
  135. width: 150px; }
  136. .stu-box .box-b .handle-box .handle-button .btn {
  137. min-height: 50px;
  138. border-radius: 5px; }
  139. .stu-box .box-b .handle-box.leader {
  140. margin: 5px 10px; }
  141. .stu-box .box-b .handle-box.leader.has-send .role-text, .stu-box .box-b .handle-box.leader.has-send .text, .stu-box .box-b .handle-box.leader.has-send .content-text {
  142. color: #666; }
  143. .stu-box .box-b .handle-box.leader .handle-content {
  144. width: calc(100% - 150px);
  145. padding: 5px 10px 5px 5px;
  146. justify-content: left;
  147. color: #3c3c3c; }
  148. .stu-box .box-b .handle-box.leader .handle-content .role-text, .stu-box .box-b .handle-box.leader .handle-content .text {
  149. font-size: 18px;
  150. font-weight: 600;
  151. white-space: nowrap; }
  152. .stu-box .box-b .handle-box.leader .handle-content .text {
  153. padding: 0 5px; }
  154. .stu-box .box-b .handle-box.leader .handle-content .content-text {
  155. font-size: 16px;
  156. word-break: break-word; }
  157. .stu-box .box-b .handle-box.leader .handle-button {
  158. padding: 6px 5px;
  159. width: 150px; }
  160. .stu-box .box-b .handle-box.leader .handle-button .btn {
  161. min-height: 30px;
  162. border-radius: 5px; }
  163. .stu-box .box-b .handle-box .select2-container .select2-selection--single {
  164. height: 38px; }
  165. .stu-box .box-b .handle-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  166. top: 6px; }