This commit is contained in:
2022-02-07 01:12:33 +08:00
parent e5f6db819e
commit c1a7eb4b7c
7 changed files with 90 additions and 1 deletions

View File

@@ -32,3 +32,13 @@
margin-left: auto
margin-right: auto
// 汇聚 converge
// 控制台
.console
position: fixed
top: 0
left: 0
right: 0
bottom: 0
background: rgba(0,0,0,.9)
z-index: 1024