keyboard
This commit is contained in:
@@ -408,17 +408,32 @@
|
||||
_fj(center)
|
||||
#keyboard
|
||||
position fixed
|
||||
left 0
|
||||
right 0
|
||||
bottom 0
|
||||
right: 64px;
|
||||
bottom: 54px;
|
||||
z-index 1000
|
||||
width 100%
|
||||
// max-width 1366px
|
||||
margin 0 auto
|
||||
padding 1em
|
||||
background-color #EEE
|
||||
width 66.917%
|
||||
padding: 5px;
|
||||
background-color: #ececec;
|
||||
box-shadow 0px -3px 10px rgba(black, 0.3)
|
||||
border-radius 10px
|
||||
.keyboard
|
||||
.line:not(:last-child)
|
||||
margin-bottom: 5px;
|
||||
.key
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
background-color: #fff;
|
||||
border: none;
|
||||
border-bottom: 1px solid #b5b5b5;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
|
||||
color: #333;
|
||||
font-size: 23px;
|
||||
&:not(:last-child)
|
||||
margin-right: 5px;
|
||||
.backspace
|
||||
background-color: #b3b3b3;
|
||||
|
||||
|
||||
// 用户管理
|
||||
.buttons_wrapper
|
||||
|
||||
Reference in New Issue
Block a user