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; }