|
|
@@ -217,8 +217,8 @@
|
|
|
.add-rate table tbody tr td .first-rate-item-textBox .add-rate-remind {
|
|
|
color: #999;
|
|
|
position: absolute;
|
|
|
- right: 27px;
|
|
|
- bottom: 13px;
|
|
|
+ right: 29px;
|
|
|
+ bottom: 10px;
|
|
|
}
|
|
|
.add-rate table thead .temp-line td{
|
|
|
padding: 0;
|
|
|
@@ -320,7 +320,7 @@
|
|
|
<div class="buyer-first-rate02" style="background: #fff">
|
|
|
<div style="margin-top: 10px;">买家追评:</div>
|
|
|
<div class="first-rate-item-textBox">
|
|
|
- <textarea placeholder="快来分享您的使用感受吧!" rows="10" cols="20" ng-change="listenRateContent(detail)" ng-model="detail.buyerAfterRate"></textarea>
|
|
|
+ <textarea id="rateContent" placeholder="快来分享您的使用感受吧!" rows="10" cols="20" ng-change="listenRateContent(detail)" ng-model="detail.buyerAfterRate"></textarea>
|
|
|
<div class="add-rate-remind">
|
|
|
<span>{{detail.buyerAfterRate.length || 0}}</span>
|
|
|
<span>/200</span>
|