Commit eb879bba by 杨翰文

fix: 修复rts

parent e485998a
......@@ -18,7 +18,7 @@
"./font/**/*",
"./images/**/*", "./libs/**/*", "./panos/**/*", "./plugins/**/*"],
"dest": "/danzhai-holiday-test/v5/",
"dest": "/danzhai-holiday-test/v7/",
"parallel": 10,
......
......@@ -74,7 +74,9 @@
justify-content: center;
}
.swiper-head-title img {
width: 80%;
width: 18rem;
height: 8rem;
/* height: auto; */
display: block;
}
.swiper-container {
......@@ -97,6 +99,8 @@
z-index: 1000;
position: fixed;
top: 50%;
transform: translate3d(-50%, -50%, 1000px);
}
.swiper-navigator .swiper-btn-prev,
.swiper-navigator .swiper-btn-next {
......@@ -106,6 +110,7 @@
height: 50px;
line-height: 43px;
text-align: center;
z-index: 1000;
}
.swiper-navigator span {
color: #fff;
......@@ -155,14 +160,15 @@
}
.swiper-wrap li .text {
position: absolute;
bottom: 0.5rem;
bottom: 1rem;
left: 0;
right: 0;
z-index: 10;
color: #fff;
font-size: 30px;
text-align: center;
/* font-family: myFont; */
text-shadow: 0 0 10px rgba(0,0,0,0.7);
font-family: myFont;
}
</style>
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment