bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user