Adapt to mobile devices

This commit is contained in:
zyronon
2023-12-12 01:57:35 +08:00
parent c34ba02248
commit afc5438f38
31 changed files with 1233 additions and 63 deletions

View File

@@ -438,4 +438,26 @@ footer {
display: flex;
justify-content: center;
align-items: center;
}
}
.slide {
height: 100%;
width: 100%;
transition: height .3s;
position: relative;
overflow: hidden;
.slide-infinite {
z-index: 1;
margin-top: 0;
transition: all .3s;
}
.slide-list {
height: 100%;
width: 100%;
display: flex;
position: relative;
}
}