button
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user