Skip to content

Commit f8805f0

Browse files
committed
fix:修改文档底部展示无序列表的小黑点
1 parent edd9b88 commit f8805f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website/src/component/Footer/index.module.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
max-width: 1248px;
1010
margin: 0 auto;
1111
padding: 64px 32px 40px;
12+
1213
label {
1314
padding: 8px 0;
1415
display: flex;
@@ -17,20 +18,25 @@
1718
font-weight: 500;
1819
color: var(--expo-theme-text-default);
1920
}
21+
2022
ul li {
2123
padding: 8px 0;
24+
list-style: none;
25+
2226
a {
2327
color: #596068;
2428
font-weight: 400;
2529
font-size: 14px;
2630
line-height: 150%;
2731
letter-spacing: -0.011em;
32+
2833
&:hover {
2934
transition: opacity 200ms;
3035
opacity: 0.8;
3136
}
3237
}
3338
}
39+
3440
section {
3541
p {
3642
font-weight: 400;
@@ -50,16 +56,19 @@
5056
align-items: center;
5157
line-height: 14px;
5258
font-weight: bold;
59+
5360
a {
5461
display: flex;
5562
align-items: center;
5663
color: #596068;
5764
margin-right: 10px;
5865
}
66+
5967
svg {
6068
color: #596068;
6169
}
6270
}
71+
6372
.icons + .icons {
6473
margin-top: 10px;
6574
}
@@ -73,9 +82,11 @@
7382
.badges {
7483
padding-top: 26px;
7584
text-align: center;
85+
7686
a {
7787
display: inline-block;
7888
}
89+
7990
a {
8091
margin: 0 5px;
8192
}

0 commit comments

Comments
 (0)