注释掉 matchground 的背景色
This commit is contained in:
parent
748d015cb9
commit
dbbfb700e4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue