This commit is contained in:
@ -53,17 +53,20 @@ onMount(async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notice-title {
|
.notice-title {
|
||||||
font-size: 24px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #66ccff;
|
background-color: #ff3939;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-content {
|
.notice-content {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
max-width: 164px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mask-mode {
|
.mask-mode {
|
||||||
|
|||||||
Reference in New Issue
Block a user