feat: 初步完成各模块静态样式调整
parent
1c20ab4c0c
commit
301da206e9
Binary file not shown.
After Width: | Height: | Size: 321 B |
Binary file not shown.
After Width: | Height: | Size: 317 B |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 789 B |
@ -1,122 +1,38 @@
|
||||
.digger-monitor-warp {
|
||||
box-sizing: border-box;
|
||||
padding-top: 32px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 20px;
|
||||
// align-items: center;
|
||||
.digger-monitor-right {
|
||||
box-sizing: border-box;
|
||||
width:970px;
|
||||
// display: flex;
|
||||
background-image: url("@/assets/common/diggerMonitor-main-bg.png");
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.digger-monitor-main-content {
|
||||
background-image: url("@/assets/diggerMonitor/diggerMonitor-main-bg.png");
|
||||
background-size: 100% 100%;
|
||||
background-position: bottom;
|
||||
background-repeat: no-repeat;
|
||||
height: 586px;
|
||||
margin-top: 20px;
|
||||
|
||||
.digger-monitor-search-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin: 16px 0;
|
||||
}
|
||||
.right-panel{
|
||||
.el-scrollbar__view {
|
||||
background: transparent !important;
|
||||
height: 600px;
|
||||
}
|
||||
.fixed_pagination{
|
||||
padding: 12px 20px 15px;
|
||||
}
|
||||
.digger-monitor-body {
|
||||
padding: 0 24px;
|
||||
}
|
||||
.digger-monitor-search-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin: 24px 0 16px;;
|
||||
}
|
||||
.right-panel {
|
||||
width: calc(
|
||||
100% - var(--fg-swiper-monitor-slide-iamge-width) -
|
||||
var(--fg-swiper-monitor-main-iamge-width) - var(--fg-box-margin) * 2
|
||||
);
|
||||
.el-scrollbar__view {
|
||||
background: transparent !important;
|
||||
height: 360px;
|
||||
}
|
||||
|
||||
|
||||
.digger-monitor-left {
|
||||
width: 49%;
|
||||
background-image: url("@/assets/common/boderBg.png");
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
.monitor-left-top {
|
||||
box-sizing: border-box;
|
||||
padding: 32px 16px 20px;
|
||||
min-height: 600px;
|
||||
.file-preview-screen {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 492px;
|
||||
// background-color: red;
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
max-height: calc(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
.monitor-left-bottom {
|
||||
width: 100%;
|
||||
padding: 0 16px;
|
||||
margin-bottom: 29px;
|
||||
overflow: visible;
|
||||
.swiper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.swiper-slide {
|
||||
width: 20%;
|
||||
border-radius:4px;
|
||||
height: 144px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 144px;
|
||||
border-radius:4px;
|
||||
object-fit: cover
|
||||
}
|
||||
}
|
||||
.active-slide img,
|
||||
.active-slide video {
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
.empty-bg {
|
||||
box-sizing: border-box;
|
||||
width: 892px;
|
||||
height: 815px;
|
||||
background-image: url("@/assets/common/emptyBg.png");
|
||||
background-size: 156px 102px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
.digger-monitor-banner {
|
||||
.left-panel {
|
||||
width: calc(
|
||||
var(--fg-swiper-monitor-slide-iamge-width) +
|
||||
var(--fg-swiper-monitor-main-iamge-width) + var(--fg-box-margin)
|
||||
);
|
||||
max-height: 480px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue