This commit is contained in:
2022-02-07 22:27:54 +08:00
parent 31fdf5cc28
commit f1e778d198
5 changed files with 52 additions and 2 deletions

View File

@@ -42,3 +42,20 @@
bottom: 0
background: rgba(0,0,0,.9)
z-index: 1024
// 一些奇怪的按钮
button.magic
width: 2.6rem
height: 2.6rem
line-height: 2.6rem
border-radius: 1.3rem
background: #222222
color: #fafafa
font-size: 1.3rem
text-align: center
padding: 0
transition: all .25s linear
button.magic:hover
background: #000000
color: #ffffff
width: 6rem