From a89ecc87d7c8e7486c10ad7cdf007740712cc8d4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 8 Apr 2018 10:50:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/goods/view/product/form.html | 10 +++++++++- static/theme/css/console.css | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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}