This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
baokemeng
/
uniAppXCX
ウォッチ
3
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
cdd5ebb54f
ブランチ
タグ
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Z-Index.scss
Z-Index.scss
92 B
履歴
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};
}
}