更新代码

This commit is contained in:
zy_zr 2025-04-22 16:42:05 +08:00
parent 42e9bc961d
commit 6a454f1912

View File

@ -61,10 +61,10 @@ import Yjclqktj from "./model/yjclqktj.vue";
}
}
.asideL {
background: linear-gradient(to right, rgba(78, 98, 132, 0.8) 0%, #fff 100%);
background: linear-gradient(to right, rgba(78, 98, 132, 0.8) 0%, rgba(255,255,255,0.1) 100%);
}
.asideR {
background: linear-gradient(to left, rgba(78, 98, 132, 0.8) 0%, #fff 100%);
background: linear-gradient(to left, rgba(78, 98, 132, 0.8) 0%, rgba(255,255,255,0.1) 100%);
}
.homeBox .home-contant .home-aside .aside-middle {
height: calc((100% - 60px) / 2);