|
|
@@ -279,6 +279,9 @@
|
|
|
background: #3f7ae3;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+ .violation-content .violation-text .text-input textarea:focus{
|
|
|
+ border: #66afe9 1px solid;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div>
|
|
|
<div class="violation-handler" ng-if="violations.disposeOperator">
|
|
|
@@ -298,7 +301,8 @@
|
|
|
<i ng-if="violations.disposition === 'CLOSE_PERMANENT'">永久暂停店铺营业</i>
|
|
|
</p>
|
|
|
<p>处罚日期:<i>{{violations.disposeOperator.operateTime | date: 'yyyy-MM-dd HH:mm:ss'}} 至 {{(violations.disposeEndTime | date: 'yyyy-MM-dd HH:mm:ss') || '永久'}}</i></p>
|
|
|
- <p>具体原因:<i ng-bind="violations.reason">近3个月内有5个订单被买家投诉为虚假发货,严重违反了优软商城诚信交易原则,现予以关闭店铺的处罚!</i></p>
|
|
|
+ <p style="display: inline-block;
|
|
|
+ width: 800px;">具体原因:<i ng-bind="violations.reason">近3个月内有5个订单被买家投诉为虚假发货,严重违反了优软商城诚信交易原则,现予以关闭店铺的处罚!</i></p>
|
|
|
</div>
|
|
|
<div class="qualification-list" ng-if="violations.disposeProof && violations.disposeProof.length > 0">
|
|
|
<ul class="qualification">
|
|
|
@@ -381,7 +385,7 @@
|
|
|
<!-- 恢复经营 -->
|
|
|
<div class="com-del-box" ng-if="showRestoreConfirmDialog">
|
|
|
<div class="title">
|
|
|
- <a ng-click="wantRestoreStore(false)"><i class="fa fa-close fa-lg"></i></a>
|
|
|
+ <a ng-click="wantRestoreStore(false)"><i class="fa fa-close fa-lg" style="font-size: 16px;"></i></a>
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
<p style="line-height: 20px; padding-top: 20px;"><i class="fa fa-exclamation-circle"></i>是否要恢复店铺经营<br/><span style="color: #f00">处置执行中</span></p>
|