2019-03-15 16:06:51 +08:00
|
|
|
#info-bar {
|
2021-09-23 11:43:45 +08:00
|
|
|
color: #1f0600;
|
|
|
|
padding: 4px 10px;
|
|
|
|
background: #fddaa4;
|
2019-03-15 16:06:51 +08:00
|
|
|
}
|
2024-08-22 14:59:00 +08:00
|
|
|
|
2019-03-15 16:06:51 +08:00
|
|
|
#info-bar .close {
|
2021-09-23 11:43:45 +08:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1;
|
2024-11-27 11:03:59 +08:00
|
|
|
color: #666;
|
2021-09-23 11:43:45 +08:00
|
|
|
cursor: pointer;
|
2019-03-15 16:06:51 +08:00
|
|
|
}
|
2024-08-22 14:59:00 +08:00
|
|
|
|
2019-03-15 16:06:51 +08:00
|
|
|
#info-bar-info a {
|
2021-09-23 11:43:45 +08:00
|
|
|
color: #a68558;
|
|
|
|
text-decoration: underline;
|
2019-03-15 16:06:51 +08:00
|
|
|
}
|