mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-05 17:19:23 +08:00
18 lines
305 B
CSS
18 lines
305 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.errornote {
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
display: block;
|
|
padding: 10px 12px;
|
|
margin: 0 0 10px 0;
|
|
color: #ba2121;
|
|
border: 1px solid #ba2121;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
background-position: 5px 12px;
|
|
}
|