EP-WachatApp/eaterplanet_ecommerce/components/parser/parser.wxss

20 lines
193 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
:host {
display: block;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.top {
display: inherit;
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}