| xqd
@@ -185,8 +185,8 @@
|
|
|
<img class="head" ng-src="{{c.user_avatar | avator}}" />
|
|
|
</div>
|
|
|
<div class="col-80" style="border-bottom: 1px solid #E6E6E6">
|
|
|
- <span style="margin-top: 10px; display: inline-block">{{c.user_nickname}}</span>
|
|
|
- <span class="utitle kz">{{c.updated_at}}</span>
|
|
|
+ <span style="margin-top: 10px; display: inline-block;font-size: 12px">{{c.user_nickname}}</span>
|
|
|
+ <span style="font-size: 12px" class="utitle kz">{{c.updated_at}}</span>
|
|
|
<p style="white-space:normal; color: #666666;font-size: 12px">
|
|
|
<span ng-if="c.to_user_nickname&&c.to_user_nickname!=' '&&c.to_user_nickname!=dream.user.nickname" style="font-size: 12px">
|
|
|
回复<span style="color:#333333;font-size: 12px">{{c.to_user_nickname}}</span>:
|