|
|
@ -350,7 +350,8 @@
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.points-dialog .dialog-content{
|
|
|
|
.points-dialog .dialog-content{
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
width: 90%;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 130px;
|
|
|
|
margin-top: 130px;
|
|
|
@ -385,8 +386,8 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.points-content .coin{
|
|
|
|
.points-content .coin{
|
|
|
|
width: 150px;
|
|
|
|
width: 100px;
|
|
|
|
height: 150px;
|
|
|
|
height: 100px;
|
|
|
|
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;
|
|
|
|