From ac8b53a3c1eac85c3cb84713295759b2071efa19 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 10 Oct 2018 16:44:30 +0800 Subject: [PATCH] 关于我们 banner --- css/contact.css | 2 +- css/portfollo.css | 2 +- images/breadcrumb-bg.jpg | Bin 0 -> 319609 bytes images/breadcrumb-bg.png | Bin 404425 -> 0 bytes images/contactside-bg.jpg | Bin 0 -> 281056 bytes images/contactside-bg.png | Bin 386645 -> 0 bytes 6 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 images/breadcrumb-bg.jpg delete mode 100755 images/breadcrumb-bg.png create mode 100644 images/contactside-bg.jpg delete mode 100755 images/contactside-bg.png diff --git a/css/contact.css b/css/contact.css index 6204401..f427928 100644 --- a/css/contact.css +++ b/css/contact.css @@ -4,7 +4,7 @@ .contactside-bg{ width: 100%; height:540px; - background: url("../images/contactside-bg.png") no-repeat; + background: url("../images/contactside-bg.jpg") no-repeat; background-size: 100% 100%; } .contactside-bg p:nth-of-type(1){ diff --git a/css/portfollo.css b/css/portfollo.css index 66dce42..d877325 100644 --- a/css/portfollo.css +++ b/css/portfollo.css @@ -2,7 +2,7 @@ .breadcrumb{ width: 100%; height: 540px; - background:url('../images/breadcrumb-bg.png'); + background:url('../images/breadcrumb-bg.jpg'); background-size:100% 100%; background-repeat:no-repeat; diff --git a/images/breadcrumb-bg.jpg b/images/breadcrumb-bg.jpg new file mode 100644 index 0000000..db6042b Binary files /dev/null and b/images/breadcrumb-bg.jpg differ diff --git a/images/breadcrumb-bg.png b/images/breadcrumb-bg.png deleted file mode 100755 index fbe9b47..0000000 Binary files a/images/breadcrumb-bg.png and /dev/null differ diff --git a/images/contactside-bg.jpg b/images/contactside-bg.jpg new file mode 100644 index 0000000..6d04f2b Binary files /dev/null and b/images/contactside-bg.jpg differ diff --git a/images/contactside-bg.png b/images/contactside-bg.png deleted file mode 100755 index b72e015..0000000 Binary files a/images/contactside-bg.png and /dev/null differ -- libgit2 0.21.4