update style
This commit is contained in:
parent
621838ad82
commit
f022efc94c
@ -447,6 +447,10 @@ select {
|
|||||||
.game-tips {
|
.game-tips {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: #ffe99d;
|
||||||
|
top: 16px;
|
||||||
|
right: 25px;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips-hide {
|
.tips-hide {
|
||||||
|
@ -187,6 +187,9 @@ const hideqrcode = () => {
|
|||||||
<div class="close-qrcode" @click="hideqrcode">关闭</div>
|
<div class="close-qrcode" @click="hideqrcode">关闭</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="game-tips">
|
||||||
|
! 请在连接前确保已经设置好强度上限
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h2>游戏设置</h2>
|
<h2>游戏设置</h2>
|
||||||
<div class="form">
|
<div class="form">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user