From ff43139b088b8fbf00854bb36406bfac6288553f Mon Sep 17 00:00:00 2001 From: chenbiao Date: Tue, 25 Sep 2018 15:44:47 +0800 Subject: [PATCH] 产品界面 硬件平台 部分完成 --- css/portfollo.css | 8 +++++--- images/portfolio-hardware-wrap-2-active.png | Bin 0 -> 17234 bytes images/produect_dev3.png | Bin 48794 -> 0 bytes 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 images/portfolio-hardware-wrap-2-active.png mode change 100755 => 100644 images/produect_dev3.png diff --git a/css/portfollo.css b/css/portfollo.css index a167f75..57f7aed 100644 --- a/css/portfollo.css +++ b/css/portfollo.css @@ -16,7 +16,7 @@ } .portfolio-hardware-wrap li:nth-of-type(2){ padding-top: 60px; - background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0; + background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0; } .portfolio-hardware-wrap li:nth-of-type(3){ @@ -101,12 +101,14 @@ margin-top: 227px; /*padding-left: 50px;*/ width: 460px; + margin-left: 100px; } .ortfolio-hardware-bottom-3 li:nth-of-type(2){ background: url("../images/produect_dev3.png") no-repeat; - width: 630px; - height: 250px; + width: 298px; + height: 186px; margin-top: 197px; + margin-left: 108px; } .ortfolio-hardware-bottom-4 li:nth-of-type(1){ diff --git a/images/portfolio-hardware-wrap-2-active.png b/images/portfolio-hardware-wrap-2-active.png new file mode 100644 index 0000000..97dd8d6 Binary files /dev/null and b/images/portfolio-hardware-wrap-2-active.png differ diff --git a/images/produect_dev3.png b/images/produect_dev3.png old mode 100755 new mode 100644 index 7dece21..9e7ba52 Binary files a/images/produect_dev3.png and b/images/produect_dev3.png differ -- libgit2 0.21.4