mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-26 02:29:47 +02:00
update antdoc
This commit is contained in:
@ -37,14 +37,14 @@ html,body{
|
||||
}
|
||||
#navbar{
|
||||
margin:0 auto;
|
||||
max-width: 85%;
|
||||
max-width: 80%;
|
||||
display: flex;
|
||||
justify-content:flex-end;
|
||||
flex-direction: row;
|
||||
}
|
||||
#book{
|
||||
margin:0 auto;
|
||||
max-width: 85%;
|
||||
max-width: 80%;
|
||||
max-height: 100%;
|
||||
display: block;
|
||||
justify-content:flex-end;
|
||||
@ -53,7 +53,6 @@ html,body{
|
||||
height: 100%;
|
||||
}
|
||||
div.doc-name {
|
||||
width: 300px;
|
||||
text-align: left;
|
||||
padding-top:3px;
|
||||
}
|
||||
@ -62,7 +61,21 @@ div.doc-name a {
|
||||
color: #c9c9c9;
|
||||
}
|
||||
|
||||
div.doc-name a:before{
|
||||
a.x-link, a.x-link:hover {
|
||||
text-decoration: none;
|
||||
color: #c9c9c9;
|
||||
padding-left: 15px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
a.x-link::before{
|
||||
content: "\f08e";
|
||||
color:#c9c9c9;
|
||||
width:20px;
|
||||
height: 25px;
|
||||
font-family: "FontAwesome";
|
||||
font-size: 15px;
|
||||
}
|
||||
div.doc-name a::before{
|
||||
/* padding-top:13px; */
|
||||
content: "\f015";
|
||||
color:#c9c9c9;
|
||||
@ -77,6 +90,7 @@ input.search-box{
|
||||
flex:1;
|
||||
padding:0;
|
||||
margin:0;
|
||||
margin-left: 10px;
|
||||
/* padding-top:13px; */
|
||||
height: 25px;
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user