diff --git a/application/goods/view/product/form.html b/application/goods/view/product/form.html
index ea3cab946..4c1d45af6 100644
--- a/application/goods/view/product/form.html
+++ b/application/goods/view/product/form.html
@@ -68,10 +68,13 @@
+
产品LOGO |
产品图片 |
+
+
@@ -80,6 +83,7 @@
|
+
@@ -322,7 +326,11 @@
.background-item {
padding: 15px;
- background: #f5f5f5;
+ background: #efefef;
+ }
+
+ .background-item thead tr {
+ background: #e0e0e0
}
.price-input-td {
diff --git a/static/theme/css/console.css b/static/theme/css/console.css
index 5f101641e..4e4c9b302 100644
--- a/static/theme/css/console.css
+++ b/static/theme/css/console.css
@@ -49,7 +49,7 @@ a{color:#06C;cursor:pointer}a:hover{color:#039}input::-ms-clear{display:none}but
.pace .pace-progress{background:#22df80;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}
.uploadimage{display:inline-block;width:80px;height:80px;background: url('../img/image.png') no-repeat center center;background-size:cover;cursor:pointer}
.uploadimagemtl{margin-right:8px;}
-.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;line-height:20px;text-align:center;background:rgba(0, 0, 0, 0.5)}
+.uploadimagemtl a{color:#fff;width:20px;height:20px;float:right;display:none;line-height:22px;text-align:center;background:rgba(0, 0, 0, 0.5)}
.uploadimagemtl:hover a{display:inline-block;cursor:pointer}
.uploadimagemtl:hover a:hover{color:#fff;text-decoration:none}
.hr-line-dashed{border-top:1px dashed #e7eaec;color:#fff;background-color:#fff;height:1px;margin:20px 0}