lcw
This commit is contained in:
@ -394,7 +394,7 @@ function closeModal() {
|
|||||||
|
|
||||||
.close-btn {
|
.close-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 14.5vw;
|
top: 13.5vw;
|
||||||
right: 5.5vw;
|
right: 5.5vw;
|
||||||
width: 2vw;
|
width: 2vw;
|
||||||
height: 2vw;
|
height: 2vw;
|
||||||
@ -408,7 +408,6 @@ function closeModal() {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
|
|
||||||
// &:hover {
|
// &:hover {
|
||||||
// background-color: #1E262A;
|
// background-color: #1E262A;
|
||||||
// border-color: rgba(203, 242, 250, 0.4);
|
// border-color: rgba(203, 242, 250, 0.4);
|
||||||
@ -419,23 +418,26 @@ function closeModal() {
|
|||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
background-color: #171E22;
|
background-color: #171E22;
|
||||||
padding: 0.001vw 0.4vw 1vw;
|
padding: 0.001vw 0.4vw 1vw;
|
||||||
|
|
||||||
.carousel-item-title {
|
.carousel-item-title {
|
||||||
background: linear-gradient(90deg, rgba(203, 242, 250, 0) 0%, rgba(203, 242, 250, 0.43) 58%, rgba(203, 242, 250, 0) 100%);
|
background: linear-gradient(90deg, rgba(203, 242, 250, 0) 0%, rgba(203, 242, 250, 0.43) 58%, rgba(203, 242, 250, 0) 100%);
|
||||||
border-radius: 0px 0px 0px 0px;
|
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.5vw;
|
height: 1.1vw;
|
||||||
margin-top: 1vw;
|
margin-top: 1vw;
|
||||||
line-height: 0.5vw;
|
font-size: 0.8vw;
|
||||||
|
line-height: 1.1vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 4px 4px 4px 4px;
|
border-radius: 4px 4px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::deep(.el-carousel__container) {
|
::deep(.el-carousel__container) {
|
||||||
height: 14vw !important;
|
height: 14vw !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user