feat: 补充提交
parent
2a00c4d689
commit
fc0bf97958
Binary file not shown.
After Width: | Height: | Size: 800 KiB |
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
Binary file not shown.
After Width: | Height: | Size: 400 KiB |
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 922 B |
@ -0,0 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
* @Author: donghao donghao@supervision.ltd
|
||||||
|
* @Date: 2025-03-12 13:48:31
|
||||||
|
* @LastEditors: donghao donghao@supervision.ltd
|
||||||
|
* @LastEditTime: 2025-03-12 13:56:15
|
||||||
|
* @FilePath: \5G-Loading-Bay-Web\src\components\videoPlayer\player.vue
|
||||||
|
* @Description: 视频播放器
|
||||||
|
-->
|
||||||
|
<template>
|
||||||
|
<!-- 视频播放器 -->
|
||||||
|
</template>
|
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
<template>
|
||||||
|
<!-- 实时视频播放器 -->
|
||||||
|
</template>
|
@ -1,71 +1,80 @@
|
|||||||
.pole-monitor-wrap {
|
.pole-monitor-wrap {
|
||||||
.search-section{
|
background-image: url("@/assets/common/bg_banner.png");
|
||||||
|
// background-color: red;
|
||||||
|
background-size: contain;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
.search-section {
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
}
|
|
||||||
.pole-monitor-search-box {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 12px;
|
|
||||||
margin: 16px 0;
|
|
||||||
}
|
|
||||||
.right-panel{
|
|
||||||
.el-scrollbar__view {
|
|
||||||
background: transparent !important;
|
|
||||||
height: 600px;
|
|
||||||
}
|
}
|
||||||
}
|
.pole-main-content {
|
||||||
.pole-monitor-main {
|
width: 100%;
|
||||||
.left-panel {
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.pole-monitor-search-box {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
margin: 16px 0;
|
||||||
|
}
|
||||||
|
.right-panel {
|
||||||
|
.el-scrollbar__view {
|
||||||
|
background: transparent !important;
|
||||||
|
height: 600px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.pole-monitor-main {
|
||||||
|
.left-panel {
|
||||||
.main-image {
|
.main-image {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 512px;
|
min-height: 512px;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 512px;
|
height: 512px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.thumbnail-container {
|
.thumbnail-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
.swiper {
|
.swiper {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
.swiper-slide {
|
||||||
|
width: 20%;
|
||||||
|
border-radius: 4px;
|
||||||
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.swiper-slide {
|
border-radius: 4px;
|
||||||
width: 20%;
|
|
||||||
border-radius:4px;
|
|
||||||
img {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border-radius:4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.active-slide img {
|
|
||||||
border-radius:4px;
|
|
||||||
border: 2px solid #2ECCE0;
|
|
||||||
}
|
|
||||||
.swiper-button-prev,
|
|
||||||
.swiper-button-next {
|
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
|
||||||
color: white;
|
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.swiper-button-prev::after,
|
|
||||||
.swiper-button-next::after {
|
|
||||||
font-size: 12px ;
|
|
||||||
color: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 修改按钮悬停样式 */
|
|
||||||
.swiper-button-prev:hover,
|
|
||||||
.swiper-button-next:hover {
|
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.active-slide img {
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 2px solid #2ecce0;
|
||||||
|
}
|
||||||
|
.swiper-button-prev,
|
||||||
|
.swiper-button-next {
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
color: white;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swiper-button-prev::after,
|
||||||
|
.swiper-button-next::after {
|
||||||
|
font-size: 12px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 修改按钮悬停样式 */
|
||||||
|
.swiper-button-prev:hover,
|
||||||
|
.swiper-button-next:hover {
|
||||||
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue