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