init project
This commit is contained in:
25
miniprogram/pages/main/travel/index.less
Normal file
25
miniprogram/pages/main/travel/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user