Initial commit - full huishou project

This commit is contained in:
jiapengyu
2026-07-27 14:07:26 +08:00
commit 60790ad1b3
39127 changed files with 5989265 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
label,
scroll-view,
swiper-item,
view {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
image,
input,
scroll-view,
swiper,
swiper-item,
text,
textarea,
video,
view {
position: relative;
border: 0 solid #000;
box-sizing: border-box;
}
swiper-item {
position: absolute;
}
button {
margin: 0;
}