From 7d29ecd0966698cfbf0369c28f67ed24aa32111a Mon Sep 17 00:00:00 2001 From: Bi Kai <kai.bi@yoho.cn> Date: Wed, 7 Sep 2016 18:31:11 +0800 Subject: [PATCH] 不支持退换货 --- static/dist/.DS_Store | Bin 10244 -> 0 bytes static/img/product/not-support-exchange.png | Bin 0 -> 4952 bytes static/sass/product/_product-description.css | 3 +++ 3 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 static/img/product/not-support-exchange.png diff --git a/static/dist/.DS_Store b/static/dist/.DS_Store index 6a6af6d..f062bb0 100644 Binary files a/static/dist/.DS_Store and b/static/dist/.DS_Store differ diff --git a/static/img/product/not-support-exchange.png b/static/img/product/not-support-exchange.png new file mode 100644 index 0000000..213e1be Binary files /dev/null and b/static/img/product/not-support-exchange.png differ diff --git a/static/sass/product/_product-description.css b/static/sass/product/_product-description.css index 1d5ee6a..2775d0a 100644 --- a/static/sass/product/_product-description.css +++ b/static/sass/product/_product-description.css @@ -9,6 +9,9 @@ margin-left: 50px; background: resolve('product/service.png') no-repeat; background-size: cover; + &.not-support-exchange { + background: resolve('product/not-support-exchange.png') no-repeat; + } } .detail{ margin-bottom: 1px; -- libgit2 0.24.0