cssの最適化2
This commit is contained in:
parent
1edc3a6d16
commit
ee887860d7
5 changed files with 64 additions and 69 deletions
|
@ -55,16 +55,14 @@
|
|||
border-radius: 12px 12px 0 0;
|
||||
background-color: var(--head-color);
|
||||
border-bottom: solid var(--divider-color) 1px;
|
||||
|
||||
& >* {
|
||||
all: unset;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 8px 4px;
|
||||
border-radius: 50%;
|
||||
background-color: gray;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
button {
|
||||
all: unset;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 8px 4px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue