mirror of
https://gitee.com/AiShiYuShiJiePingXing/bigscreen.git
synced 2026-01-21 05:40:35 +08:00
16 lines
210 B
CSS
16 lines
210 B
CSS
.symbol {
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
border: 5px double white;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.symbol-empty {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.symbol-filled {
|
|
background-color: black;
|
|
}
|