This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
baokemeng
/
uniAppXCX
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
42d138ec26
Branches
Tags
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Z-Index.scss
Z-Index.scss
92 B
Historique
Raw
1
2
3
4
5
6
// Z-index
@each $s, $l in 0, 10, 20, 30, 40, 50, auto {
.z-#{$s} {
z-index: #{$s};
}
}