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