17 lines
346 B
CSS
17 lines
346 B
CSS
|
|
/* Alert 样式 */
|
|
.custom-alert[data-v-a64db44c] {
|
|
position: fixed;
|
|
z-index: 5000;
|
|
|
|
margin-top: 10px;
|
|
left: var(--1b8e3d43);
|
|
right: var(--1b8e3d43);
|
|
|
|
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 255, 0.5), rgba(0, 0, 0, 0));
|
|
}
|
|
|
|
/* Marquee 样式 */
|
|
.custom-marquee[data-v-a64db44c] {
|
|
pointer-events: none;
|
|
}
|