mirror of https://github.com/fantasticit/think.git
Update bubble.module.scss
parent
337c3d172a
commit
08860dffee
|
@ -3,26 +3,26 @@
|
|||
|
||||
> div {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 8px;
|
||||
width: 168px;
|
||||
margin-top: 8px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
flex-wrap: wrap;
|
||||
|
||||
li {
|
||||
width: 80px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
padding: 0 5px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border: 1px solid rgb(28 31 35 / 8%);
|
||||
|
||||
&.active {
|
||||
|
|
Loading…
Reference in New Issue