修改背景颜色处理
parent
9724e03254
commit
c0f753f2a9
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue