修改网站图片和列表对齐问题
This commit is contained in:
BIN
src/assets/image/02-2.png
Normal file
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 |
@ -704,21 +704,21 @@ export default {
|
||||
display: flex;
|
||||
// justify-content: center;
|
||||
align-items: center;
|
||||
span:nth-child(1) {
|
||||
width: 17px;
|
||||
font-size: 30px;
|
||||
font-family: DIN;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
color: #999999;
|
||||
line-height: 9px;
|
||||
}
|
||||
span.color {
|
||||
color: #ffa32c;
|
||||
}
|
||||
span:nth-child(2) {
|
||||
padding: 0 10px 0 0px;
|
||||
}
|
||||
// span:nth-child(1) {
|
||||
// width: 17px;
|
||||
// font-size: 30px;
|
||||
// font-family: DIN;
|
||||
// font-weight: bold;
|
||||
// font-style: italic;
|
||||
// color: #999999;
|
||||
// line-height: 9px;
|
||||
// }
|
||||
// span.color {
|
||||
// color: #ffa32c;
|
||||
// }
|
||||
// span:nth-child(2) {
|
||||
// padding: 0 10px 0 0px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user