|
|
@@ -34,15 +34,20 @@
|
|
|
.add-rate table tbody tr {
|
|
|
border-bottom: 1px dashed rgb( 232, 235, 252 );
|
|
|
}
|
|
|
+ .add-rate table tbody tr td {
|
|
|
+ padding-bottom: 6px;
|
|
|
+ }
|
|
|
.add-rate table tbody tr td >a >img{
|
|
|
width: 73px;
|
|
|
height: 74px;
|
|
|
float: left;
|
|
|
margin-top: 12px;
|
|
|
+ margin-left: 23px;
|
|
|
+ border: 1px solid rgb( 231, 231, 231 );
|
|
|
}
|
|
|
.add-rate table tbody tr td .add-rate-item-info {
|
|
|
display: inline-block;
|
|
|
- width: 200px;
|
|
|
+ width: 178px;
|
|
|
float: left;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
@@ -55,7 +60,7 @@
|
|
|
float: left;
|
|
|
}
|
|
|
.add-rate table tbody tr td .add-rate-item-introduce span.add-rate-item-link {
|
|
|
- max-width: 200px;
|
|
|
+ max-width: 178px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: inline-block;
|
|
|
@@ -69,6 +74,7 @@
|
|
|
.add-rate table tbody .record-num td .count-tip{
|
|
|
float: right;
|
|
|
margin-right: 10px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
.add-rate .submitBox {
|
|
|
text-align: center;
|
|
|
@@ -92,10 +98,16 @@
|
|
|
.add-rate table thead tr.line02 .describe-title {
|
|
|
color: #5078cb;
|
|
|
font-weight: bold;
|
|
|
- margin-left: 15px;
|
|
|
+ margin-left: 12px!important;
|
|
|
}
|
|
|
.add-rate table thead tr.line02 .describe-option {
|
|
|
margin-right: 55px;
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
+ .add-rate table thead tr.line02 .describe-option img {
|
|
|
+ margin-left: -5px;
|
|
|
+ position: relative;
|
|
|
+ top: -3px;
|
|
|
}
|
|
|
.add-rate table thead tr.line01 td >span {
|
|
|
margin-left: 5px;
|
|
|
@@ -145,7 +157,7 @@
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.add-rate table .buyer-first-rate .buyer-first-rate02 >div >span img {
|
|
|
- margin-right: 3px;
|
|
|
+ margin-right: 5px;
|
|
|
position: relative;
|
|
|
top: -2px;
|
|
|
}
|
|
|
@@ -165,20 +177,31 @@
|
|
|
float: right;
|
|
|
background: #f5f8ff;
|
|
|
padding: 7px 12px;
|
|
|
- margin: 5px 0;
|
|
|
position: relative;
|
|
|
}
|
|
|
.add-rate table tbody tr td .first-rate-item-textBox textarea {
|
|
|
width: 207px;
|
|
|
- height: 60px;
|
|
|
+ height: 75px;
|
|
|
overflow: scroll;
|
|
|
padding: 3px 8px;
|
|
|
+ border-color: rgb( 236, 242, 255 );
|
|
|
+ resize: none;
|
|
|
}
|
|
|
.add-rate table tbody tr td .first-rate-item-textBox .add-rate-remind {
|
|
|
color: #999;
|
|
|
position: absolute;
|
|
|
right: 27px;
|
|
|
- bottom: 11px;
|
|
|
+ bottom: 13px;
|
|
|
+ }
|
|
|
+ .add-rate table thead .temp-line td{
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .add-rate table thead .temp-line td div {
|
|
|
+ height: 0px;
|
|
|
+ background: #fff;
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ border-top: 1px solid #e6edff;
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
@@ -202,20 +225,25 @@
|
|
|
<tr class="line01" ng-if="vendorRateBuyer.id">
|
|
|
<td>
|
|
|
<span><img src="static/img/user/images/{{vendorRateBuyer.level == 1?'rate1.png':vendorRateBuyer.level == 2?'rate2.png':'rate3.png'}}" alt=""><span ng-bind="vendorRateBuyer.level == 1?'好评':vendorRateBuyer.level == 2?'中评':'差评'"></span></span>
|
|
|
- <div style="margin-left: 20px;">
|
|
|
+ <div style="margin-left: 20px;float: left">
|
|
|
<span class="add-rate-item01">卖家初评:<span ng-bind="vendorRateBuyer.vendorRate"></span></span>
|
|
|
<span class="add-rate-item02" ng-bind="vendorRateBuyer.vendorRateTime | date:'yyyy-MM-dd'"></span>
|
|
|
</div>
|
|
|
- <div style="margin-left: 40px;">
|
|
|
+ <div style="margin-left: 40px;height: 46px;">
|
|
|
<span class="add-rate-item01">卖家追评:<span ng-bind="vendorRateBuyer.vendorAfterRate"></span></span>
|
|
|
<span class="add-rate-item02" ng-bind="vendorRateBuyer.vendorAfterRateTime | date:'yyyy-MM-dd'"></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <tr class="temp-line">
|
|
|
+ <td>
|
|
|
+ <div></div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr class="line02">
|
|
|
<td>
|
|
|
<span class="describe-title describe-option">店铺评价:</span>
|
|
|
- <span>描述相符:</span>
|
|
|
+ <span>描述相符</span>
|
|
|
<span class="rate-level describe-option">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.describeLevel - 0 > 0">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.describeLevel - 1 > 0">
|
|
|
@@ -223,7 +251,7 @@
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.describeLevel - 3 > 0">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.describeLevel - 4 > 0">
|
|
|
</span>
|
|
|
- <span>卖家服务:</span>
|
|
|
+ <span>卖家服务</span>
|
|
|
<span class="rate-level describe-option">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.vendorLevel - 0 > 0">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.vendorLevel - 1 > 0">
|
|
|
@@ -231,7 +259,7 @@
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.vendorLevel - 3 > 0">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.vendorLevel - 4 > 0">
|
|
|
</span>
|
|
|
- <span>物流服务:</span>
|
|
|
+ <span>物流服务</span>
|
|
|
<span class="rate-level describe-option">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.logisticsLevel - 0 > 0">
|
|
|
<img ng-src="static/img/user/images/rateGood.png" alt="" ng-show="vendorRate.logisticsLevel - 1 > 0">
|
|
|
@@ -265,7 +293,7 @@
|
|
|
<div class="buyer-first-rate02" style="background: #fff">
|
|
|
<div style="margin-top: 10px;">买家追评:</div>
|
|
|
<div class="first-rate-item-textBox">
|
|
|
- <textarea placeholder="请输入您对产品的评价" ng-change="listenRateContent(detail)" ng-model="detail.buyerAfterRate"></textarea>
|
|
|
+ <textarea placeholder="快来分享您的使用感受吧!" ng-change="listenRateContent(detail)" ng-model="detail.buyerAfterRate"></textarea>
|
|
|
<div class="add-rate-remind">
|
|
|
<span>{{detail.buyerAfterRate.length || 0}}</span>
|
|
|
<span>/200</span>
|