|
@@ -146,7 +146,6 @@
|
|
</div> -->
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
<div ng-if="type==2" class="hdcontent">
|
|
<div ng-if="type==2" class="hdcontent">
|
|
<div style="color: red">
|
|
<div style="color: red">
|
|
@@ -188,11 +187,11 @@
|
|
<div class="col-80" style="border-bottom: 1px solid #E6E6E6">
|
|
<div class="col-80" style="border-bottom: 1px solid #E6E6E6">
|
|
<span style="margin-top: 10px; display: inline-block">{{c.user_nickname}}</span>
|
|
<span style="margin-top: 10px; display: inline-block">{{c.user_nickname}}</span>
|
|
<span class="utitle kz">{{c.updated_at}}</span>
|
|
<span class="utitle kz">{{c.updated_at}}</span>
|
|
- <p style="white-space:normal; color: #666666">{{c.content}}</p>
|
|
|
|
|
|
+ <p style="white-space:normal; color: #666666">
|
|
|
|
+ 回复<span style="color:#333333">{{c.to_user_nickname}}</span>:{{c.content}}
|
|
|
|
+ </p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-offset-20 col-80">
|
|
<div class="col-offset-20 col-80">
|
|
@@ -215,13 +214,13 @@
|
|
<div class="detail-head" style="height: 180px" ng-if="dream.top3user.length>0">
|
|
<div class="detail-head" style="height: 180px" ng-if="dream.top3user.length>0">
|
|
<div class="row" ng-if="dream.top3user.length<3">
|
|
<div class="row" ng-if="dream.top3user.length<3">
|
|
<div class="col top1" ng-if="dream.top3user.length>0" style="background: url('img/img_No1.svg') no-repeat; background-size: 100% 100%;">
|
|
<div class="col top1" ng-if="dream.top3user.length>0" style="background: url('img/img_No1.svg') no-repeat; background-size: 100% 100%;">
|
|
- <img style="width: 75px; height: 75px; margin: 25px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[0].avatar | avator }}" /><br>
|
|
|
|
|
|
+ <img ng-click="toUserDetail(dream.top3user[0].id)" 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>
|
|
{{ dream.top3user[0].nickname }}<br>
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<em style="font-size: 15px;">{{ dream.top3user[0].score }}</em>
|
|
<em style="font-size: 15px;">{{ dream.top3user[0].score }}</em>
|
|
</div>
|
|
</div>
|
|
<div class="col top2" ng-if="dream.top3user.length>1" style="background: url('img/img_No2.svg') no-repeat; background-size: 100% 100%;">
|
|
<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: 20px 0 6px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[1].avatar | avator }}" /><br>
|
|
|
|
|
|
+ <img ng-click="toUserDetail(dream.top3user[1].id)" 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>
|
|
{{ dream.top3user[1].nickname }}<br>
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<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>
|
|
<em style="font-size: 15px;">{{ dream.top3user[1].score }}</em>
|
|
@@ -229,19 +228,19 @@
|
|
</div>
|
|
</div>
|
|
<div class="row" ng-if="dream.top3user.length>2">
|
|
<div class="row" ng-if="dream.top3user.length>2">
|
|
<div class="col top2" ng-if="dream.top3user.length>1" style="background: url('img/img_No2.svg') no-repeat; background-size: 100% 100%; margin-top: 10px">
|
|
<div class="col top2" ng-if="dream.top3user.length>1" style="background: url('img/img_No2.svg') no-repeat; background-size: 100% 100%; margin-top: 10px">
|
|
- <img style="width: 67px; margin: 22px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[1].avatar | avator }}" /><br>
|
|
|
|
|
|
+ <img ng-click="toUserDetail(dream.top3user[1].id)" style="width: 67px; margin: 22px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[1].avatar | avator }}" /><br>
|
|
{{ dream.top3user[1].nickname }}<br>
|
|
{{ dream.top3user[1].nickname }}<br>
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<em style="font-size: 16px">{{ dream.top3user[1].score }}</em>
|
|
<em style="font-size: 16px">{{ dream.top3user[1].score }}</em>
|
|
</div>
|
|
</div>
|
|
<div class="col top1" ng-if="dream.top3user.length>0" style="background: url('img/img_No1.svg') no-repeat; background-size: 100% 100%;">
|
|
<div class="col top1" ng-if="dream.top3user.length>0" style="background: url('img/img_No1.svg') no-repeat; background-size: 100% 100%;">
|
|
- <img style="width: 75px; height: 75px; margin: 25px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[0].avatar | avator }}" /><br>
|
|
|
|
|
|
+ <img ng-click="toUserDetail(dream.top3user[0].id)" 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>
|
|
{{ dream.top3user[0].nickname }}<br>
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<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: 16px">{{ dream.top3user[0].score }}</em>
|
|
</div>
|
|
</div>
|
|
<div class="col top2" ng-if="dream.top3user.length>2" style="background: url('img/img_No3.svg') no-repeat; background-size: 100% 100%; margin-top: 10px">
|
|
<div class="col top2" ng-if="dream.top3user.length>2" style="background: url('img/img_No3.svg') no-repeat; background-size: 100% 100%; margin-top: 10px">
|
|
- <img style="width: 67px; margin: 22px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[2].avatar | avator }}" /><br>
|
|
|
|
|
|
+ <img ng-click="toUserDetail(dream.top3user[2].id)" style="width: 67px; margin: 22px 0 8px 0; border-radius: 100%; background: #C6D3E2;" ng-src="{{ dream.top3user[2].avatar | avator }}" /><br>
|
|
{{ dream.top3user[2].nickname }}<br>
|
|
{{ dream.top3user[2].nickname }}<br>
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<img ng-src="img/icon_gongxian.svg" style="height: 18px; width: 18px; margin-top: 5px" />
|
|
<em style="font-size: 16px">{{ dream.top3user[2].score }}</em>
|
|
<em style="font-size: 16px">{{ dream.top3user[2].score }}</em>
|