yangc 8 anni fa
parent
commit
a49d8b5b23

+ 1 - 0
src/main/webapp/WEB-INF/views/normal/vendor_center.html

@@ -19,6 +19,7 @@
 <link rel="stylesheet" href="static/lib/calendar/calendar.css">
 <link rel="stylesheet" href="static/lib/angular/ng-table.css">
 <link rel="stylesheet" type="text/css" href="static/lib/keyboard/css/softkeys-0.0.1.css">
+<link rel="stylesheet" href="static/css/commonComponent.css" />
 </head>
 <body>
 	<!-- 消息提示框  Start-->

+ 15 - 3
src/main/webapp/resources/view/vendor/forstore/vendor_upload.html

@@ -335,9 +335,9 @@
         -webkit-box-shadow: none;
         box-shadow: none;
     }
-    .com-del-box{
+    /*.com-del-box{
         box-shadow: none;
-    }
+    }*/
     .com-del-box .title i.fa-close{
         font-size: 16px;
     }
@@ -526,4 +526,16 @@
         </div>
     </div>
 </div>
-
+<div class="com-del-box">
+    <div class="title">
+        <i></i>
+    </div>
+    <div class="content">
+        <p><img src="static/img/product/check.png" alt="">上传产品成功!</p>
+        <div class=""></div>
+        <div>
+            <a>取消</a>
+            <a>确认</a>
+        </div>
+    </div>
+</div>