left.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .left {
  2. position: absolute;
  3. width: 412px;
  4. height: 900px;
  5. top: 111px;
  6. z-index: 300;
  7. flex-shrink: 0;
  8. border-radius: 2px;
  9. background: rgba(125, 125, 125, 0.17);
  10. backdrop-filter: blur(30.5px);
  11. color: #FFF;
  12. font-size: 14px;
  13. overflow: hidden;
  14. left: 30px;
  15. display: flex;
  16. flex-direction: column;
  17. padding: 11px 10px 15px 10px; //教室分类统计
  18. .left_top {
  19. box-sizing: border-box;
  20. width: 392px;
  21. height: 261px;
  22. // border: 2px solid darkcyan;
  23. .list {
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: center;
  27. width: 180px;
  28. margin-left: 23.2px;
  29. margin-right: 28px;
  30. .item {
  31. width: 100%;
  32. display: flex;
  33. align-items: center;
  34. padding-top: 16px;
  35. padding-bottom: 11px;
  36. border-bottom: 1px dotted rgba(255, 255, 255, 0.33);
  37. font-size: 12px;
  38. font-family: Microsoft YaHei;
  39. i {
  40. display: inline-block;
  41. width: 8px;
  42. height: 8px;
  43. border-radius: 4px;
  44. margin-right: 6px;
  45. }
  46. .descr {
  47. display: flex;
  48. justify-content: space-between;
  49. width: 100%;
  50. }
  51. }
  52. }
  53. }
  54. // 本周课程统计
  55. .left-center {
  56. // border: 1px solid sienna;
  57. box-sizing: border-box;
  58. height: 219px;
  59. width: 392px;
  60. height: 219px;
  61. // border: 2px solid #5F7BDC;
  62. .count {
  63. display: flex;
  64. flex-direction: column;
  65. align-items: center;
  66. justify-content: space-around;
  67. height: 108px;
  68. // border: 1px solid sandybrown;
  69. // width: 93px;
  70. box-sizing: border-box;
  71. // margin-top: 42px;
  72. margin: 40px 16px 39px 22px;
  73. img {
  74. width: 22px;
  75. height: 22px;
  76. }
  77. .text {
  78. font-size: 12px;
  79. line-height: 20px;
  80. }
  81. // width: 70px;
  82. // text-align: center;
  83. // justify-content: space-around;
  84. // margin: 24px 0;
  85. // padding: 20px;
  86. // .el-progress-circle {
  87. // width: 56px !important;
  88. // height: 56px !important;
  89. // .el-progress-circle__track {
  90. // stroke: rgba(255, 255, 255, 0.2);
  91. // }
  92. // .el-progress__text {
  93. // margin-top: 5px;
  94. // }
  95. // }
  96. // .number {
  97. // margin-top: 10px;
  98. // margin-bottom: 5px;
  99. // font-size: 12px;
  100. // span {
  101. // font-size: 14px;
  102. // font-weight: bold;
  103. // }
  104. // }
  105. // .text {
  106. // font-size: 12px;
  107. // line-height: 20px;
  108. // width: 60px;
  109. // }
  110. }
  111. }
  112. // 智慧教室使用明细
  113. .left-bottom {
  114. flex: 1;
  115. overflow: hidden;
  116. box-sizing: border-box;
  117. width: 392px;
  118. // height: 219px;
  119. // border: 2px solid #5F7BDC;
  120. .content {
  121. box-sizing: border-box;
  122. padding: 10px;
  123. padding-top: 0;
  124. height: 100%;
  125. overflow: hidden;
  126. }
  127. .title {
  128. margin-bottom: 20px;
  129. }
  130. .table {
  131. width: 100%;
  132. .th {
  133. font-weight: 700;
  134. display: flex;
  135. width: 100%;
  136. .long {
  137. width: 500px;
  138. }
  139. }
  140. ul {
  141. display: flex;
  142. list-style: none;
  143. height: 40px;
  144. line-height: 40px;
  145. font-size: 12px;
  146. border-bottom: 1px dotted #fff;
  147. padding: 0;
  148. &:last-child {
  149. margin-bottom: 10px;
  150. }
  151. li {
  152. display: flex;
  153. width: 100%;
  154. align-items: center;
  155. justify-content: space-around
  156. }
  157. }
  158. .el-button {
  159. background-color: #5F7BDC;
  160. color: #fff;
  161. border: none;
  162. }
  163. }
  164. }
  165. }
  166. // 通用标题
  167. .title {
  168. width: 380px;
  169. height: 32px;
  170. flex-shrink: 0;
  171. background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 2.49%, rgba(255, 255, 255, 0.00) 98.69%);
  172. ;
  173. line-height: 32px;
  174. margin: 11px 22px 0 10px;
  175. .text {
  176. color: #FFF;
  177. font-family: PingFang SC;
  178. font-size: 14px;
  179. padding-left: 18px;
  180. letter-spacing: 1px;
  181. }
  182. }
  183. // 通用content
  184. .content {
  185. display: flex;
  186. width: 100%;
  187. overflow: hidden;
  188. justify-content: space-evenly;
  189. }
  190. // 点击模型弹出框
  191. .model-detail {
  192. display: flex;
  193. justify-content: space-between;
  194. flex-wrap: wrap;
  195. // padding: 10px;
  196. // border: 2px solid firebrick;
  197. border-radius: 10px;
  198. span {
  199. font-size: 16px;
  200. width: 166px;
  201. font-family: Microsoft YaHei UI;
  202. // border: 1px solid red;
  203. margin: 6px;
  204. font-weight: 400;
  205. // padding: 0;
  206. .title {
  207. color: #000;
  208. font-weight: 700;
  209. }
  210. .green {
  211. color: #00C767;
  212. }
  213. .red {
  214. color: #DB4A36;
  215. }
  216. }
  217. }
  218. .scroll::-webkit-scrollbar {
  219. width: 5px;
  220. height: 5px;
  221. background-color: transparent;
  222. border-radius: 3px;
  223. }
  224. .scroll::-webkit-scrollbar-thumb {
  225. background-color: #999;
  226. border-radius: 3px;
  227. }