优化文档首页样式

This commit is contained in:
Zhaoyang 2019-11-28 20:22:45 +08:00
parent 3716269ad4
commit cc0274e246
1 changed files with 4 additions and 1 deletions

View File

@ -227,7 +227,7 @@ a.button.white {
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 1000;
position: absolute;
position: fixed;
top: 0;
left: 0;
text-align: center;
@ -293,5 +293,8 @@ a.button.white {
.homeVideo{
height: 180px;
}
a.button.white{
margin-right: 0;
}
}
</style>