فهرست منبع

卖家首页、产品管理、在售产品、产品导入未添加设置配送规则提示模态框

hangb 8 سال پیش
والد
کامیت
3e37ad8518

+ 13 - 3
src/main/webapp/resources/view/common/modal/delivery_rule_modal.html

@@ -11,6 +11,10 @@
         width: 290px;
         margin: -145px 0 0 -77px;
     }
+    .com-del-box{
+        height: 155px;
+        width: 290px;
+    }
     .com-del-box .title {
         height: 30px;
         background-color: #5078cb;
@@ -84,16 +88,22 @@
     .modal.fade .modal-dialog{
         transform: none;
     }
-    .modal-backdrop {
-        background-color: transparent ;
-    }
+    /*.modal-backdrop {*/
+        /*background-color: transparent ;*/
+    /*}*/
 </style>
 <div class="com-del-box" name="rule_model">
     <div class="title">
         <a name="rule_cancel" 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 name="rule_cancel" ng-click="cancelDelete()">以后再说</a><a name="rule_href" ng-click="hrefToRule()">立即设置</a></div>
     </div>
+    <!--其他页面-->
+    <div class="content">
+        <p><i class="fa fa-exclamation-circle"></i><span>您当前尚未设置配送规则,买家将无法下单,建议尽快设置!</span></p>
+        <div><a name="rule_href" ng-click="hrefToRule()">立即设置</a></div>
+    </div>
 </div>

+ 133 - 0
src/main/webapp/resources/view/common/modal/product_onload_modal.html

@@ -0,0 +1,133 @@
+<style>
+    .modal-dialog .modal-content{
+        position: fixed;
+        z-index: 2;
+        opacity: 1;
+        background-color: white;
+        top: 55%;
+        left: 50%;
+        height: 160px;
+        width: 290px;
+        margin: -145px 0 0 -80px;
+    }
+    .com-del-box{
+        height: 160px;
+        width: 290px;
+    }
+    .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{
+        display: inline-block;
+        margin-right: 15px ;
+        width: 74px;
+        height: 28px;
+        line-height: 28px;
+        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;
+    }
+    .modal{
+        box-shadow: none!important ;
+    }
+    .modal-content{
+        box-shadow: none!important ;
+    }
+    .modal.in .modal-dialog{
+        transform: none;
+    }
+    .modal.fade .modal-dialog{
+        transform: none;
+    }
+    .modal-backdrop {
+        background-color: transparent ;
+    }
+    .modal-dialog .modal-content{
+        position: fixed;
+        z-index: 2;
+        opacity: 1;
+        background-color: white;
+        top: 55%;
+        left: 50%;
+        height: 160px;
+        width: 290px;
+        margin: -145px 0 0 -80px;
+    }
+    .com-del-box{
+        height: 160px;
+        width: 290px;
+    }
+    .com-del-box .product .info{
+        margin: 0 auto;
+        width: 100%;
+        font-size: 16px;
+        font-weight: bold;
+        color: #5078cb;
+    }
+    .com-del-box .product .info i{
+        margin-right: 12px;
+        font-size: 20px;
+    }
+    .com-del-box .product p{
+        margin-bottom: -5px;
+    }
+</style>
+<div class="com-del-box" name="rule_model">
+    <div class="title">
+        <a name="rule_cancel" ng-click="cancelDelete()"><i class="fa fa-close fa-lg"></i></a>
+    </div>
+    <!--产品导入-->
+    <div class="content product">
+        <div class="info"><i class="fa fa-check-circle"></i>上架成功</div>
+        <p><span>您当前尚未设置配送规则,买家将无法下单,建议尽快设置!</span></p>
+        <div><a name="rule_href" ng-click="hrefToRule()">立即设置</a></div>
+    </div>
+</div>

+ 3 - 0
src/main/webapp/resources/view/vendor/forstore/vendor_index.html

@@ -12,6 +12,9 @@
         border-radius: 4px;
         margin-right: 5px;
     }
+    .modal-backdrop {
+    background-color: transparent ;
+    }
 </style>
 <div class="user_right fr">
     <div class="right_l">

+ 3 - 0
src/main/webapp/resources/view/vendor/forstore/vendor_material.html

@@ -469,6 +469,9 @@
 		color: #fff;
 		background: #5078cb;
 	}
+	.modal-backdrop {
+		background-color: transparent ;
+	}
 </style>
 <div class="user_right fr">
 	<!--货品管理-->

+ 3 - 0
src/main/webapp/resources/view/vendor/forstore/vendor_onSale.html

@@ -506,6 +506,9 @@
         width: 100%;
         white-space: nowrap;
     }
+    .modal-backdrop {
+        background-color: transparent ;
+    }
 </style>
 <div class="user_right fr">
     <!--货品管理-->