1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

fix index page

This commit is contained in:
krircc
2018-06-23 15:54:08 +08:00
parent 88300abd1f
commit a2d543f8bc
4 changed files with 128 additions and 85 deletions

View File

@ -600,3 +600,27 @@ h5:hover a {
width: 88%;
}
}
#act-cn-tabs {
padding: 2rem 1.5rem 0.5rem 2rem;
margin: 2rem auto;
background:#dceaea;
}
.act-menu{
width: 24%;
float: right;
border-right:#cccccc solid 1px;
}
.act-menu li{
text-align:center;
line-height:44px;
font-size:15px;
overflow:hidden;
}
.act-menu li.off{
background:#FFFFFF;
color:#000000;
font-weight:bold;
}