right.scss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. ::v-deep .el-carousel__indicators{
  2. display: none;
  3. // width: 100%;
  4. // display: flex;
  5. // justify-content: center;
  6. // transform: translateX(-50%);
  7. // height: 20px;
  8. // transform: translateY(10%);
  9. }
  10. .vue3VideoPlay {
  11. pointer-events: none;
  12. }
  13. ::v-deep .el-carousel__arrow{
  14. // display: none;
  15. display: block;
  16. }
  17. ::v-deep .el-carousel__arrow--left{
  18. left: -7px;
  19. top: 55%;
  20. }
  21. ::v-deep .el-carousel__arrow--right{
  22. right: -7px;
  23. top: 55%;
  24. }
  25. ::v-deep .el-carousel {
  26. --el-carousel-arrow-size:0.1375rem
  27. }
  28. // 通用标题
  29. .title {
  30. width: 380px;
  31. height: 32px;
  32. flex-shrink: 0;
  33. background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 2.49%, rgba(255, 255, 255, 0.00) 98.69%);
  34. ;
  35. line-height: 32px;
  36. margin: 11px 22px 0 10px;
  37. .text {
  38. color: #FFF;
  39. font-family: PingFang SC;
  40. padding-left: 18px;
  41. letter-spacing: 1px;
  42. }
  43. }
  44. // 通用content
  45. .content {
  46. display: flex;
  47. width: 100%;
  48. overflow: hidden;
  49. justify-content: space-evenly;
  50. margin-top: 2.5vh;
  51. }
  52. .right {
  53. position: absolute;
  54. width: 412px;
  55. top: 11.5vh;
  56. z-index: 9;
  57. flex-shrink: 0;
  58. border-radius: 2px;
  59. background: rgba(125, 125, 125, 0.17);
  60. backdrop-filter: blur(30.5px);
  61. color: #FFF;
  62. font-size: 14px;
  63. // overflow: hidden;
  64. right: 25px;
  65. // border: 2px solid salmon;
  66. box-sizing: border-box;
  67. display: flex;
  68. flex-direction: column;
  69. height: 86vh;
  70. overflow: hidden;
  71. padding: 11px 10px 15px 10px;
  72. }
  73. // 物联设备统计
  74. .right_top {
  75. // border: 3px solid darkcyan;
  76. height: 30%;
  77. // border: 2px solid darkcyan;
  78. box-sizing: border-box;
  79. .logo {
  80. // border: 2px solid firebrick;
  81. display: flex;
  82. flex-direction: column;
  83. align-items: center;
  84. width: 134px;
  85. height: 175px;
  86. align-content: center;
  87. img {
  88. width: 87px;
  89. height: 88px;
  90. }
  91. .animate {
  92. width: 87px;
  93. height: 88px;
  94. margin-bottom: -55px;
  95. animation: myfirst 1.5s infinite;
  96. }
  97. span {
  98. color: rgba(255, 255, 255, 0.76);
  99. font-family: PingFang SC;
  100. font-weight: 400;
  101. line-height: 21px;
  102. &:first-child {
  103. color: #fff;
  104. font-size: 20px;
  105. font-weight: 900;
  106. line-height: 30px;
  107. }
  108. b {
  109. color: #fff;
  110. font-size: 16px;
  111. font-weight: 400;
  112. }
  113. }
  114. }
  115. .list {
  116. // border: 2px solid darkcyan;
  117. display: flex;
  118. flex-direction: column;
  119. align-items: center;
  120. justify-content: space-evenly;
  121. padding-top: 20px;
  122. .item_r {
  123. display: flex;
  124. align-items: center;
  125. width: 100%;
  126. margin-bottom: 10px;
  127. // border: 1px solid forestgreen;
  128. img {
  129. width: 39px;
  130. height: 39px;
  131. flex-shrink: 0;
  132. // border: 1px solid darkgoldenrod;
  133. margin-right: 12px;
  134. }
  135. .percent {
  136. width: 132px;
  137. border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  138. // margin: 10px;
  139. padding-bottom: 7px;
  140. font-size: 16px;
  141. span {
  142. font-size: 12px;
  143. color: #fff;
  144. opacity: .76;
  145. }
  146. }
  147. }
  148. }
  149. }
  150. // 物联网设备统计动画
  151. @keyframes myfirst {
  152. 0% {
  153. transform: translate(0, 0);
  154. }
  155. 50% {
  156. transform: translate(0, -8px);
  157. }
  158. 100% {
  159. transform: translate(0, 0);
  160. }
  161. }
  162. // 物联设备类型统计
  163. .right_center {
  164. height: 33%;
  165. // border: 3px solid darkcyan;
  166. box-sizing: border-box;
  167. // overflow: hidden;
  168. .contentwrap {
  169. display: flex;
  170. flex-wrap: wrap;
  171. height: 90%;
  172. overflow: hidden;
  173. align-content: center;
  174. // border: 2px solid sandybrown;
  175. .count {
  176. display: flex;
  177. flex-direction: column;
  178. align-items: center;
  179. padding: 6px;
  180. text-align: center;
  181. // border: 2px solid darkkhaki;
  182. width: 110px;
  183. }
  184. }
  185. }
  186. // 智慧教室实时监控
  187. .right_bottom {
  188. flex: 1;
  189. box-sizing: border-box;
  190. // border: 3px solid darkcyan;
  191. height: 33%;
  192. .monitorContent {
  193. margin-top: -6px;
  194. .monitor {
  195. box-sizing: border-box;
  196. display: flex;
  197. flex-direction: column;
  198. background: rgba(0, 0, 0, 0.2);
  199. padding: 10px;
  200. width: 364px;
  201. height: 25vh;
  202. margin: 2vh auto;
  203. // border: 1px solid red;
  204. .interactclass {
  205. display: flex;
  206. justify-content: space-evenly;
  207. .room {
  208. position: relative;
  209. width: 155px;
  210. height: 8vh;
  211. padding: 0;
  212. margin: 0;
  213. // background: saddlebrown;
  214. // margin-top: 10px;
  215. cursor: pointer;
  216. // &:first-child {
  217. // margin-right: 10px;
  218. // }
  219. span {
  220. position: absolute;
  221. top: 0;
  222. font-size: 11px;
  223. text-indent: 5px;
  224. width: 80px;
  225. height: 18px;
  226. line-height: 17px;
  227. background-color: rgba(0, 0, 0, 0.38);
  228. }
  229. }
  230. }
  231. }
  232. .el-carousel__indicators--horizontal {
  233. display: none;
  234. bottom: 6%;
  235. }
  236. // .el-carousel__container {
  237. // height: 248px;
  238. // }
  239. // .el-carousel__indicators .el-carousel__indicators--horizontal {
  240. // display: none;
  241. // }
  242. .el-pagination {
  243. justify-content: center;
  244. --el-pagination-bg-color: 'tranparent';
  245. --el-pagination-text-color: '#fff'
  246. }
  247. .el-pagination button {
  248. color: #fff;
  249. }
  250. .el-pagination button:disabled {
  251. background: none;
  252. color: '#fff';
  253. }
  254. .el-pagination button:hover {
  255. color: '#fff';
  256. }
  257. .el-pager li {
  258. color: #fff;
  259. }
  260. }
  261. }