+
+
- 仁寿县劳务合作社联合送工
+ 仁寿县劳务合作社联合送工
-

+
@@ -237,7 +237,7 @@ function startScroll() {
// 关闭弹窗
function closeModal() {
visible.value = false;
- startScroll();
+ startScroll();
}
@@ -381,61 +381,63 @@ function closeModal() {
/* 轮播弹窗容器样式 */
.carousel-modal-container {
- position: fixed;
- top: 54%;
- left: 71%;
- transform: translate(-50%, -50%);
- width: 14vw;
- border-radius: 4px 4px 4px 4px;
- z-index: 100;
- border-radius: 0.104vw;
- padding: 0.26vw;
- height: 14vw;
+ position: fixed;
+ top: 54%;
+ left: 71%;
+ transform: translate(-50%, -50%);
+ width: 14vw;
+ border-radius: 4px 4px 4px 4px;
+ z-index: 100;
+ border-radius: 0.104vw;
+ padding: 0.26vw;
+ height: 14vw;
- .close-btn {
- position: absolute;
- top: 14.5vw;
+ .close-btn {
+ position: absolute;
+ top: 13.5vw;
right: 5.5vw;
- width: 2vw;
- height: 2vw;
- background-color: #171E22;
- border: 1px solid rgba(203, 242, 250, 0.2);
- border-radius: 50%;
- color: #C4F3FE;
- font-size: 1vw;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- z-index: 101;
-
- // &:hover {
- // background-color: #1E262A;
- // border-color: rgba(203, 242, 250, 0.4);
- // }
- }
+ width: 2vw;
+ height: 2vw;
+ background-color: #171E22;
+ border: 1px solid rgba(203, 242, 250, 0.2);
+ border-radius: 50%;
+ color: #C4F3FE;
+ font-size: 1vw;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+ z-index: 101;
+ // &:hover {
+ // background-color: #1E262A;
+ // border-color: rgba(203, 242, 250, 0.4);
+ // }
+ }
.carousel-item-content {
border-radius: 5px 5px 5px 5px;
background-color: #171E22;
- padding: 0.001vw 0.4vw 1vw;
+ 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;
}