jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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;
}