缩小抽奖奖励弹窗

master
yangkai 6 years ago
parent ec30db765b
commit f826867191

@ -351,10 +351,10 @@
} }
.points-dialog .dialog-content{ .points-dialog .dialog-content{
margin: auto; margin: auto;
width: 90%; width: 80%;
display: block; display: block;
position: relative; position: relative;
margin-top: 130px; margin-top: 100px;
padding-top: 25px; padding-top: 25px;
padding-bottom: 19px; padding-bottom: 19px;
border-radius: 5px; border-radius: 5px;
@ -386,8 +386,8 @@
} }
.points-content .coin{ .points-content .coin{
width: 100px; width: 80px;
height: 100px; height: 80px;
position: relative; position: relative;
background: url(/static/images/star.png) no-repeat; background: url(/static/images/star.png) no-repeat;
background-size: contain; background-size: contain;

Loading…
Cancel
Save