You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
409 B
35 lines
409 B
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;
|
|
}
|