[improvement] CouponList: optimize style of empty tip (#2878)

This commit is contained in:
neverland
2019-03-01 17:01:32 +08:00
committed by GitHub
parent 4ad382b33a
commit 271116af50
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -29,7 +29,7 @@
}
&__empty {
padding-top: 100px;
padding-top: 60px;
text-align: center;
p {
@@ -40,8 +40,8 @@
}
img {
width: 80px;
height: 84px;
width: 200px;
height: 200px;
}
}
}