初始化
This commit is contained in:
38
app.scss
Normal file
38
app.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user