更新代码

This commit is contained in:
2025-04-22 16:39:00 +08:00
parent 2bab50039d
commit 42e9bc961d
443 changed files with 126493 additions and 54 deletions

View File

@ -54,6 +54,7 @@
width: 100%;
height: 70px;
background: rgba(0,0,0,0.8);
z-index: 2;
.headBoxBg{
width: 100%;
height: 100%;
@ -166,7 +167,7 @@
.asideL{
position: absolute;
box-sizing: border-box;
left: 10px;
left: 0px;
.asideL-top{
width: 100%;
height: 141px;
@ -184,7 +185,7 @@
// 右边
.asideR{
position: absolute;
right: 10px;
right: 0px;
.commom-aside-small{
height: calc(((100% - 146px) /3) - 6px);
background: #052249;