|
|
@@ -12,81 +12,6 @@
|
|
|
border-radius: 4px;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
- /*配送规则弹框*/
|
|
|
- .com-del-box {
|
|
|
- position: fixed;
|
|
|
- z-index: 2;
|
|
|
- opacity: 1;
|
|
|
- background-color: white;
|
|
|
- -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
- box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
- top: 55%;
|
|
|
- left: 50%;
|
|
|
- height: 155px;
|
|
|
- width: 290px;
|
|
|
- margin: -145px 0 0 -77px;
|
|
|
- }
|
|
|
- .com-del-box .title {
|
|
|
- height: 30px;
|
|
|
- background-color: #5078cb;
|
|
|
- text-align: right;
|
|
|
- padding-right: 15px;
|
|
|
- line-height: 30px;
|
|
|
- }
|
|
|
- .com-del-box .title a {
|
|
|
- color: white;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- .com-del-box .content{
|
|
|
- padding: 15px 12px 14px 20px;
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- margin: 0 auto;
|
|
|
- }
|
|
|
- .com-del-box .content p{
|
|
|
- font-size: 14px;
|
|
|
- padding-top: 10px;
|
|
|
- padding-bottom: 10px;
|
|
|
- margin-bottom: 7px;
|
|
|
- overflow: hidden;
|
|
|
- line-height: 0;
|
|
|
- }
|
|
|
- .com-del-box .content p .fa-exclamation-circle{
|
|
|
- float: left;
|
|
|
- margin-top: 3px;
|
|
|
- margin-right: 6px;
|
|
|
- color: #5078cb;
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- .com-del-box .content p span{
|
|
|
- float: left;
|
|
|
- width: 230px;
|
|
|
- line-height: 21px;
|
|
|
- text-align: left;
|
|
|
- font-size: 14px;
|
|
|
- color: #333333
|
|
|
- }
|
|
|
- .com-del-box .content div {
|
|
|
- margin: 0 auto;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .com-del-box .content div a{
|
|
|
- margin-right: 15px ;
|
|
|
- width: 74px;
|
|
|
- height: 28px;
|
|
|
- line-height: 28px;
|
|
|
- display: inline-block;
|
|
|
- text-align: center;
|
|
|
- font-size: 14px;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- .com-del-box .content div a:first-child {
|
|
|
- margin-right: 15px ;
|
|
|
- background: #c8c6c6;
|
|
|
- }
|
|
|
- .com-del-box .content div a:last-child {
|
|
|
- background: #5078cb;
|
|
|
- }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<div class="right_l">
|
|
|
@@ -180,12 +105,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--未设置配送规则提醒-->
|
|
|
-<div class="com-del-box" ng-if="showNoRuleTip">
|
|
|
- <div class="title">
|
|
|
- <a ng-click="cancelDelete()"><i class="fa fa-close fa-lg"></i></a>
|
|
|
- </div>
|
|
|
- <div class="content">
|
|
|
- <p><i class="fa fa-exclamation-circle"></i><span>您的店铺尚未设置配送规则,无法计算运费,建议尽快设置!</span></p>
|
|
|
- <div><a ng-click="cancelDelete()">以后再说</a><a href="vendor#/vendor_deliveryRule">立即设置</a></div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
+<!--<div class="com-del-box" ng-if="showNoRuleTip">-->
|
|
|
+ <!--<div class="title">-->
|
|
|
+ <!--<a ng-click="cancelDelete()"><i class="fa fa-close fa-lg"></i></a>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div class="content">-->
|
|
|
+ <!--<p><i class="fa fa-exclamation-circle"></i><span>您的店铺尚未设置配送规则,无法计算运费,建议尽快设置!</span></p>-->
|
|
|
+ <!--<div><a ng-click="cancelDelete()">以后再说</a><a href="vendor#/vendor_deliveryRule">立即设置</a></div>-->
|
|
|
+ <!--</div>-->
|
|
|
+<!--</div>-->
|