修改背景颜色处理

master
于肖磊 2025-12-26 17:26:37 +08:00
parent 9724e03254
commit c0f753f2a9
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
top: 0;
left: 0;
z-index: 9;
background: linear-gradient(to bottom, #330066, #000000);
background-image: linear-gradient(to bottom, #330066, #000000);
}
.live-content {
position: absolute;

View File

@ -124,7 +124,7 @@
.live-ended {
width: 100vw;
height: 100vh;
background-image: linear-gradient(to bottom,#AD18F9,#05DFC7);
background: linear-gradient(to bottom,#AD18F9,#05DFC7);
position: absolute;
top: 0;
left: 0;