Commit 8c770b13 by qinjianhui

fix: 首页轮播图按钮大小

parent b2d6e92b
...@@ -333,6 +333,16 @@ export default { ...@@ -333,6 +333,16 @@ export default {
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
.slides-switchers {
left: 30px;
bottom: 30px;
}
.slides-switcher {
width: 30px;
height: 30px;
}
.intro-video-wrapper { .intro-video-wrapper {
background-image: none; background-image: none;
padding-top: 20px; padding-top: 20px;
......
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 to comment