|
|
@@ -210,6 +210,46 @@
|
|
|
.ng-table-pager{
|
|
|
margin-right: 0 !important;
|
|
|
}
|
|
|
+ /*配送规则常见问题*/
|
|
|
+ .question_content{
|
|
|
+ margin-top: 25px;
|
|
|
+ padding: 26px 45px 56px 36px;
|
|
|
+ width: 100%;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+ .question_content h3.title{
|
|
|
+ margin-bottom: 24px;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #5782dc;
|
|
|
+ }
|
|
|
+ .question_content .text-content{
|
|
|
+ margin-bottom: 24px;
|
|
|
+ }
|
|
|
+ .question_content .text-content h5{
|
|
|
+ margin-bottom: 8px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .question_content .text-content p{
|
|
|
+ margin-bottom: 8px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ .question_content .text-content span{
|
|
|
+ margin-bottom: 24px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ .question_content .button{
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .question_content .button a{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5782dc;
|
|
|
+ text-decoration: underline ;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="count user_right fr">
|
|
|
@@ -578,6 +618,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!--配送规则常见问题-->
|
|
|
+ <div class="question_content" ng-if="tab=='editRule'">
|
|
|
+ <h3 class="title">配送规则常见问题</h3>
|
|
|
+ <div class="text-content">
|
|
|
+ <h5>1、如果我想设置广东省内包邮,外省买满2000元才包邮,怎么设置?</h5>
|
|
|
+ <p>您需要分别设置两条配送规则:</p>
|
|
|
+ <span>一条“适用范围”选择广东省(规则名称可设为:广东省包邮),“统一运费”设为0;另一条“适用范围”选择中国大陆并去掉广东
|
|
|
+省(规则名称可设为:全国满额包邮,广东省除外),计费方式选择“按总金额计费”,2000元以下运费自定,2000元以上运费设为0。</span>
|
|
|
+ </div>
|
|
|
+ <div class="text-content">
|
|
|
+ <h5>2、我有多个实体店可以让顾客自提,要怎么样才能让买家结算时看到这项服务?</h5>
|
|
|
+ <span> 您可以在“物流管理-自提点”设置您支持自提的地址,只要有一个状态为“生效”的自提点,买家就能在结算页选择“上门自提”,并自助选择自提点。</span>
|
|
|
+ </div>
|
|
|
+ <div class="button"><a href="">更多常见问题可点击查看 <i class="fa fa-angle-double-right"></i></a></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!--防误删-->
|
|
|
<div class="com-del-box" ng-if="deleteFrame">
|