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