mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
文字对齐
This commit is contained in:
parent
ee68076d70
commit
40d40ffc69
@ -391,11 +391,15 @@ footer ul li > a {
|
|||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background .5s,border .5s;
|
transition: background .5s,border .5s;
|
||||||
|
border-left: 3px solid transparent;
|
||||||
}
|
}
|
||||||
.aside-container li>ul{
|
.aside-container li>ul{
|
||||||
display: none;
|
display: none;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
.aside-container li>ul li{
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.aside-container li a {
|
.aside-container li a {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
@ -404,7 +408,7 @@ footer ul li > a {
|
|||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #5C6B76;
|
color: #5C6B76;
|
||||||
border-left: 3px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aside-container li a .chinese {
|
.aside-container li a .chinese {
|
||||||
|
Loading…
Reference in New Issue
Block a user