update
1.优化
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user