48 lines
586 B
Plaintext
48 lines
586 B
Plaintext
|
|
view,
|
|
label,
|
|
swiper-item,
|
|
scroll-view {
|
|
display:flex;
|
|
flex-direction:column;
|
|
flex-shrink: 0;
|
|
flex-grow: 0;
|
|
flex-basis: auto;
|
|
align-items: stretch;
|
|
align-content: flex-start;
|
|
}
|
|
view,
|
|
image,
|
|
input,
|
|
scroll-view,
|
|
swiper,
|
|
swiper-item,
|
|
text,
|
|
textarea,
|
|
video {
|
|
position: relative;
|
|
border: 0px solid #000000;
|
|
box-sizing: border-box;
|
|
}
|
|
swiper-item {
|
|
position: absolute;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.container {
|
|
padding: 20px;
|
|
}
|
|
.input-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
.popup-content {
|
|
background: #fff;
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
|