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.
32 lines
375 B
32 lines
375 B
/**app.wxss**/
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
::after, ::before {
|
|
text-decoration: inherit;
|
|
vertical-align: inherit;
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
image[lazy-load] {
|
|
animation: opacity01 0.3s;
|
|
}
|
|
|
|
@keyframes opacity01 {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
s, strike, del {
|
|
text-decoration: line-through;
|
|
}
|