init project

This commit is contained in:
Timi
2025-12-05 10:38:55 +08:00
parent 2dc4e1daef
commit 99eb470625
73 changed files with 4312 additions and 0 deletions

View File

@ -0,0 +1,25 @@
/* pages/main/travel/travel.wxss */
.travel {
.collapse {
.panel {
.images {
column-gap: .25rem;
column-count: 3;
padding-bottom: 2rem;
.image {
width: 100%;
display: block;
overflow: hidden;
background: #FFF;
break-inside: avoid;
margin-bottom: .25rem;
}
}
}
}
}