From 9b3ee13ad70726e7e197d16d6dcd6a2b2e5fec18 Mon Sep 17 00:00:00 2001 From: yyr Date: Thu, 19 Oct 2017 12:21:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E5=8A=A8=EF=BC=8C=E5=A4=87=E6=A1=88=E5=8F=B7?= =?UTF-8?q?=E6=94=BE=E4=B8=8A=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/VCschool.html | 4 ++-- views/aboutlp.html | 4 ++-- views/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/views/VCschool.html b/views/VCschool.html index 81ad069..7f0310c 100644 --- a/views/VCschool.html +++ b/views/VCschool.html @@ -178,11 +178,11 @@

关注公众号

- 二维码 + 二维码

我要报名

- 二维码 + 二维码
diff --git a/views/aboutlp.html b/views/aboutlp.html index 144a885..38f656e 100644 --- a/views/aboutlp.html +++ b/views/aboutlp.html @@ -76,11 +76,11 @@

关注公众号

- 二维码 + 二维码

我要报名

- 二维码 + 二维码
diff --git a/views/index.html b/views/index.html index 9a34b75..2c2cf90 100644 --- a/views/index.html +++ b/views/index.html @@ -178,7 +178,7 @@ - 芒革企业管理有限公司© + 芒革企业管理有限公司© 沪ICP备17045007号-1
-- Gitee From a80f6fecac03718f0c3fabfd6a6ae066ca9cc463 Mon Sep 17 00:00:00 2001 From: yyr Date: Thu, 19 Oct 2017 12:28:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style/header.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style/header.css b/public/style/header.css index 3c44299..8edf081 100644 --- a/public/style/header.css +++ b/public/style/header.css @@ -28,6 +28,9 @@ a:hover{/*text-decoration: underline;color: red;*/cursor: pointer;} .contactus{width: 80px;position: fixed;right: 0;bottom: 5px;z-index: 1002;background: #fff;} .erweima{width: 100%;text-align: center;font-weight: bolder;} .erweima img{width: 100%;} +@media screen and (min-width: 1400px){ + .contactus{left: 50%;margin-left: 600px;} +} @media screen and (max-width: 900px){ .logo{width: auto;} -- Gitee