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

@@ -59,14 +59,14 @@
height: 164px;
line-height: 1;
padding-top: 58px;
background: url(../asset/summary3-small.svg);
background: url(./../asset/summary3-small.svg);
background-size: 100% 164px;
transform: scale(0.8);
&:nth-of-type(2) {
width: 280px;
height: 180px;
background: url(../asset/summary3-big.svg);
background: url(./../asset/summary3-big.svg);
background-size: 100% 180px;
transform: scale(1);
}