From 2df9e6fc913e5ee3b854960c0e48cebdc178e3f1 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 25 Dec 2018 17:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=96=B9=E6=B3=95=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/goods.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/static/index/default/css/goods.css b/public/static/index/default/css/goods.css index 7924dd031..aceb49ef2 100755 --- a/public/static/index/default/css/goods.css +++ b/public/static/index/default/css/goods.css @@ -55,6 +55,8 @@ input{font-size:12px;font-size:100%;outline:none;line-height:normal;color:#444;} .attr-not-active { border: 1px solid #f03726 !important; box-shadow: 0 0px 3px #ed7f76, 0 0 6px rgba(0, 0, 0, 0); } .sku-items-disabled { color: #d2cfcf !important; background-color: #ffffff !important; border: 1px dashed #d5d5d5 !important; } .sku-dont-choose { color: #b4b3b3 !important; background-color: #ffffff !important; border: 1px solid #ebeaea !important; } +.sku-dont-choose img { opacity: 0.5; } +.sku-items-disabled img{ opacity: 0.3; } /* 购买导航 */ .buy-nav-opt a { color: #666; } -- GitLab