left.scss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .left {
  2. position: absolute;
  3. width: 412px;
  4. height: 86vh;
  5. top: 11.5vh;
  6. z-index: 9;
  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: 25px;
  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: 250px;
  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: 208px;
  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: 100%;
  68. // border: 1px solid sandybrown;
  69. // width: 93px;
  70. box-sizing: border-box;
  71. // margin-top: 42px;
  72. margin: 33px 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: 5px;
  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: 48px;
  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. word-wrap: break-word;
  157. }
  158. }
  159. .el-button {
  160. background-color: #5F7BDC;
  161. color: #fff;
  162. border: none;
  163. }
  164. }
  165. }
  166. }
  167. // 通用标题
  168. .title {
  169. width: 380px;
  170. height: 32px;
  171. flex-shrink: 0;
  172. background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 2.49%, rgba(255, 255, 255, 0.00) 98.69%);
  173. ;
  174. line-height: 32px;
  175. margin: 11px 22px 0 10px;
  176. .text {
  177. color: #FFF;
  178. font-family: PingFang SC;
  179. font-size: 14px;
  180. padding-left: 18px;
  181. letter-spacing: 1px;
  182. }
  183. }
  184. // 通用content
  185. .content {
  186. display: flex;
  187. width: 100%;
  188. overflow: hidden;
  189. justify-content: space-evenly;
  190. }
  191. // 点击模型弹出框
  192. .model-detail {
  193. display: flex;
  194. justify-content: space-between;
  195. flex-wrap: wrap;
  196. // padding: 10px;
  197. // border: 2px solid firebrick;
  198. border-radius: 10px;
  199. span {
  200. font-size: 15.5px;
  201. width: 175px;
  202. font-family: Microsoft YaHei UI;
  203. // border: 1px solid red;
  204. margin: 6px 0 6px 4px;
  205. font-weight: 400;
  206. // padding: 0;
  207. .title {
  208. color: #000;
  209. font-weight: 700;
  210. }
  211. .green {
  212. color: #00C767;
  213. }
  214. .red {
  215. color: #DB4A36;
  216. }
  217. }
  218. }
  219. .scroll::-webkit-scrollbar {
  220. width: 5px;
  221. height: 5px;
  222. background-color: transparent;
  223. border-radius: 3px;
  224. }
  225. .scroll::-webkit-scrollbar-thumb {
  226. background-color: #999;
  227. border-radius: 3px;
  228. }
  229. .jiaos{
  230. // background-color: antiquewhite;
  231. // color: #000;
  232. // overflow-wrap: break-word;
  233. display: flex;
  234. align-items: center;
  235. text-align: center;
  236. flex-wrap: wrap;
  237. line-height: 16px;
  238. }