Commit eb879bba by 杨翰文

fix: 修复rts

parent e485998a
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"./font/**/*", "./font/**/*",
"./images/**/*", "./libs/**/*", "./panos/**/*", "./plugins/**/*"], "./images/**/*", "./libs/**/*", "./panos/**/*", "./plugins/**/*"],
"dest": "/danzhai-holiday-test/v5/", "dest": "/danzhai-holiday-test/v7/",
"parallel": 10, "parallel": 10,
......
...@@ -74,7 +74,9 @@ ...@@ -74,7 +74,9 @@
justify-content: center; justify-content: center;
} }
.swiper-head-title img { .swiper-head-title img {
width: 80%; width: 18rem;
height: 8rem;
/* height: auto; */
display: block; display: block;
} }
.swiper-container { .swiper-container {
...@@ -97,6 +99,8 @@ ...@@ -97,6 +99,8 @@
z-index: 1000; z-index: 1000;
position: fixed; position: fixed;
top: 50%; top: 50%;
transform: translate3d(-50%, -50%, 1000px);
} }
.swiper-navigator .swiper-btn-prev, .swiper-navigator .swiper-btn-prev,
.swiper-navigator .swiper-btn-next { .swiper-navigator .swiper-btn-next {
...@@ -106,6 +110,7 @@ ...@@ -106,6 +110,7 @@
height: 50px; height: 50px;
line-height: 43px; line-height: 43px;
text-align: center; text-align: center;
z-index: 1000;
} }
.swiper-navigator span { .swiper-navigator span {
color: #fff; color: #fff;
...@@ -155,14 +160,15 @@ ...@@ -155,14 +160,15 @@
} }
.swiper-wrap li .text { .swiper-wrap li .text {
position: absolute; position: absolute;
bottom: 0.5rem; bottom: 1rem;
left: 0; left: 0;
right: 0; right: 0;
z-index: 10; z-index: 10;
color: #fff; color: #fff;
font-size: 30px; font-size: 30px;
text-align: center; text-align: center;
/* font-family: myFont; */ text-shadow: 0 0 10px rgba(0,0,0,0.7);
font-family: myFont;
} }
</style> </style>
</head> </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