no message

SPY×FAMILY
鹿和sa0ChunLuyu 4 years ago
parent 353491e174
commit 214f4c559d

@ -17,7 +17,7 @@
/*每个页面公共css */
@import '@/uni_modules/uni-scss/index.scss';
@import '@/common/uni.css';
@import '@/static/customicons.css';
@import '@/static/customicons.css';
@import "./static/css/animate.min.css";
page {
@ -39,7 +39,6 @@
opacity: 0;
}
.primary_button_wrapper {
position: relative;
width: 580rpx;
@ -57,19 +56,19 @@
.blank_wrapper {
height: calc(20rpx + var(--safe-area-inset-bottom));
}
.top_blank_wrapper::after {
content: ".";
}
.top_blank_wrapper {
height: 0;
width: 100%;
opacity: 0;
}
.top_blank_wrapper::after {
content: ".";
}
.top_blank_wrapper {
height: 0;
width: 100%;
opacity: 0;
}
.navbar_wrapper {
height: calc(100rpx + var(--safe-area-inset-top));
}
</style>
</style>

Loading…
Cancel
Save