初始化

This commit is contained in:
zhu
2026-03-27 13:29:41 +08:00
commit ee03132cee
112 changed files with 6417 additions and 0 deletions

38
app.scss Normal file
View File

@@ -0,0 +1,38 @@
@import "./assets/style/flex.scss";
@import "./assets/style/animate.scss";
page,
view,
text,
swiper,
swiper-item,
image,
navigator {
padding: 0;
margin: 0;
box-sizing: border-box;
}
page {
--background: linear-gradient(135deg, rgba(0, 33, 33, 1), rgba(0, 106, 106, 1));
.t-navbar__capsule::before {
display: none;
}
.t-button--disabled {
opacity: 0.3;
}
}
.fixed-nav {
--td-navbar-bg-color: transparent !important;
}
button {
width: fit-content !important;
}
.t-button--block {
width: 100% !important;
}