| xqd
@@ -205,13 +205,13 @@
|
|
|
<img style="width: 75px; height: 75px; margin: 25px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[0].avatar | avator }}" /><br>
|
|
|
{{ dream.top3user[0].nickname }}<br>
|
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
|
- <em style="font-size: 16px">{{ dream.top3user[0].score }}</em>
|
|
|
+ <em style="font-size: 15px;">{{ dream.top3user[0].score }}</em>
|
|
|
</div>
|
|
|
<div class="col top2" ng-if="dream.top3user.length>1" style="background: url('img/img_No2.svg') no-repeat; background-size: 100% 100%;">
|
|
|
- <img style="width: 67px; margin: 22px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[1].avatar | avator }}" /><br>
|
|
|
+ <img style="width: 67px; margin: 20px 0 6px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[1].avatar | avator }}" /><br>
|
|
|
{{ dream.top3user[1].nickname }}<br>
|
|
|
- <img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 3px" />
|
|
|
- <em style="font-size: 16px">{{ dream.top3user[1].score }}</em>
|
|
|
+ <img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
|
+ <em style="font-size: 15px;">{{ dream.top3user[1].score }}</em>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" ng-if="dream.top3user.length>2">
|
| xqd
@@ -369,7 +369,7 @@
|
|
|
<div class="coin">
|
|
|
<div class="row">
|
|
|
<div class="col box {{index==2?'selected':''}}" ng-click="changeIndex(2)" ng-model="coin">
|
|
|
- <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
|
+ <div style="float:left; width: 40%; min-height: 40px; margin-top: 2%; margin-left: 5%">
|
|
|
<img ng-src="img/icon_kiss.png" style="width: 100%;">
|
|
|
</div>
|
|
|
<div style="float:right; width: 20%; margin-top: 4.8%; margin-right: 5px">
|
| xqd
@@ -415,7 +415,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col box {{index==30?'selected':''}}" ng-click="changeIndex(30)" ng-model="coin">
|
|
|
- <div style="float:left; width: 35%; margin-top: 3%; margin-left: 5%">
|
|
|
+ <div style="float:left; width: 32%; margin-top: 3%; margin-left: 5%">
|
|
|
<img ng-src="img/icon_haert.png" style="width: 100%;">
|
|
|
</div>
|
|
|
<div style="float:right; width: 20%; margin-top: 4.8%; margin-right: 5px">
|
| xqd
@@ -426,7 +426,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col box {{index==50?'selected':''}}" ng-click="changeIndex(50)" ng-model="coin">
|
|
|
- <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
|
+ <div style="float:left; width: 32%; margin-top: 2%; margin-left: 5%">
|
|
|
<img ng-src="img/icon_diamond.png" style="width: 100%;">
|
|
|
</div>
|
|
|
<div style="float:right; width: 20%; margin-top: 4.8%; margin-right: 5px">
|