This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
baokemeng
/
uniAppXCX
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e158a295bc
Rami (Branch)
Tag
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Z-Index.scss
Z-Index.scss
92 B
Cronologia
Originale
1
2
3
4
5
6
// Z-index
@each $s, $l in 0, 10, 20, 30, 40, 50, auto {
.z-#{$s} {
z-index: #{$s};
}
}