注释掉 matchground 的背景色

This commit is contained in:
flykhan 2023-03-12 10:52:02 +08:00
parent 748d015cb9
commit dbbfb700e4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ div.user-select-bot {
width: 60vw; width: 60vw;
height: 70vh; height: 70vh;
/* 背景色: rgba 加上透明通道 */ /* 背景色: rgba 加上透明通道 */
background: rgba(70, 70, 70, 0.5); /* background: rgba(70, 70, 70, 0.5); */
/* 距上边距40px,左右居中 */ /* 距上边距40px,左右居中 */
margin: 40px auto; margin: 40px auto;
} }