Update
1. 显示主机当前状态 2. 可发送自定义波形
This commit is contained in:
@@ -36,6 +36,10 @@ button {
|
||||
-o-border-radius: 3px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fce9a7;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #ffe668;
|
||||
}
|
||||
@@ -450,6 +454,18 @@ select {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.game-info {
|
||||
position: fixed;
|
||||
top: 64px;
|
||||
right: 60px;
|
||||
padding: 0 10px 10px 10px;
|
||||
color: #ffe99d;
|
||||
background: #171717;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #ffe99d;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.tips-hide {
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
|
||||
Reference in New Issue
Block a user