|
|
|
.appearance-monitor-warp {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-top: 32px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 20px;
|
|
|
|
// align-items: center;
|
|
|
|
.appearance-monitor-right {
|
|
|
|
width: 44%;
|
|
|
|
// display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.appearance-monitor-search-box {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 12px;
|
|
|
|
margin: 16px 0;
|
|
|
|
}
|
|
|
|
.right-panel{
|
|
|
|
|
|
|
|
.el-scrollbar__view {
|
|
|
|
background: transparent !important;
|
|
|
|
height: 600px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.appearance-monitor-left {
|
|
|
|
width: 55%;
|
|
|
|
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;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 590px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.monitor-left-bottom {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
overflow: visible;
|
|
|
|
.swiper {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.swiper-slide {
|
|
|
|
width: 20%;
|
|
|
|
border-radius:4px;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 144px;
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.empty-bg {
|
|
|
|
width: 100%;
|
|
|
|
height: 800px;
|
|
|
|
background-image: url("@/assets/common/emptyBg.png");
|
|
|
|
background-size: 312px 204px;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|