|
|
@@ -38,7 +38,7 @@
|
|
|
width: 73px;
|
|
|
height: 74px;
|
|
|
float: left;
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 20px;
|
|
|
border: 1px solid rgb( 231, 231, 231 );
|
|
|
}
|
|
|
.add-rate table tbody tr td .add-rate-item-info {
|
|
|
@@ -61,8 +61,8 @@
|
|
|
text-overflow: ellipsis;
|
|
|
display: inline-block;
|
|
|
white-space: nowrap;
|
|
|
- height: 22px;
|
|
|
- line-height: 22px;
|
|
|
+ height: 27px;
|
|
|
+ line-height: 27px;
|
|
|
}
|
|
|
.add-rate table tbody .record-num {
|
|
|
border: none;
|
|
|
@@ -303,6 +303,7 @@
|
|
|
overflow-y: scroll;
|
|
|
border: 1px solid rgb( 233, 233, 233 );
|
|
|
resize: none;
|
|
|
+ padding-bottom: 15px;
|
|
|
}
|
|
|
.add-rate .reply-box .reply-box-btn {
|
|
|
text-align: center;
|
|
|
@@ -354,6 +355,9 @@
|
|
|
color: #999;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
+ .add-rate .bg-f5f8fe {
|
|
|
+ background: #f5f8fe!important;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<div class="add-rate">
|
|
|
@@ -426,7 +430,7 @@
|
|
|
<span class="add-rate-item-introduce"><span class="add-rate-item-link">品牌:<a href="product#/brand/{{::detail.goodsDetail.branduuid}}/" target="_blank"><em ng-bind="::detail.goodsDetail.brName" title="{{::detail.goodsDetail.brName}}"></em></a></span></span>
|
|
|
</div>
|
|
|
<div class="buyer-first-rate">
|
|
|
- <div class="buyer-first-rate02 isLeft" style="margin-left: 100px" ng-mouseenter="detail.showRateReply = true" ng-mouseleave="detail.showRateReply = false">
|
|
|
+ <div class="buyer-first-rate02 isLeft" ng-class="{'bg-f5f8fe':detail.showRateReply && !detail.returnMeg}" style="margin-left: 100px" ng-mouseenter="detail.showRateReply = true" ng-mouseleave="detail.showRateReply = false">
|
|
|
<div>
|
|
|
<span>买家初评:</span>
|
|
|
<span><img ng-src="static/img/user/images/{{detail.level == 1?'rate1.png':detail.level == 2?'rate2.png':'rate3.png'}}" alt=""><span ng-bind="detail.level == 1?'好评':detail.level == 2?'中评':'差评'"></span></span>
|
|
|
@@ -482,7 +486,7 @@
|
|
|
<label for="check-act"></label>
|
|
|
<span style="font-size: 14px; color: black; font-weight: normal">使用模板</span>
|
|
|
</label>
|
|
|
- <input type="search" ng-model="modalTempData.modalTitle" ng-show="boxStatus == 1" class="form-control modal-select" ng-focus="setShowModalListFlag(true)" ng-blur="setShowModalListFlag(false)" readonly>
|
|
|
+ <input type="search" ng-model="modalTempData.modalTitle" ng-show="boxStatus == 1" class="form-control modal-select" ng-focus="setShowModalListFlag(true)" ng-blur="setShowModalListFlag(false)" disabled>
|
|
|
<div ng-show="showModalListFlag" class="modal-list" ng-mouseenter="setIsInListFlag(true)" ng-mouseleave="setIsInListFlag(false)">
|
|
|
<ul>
|
|
|
<li ng-repeat="modal in modalData" ng-bind="modal.rateTemplateName" ng-click="chooseModal(modal)"></li>
|
|
|
@@ -494,7 +498,7 @@
|
|
|
<input type="text" ng-model="modalTempData.modalTitle" ng-change="listenModalTitle()" ng-trim="false" ng-if="boxStatus == 3 || boxStatus == 4" class="modal-head" placeholder="请填写模板名称">
|
|
|
</div>
|
|
|
<div class="reply-box-text">
|
|
|
- <textarea ng-readonly="boxStatus == 1" ng-trim="false" placeholder="{{boxStatus==2?'请填写您对此评价的回复':boxStatus==3||boxStatus==4?'请填写模板内容':''}}" ng-change="listenRateContent()" ng-class="{'active': boxStatus != 1}" ng-model="modalTempData.rateContent"></textarea>
|
|
|
+ <textarea ng-disabled="boxStatus == 1" ng-aria-readonly="boxStatus == 1" ng-trim="false" placeholder="{{boxStatus==2?'请填写您对此评价的回复':boxStatus==3||boxStatus==4?'请填写模板内容':''}}" ng-change="listenRateContent()" ng-class="{'active': boxStatus != 1}" ng-model="modalTempData.rateContent"></textarea>
|
|
|
<div class="add-rate-remind" ng-show="boxStatus != 1">
|
|
|
<span>{{modalTempData.rateContent.length || 0}}</span>
|
|
|
<span>/200</span>
|