修改网站图片和列表对齐问题

This commit is contained in:
熊丽君
2021-12-27 14:56:47 +08:00
parent bf171e7c0a
commit 6881e2b57c
3 changed files with 15 additions and 15 deletions

BIN
src/assets/image/02-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -704,21 +704,21 @@ export default {
display: flex; display: flex;
// justify-content: center; // justify-content: center;
align-items: center; align-items: center;
span:nth-child(1) { // span:nth-child(1) {
width: 17px; // width: 17px;
font-size: 30px; // font-size: 30px;
font-family: DIN; // font-family: DIN;
font-weight: bold; // font-weight: bold;
font-style: italic; // font-style: italic;
color: #999999; // color: #999999;
line-height: 9px; // line-height: 9px;
} // }
span.color { // span.color {
color: #ffa32c; // color: #ffa32c;
} // }
span:nth-child(2) { // span:nth-child(2) {
padding: 0 10px 0 0px; // padding: 0 10px 0 0px;
} // }
} }
} }
} }