This commit is contained in:
yanran200730
2022-03-31 16:03:40 +08:00
parent 27ab36b3ce
commit 49a2d392ad
21 changed files with 74 additions and 49 deletions

View File

@@ -53,7 +53,7 @@
height: 180px;
padding: 0 90px;
box-sizing: border-box;
background: url(../asset/summary1-bg.svg) center;
background: url(./../asset/summary1-bg.svg) center;
background-size: 800px 180px;
.summary2-title {
@@ -76,7 +76,7 @@
width: 35px;
height: 22px;
content: '';
background: url(../asset/jt.svg) center;
background: url(./../asset/jt.svg) center;
background-size: 40px 112px;
transform: translate(-100%, -50%);
}
@@ -89,7 +89,7 @@
width: 35px;
height: 22px;
content: '';
background: url(../asset/jt.svg) center;
background: url(./../asset/jt.svg) center;
background-size: 40px 112px;
transform: translate(100%, -50%) rotate(180deg);
}
@@ -103,7 +103,7 @@
width: 40px;
height: 112px;
content: '';
background: url(../asset/top.svg) center;
background: url(./../asset/top.svg) center;
background-size: 40px 112px;
transform: translateY(-50%);
}
@@ -116,7 +116,7 @@
width: 40px;
height: 112px;
content: '';
background: url(../asset/top.svg) center;
background: url(./../asset/top.svg) center;
background-size: 40px 112px;
transform: translateY(-50%) rotate(180deg);
}