11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
.statusBar_blur {
|
|
width: 100%;
|
|
height: 185rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: #dbe6ff;
|
|
opacity: 0.8;
|
|
filter: blur(50px);
|
|
z-index: 0;
|
|
} |