1.优化
This commit is contained in:
2025-07-10 09:44:51 +08:00
parent b61ca7f567
commit 269e35d19b
4 changed files with 21 additions and 4 deletions
+14
View File
@@ -509,6 +509,20 @@
margin-bottom: 10px;
gap: 20px;
> div {
position: relative;
&:before {
position: absolute;
top: 10px;
left: 10px;
background: #000001;
content: '';
width: 220px;
height: 100px;
z-index: -1;
}
}
> :nth-child(1) {
background: url('/@/assets/indexSun/footerBlue.png') no-repeat;
background-size: 100% 100%;