From 4a047878c47e7a4cfb6c312ac7c406abe5ac1493 Mon Sep 17 00:00:00 2001 From: yyr Date: Thu, 19 Oct 2017 12:50:15 +0800 Subject: [PATCH] =?UTF-8?q?a=E9=93=BE=E6=8E=A5=E4=B8=8A=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style/header.css b/public/style/header.css index 8edf081..c0a6e7f 100644 --- a/public/style/header.css +++ b/public/style/header.css @@ -1,7 +1,7 @@ *{padding: 0;margin: 0;} ul{list-style: none;} body{font-family:"微软雅黑","宋体","Arial Narrow",HELVETICA;color:#43257F;} -a{text-decoration: none;color: #43257F;} +a{text-decoration: none;color: #43257F;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;} a:hover{/*text-decoration: underline;color: red;*/cursor: pointer;} .container{padding-top: 20px;overflow: hidden;background: #fff;width: 90%; margin: 0 auto;max-width: 1200px;} @@ -23,7 +23,7 @@ a:hover{/*text-decoration: underline;color: red;*/cursor: pointer;} .tanc span{display: table-cell;vertical-align: middle;} .tanc img{width: 20%;} .tanc h3{color: #fff;margin-bottom: 10px;} -.tanc h3 button{cursor: pointer;position: relative;left: 15px;border: none;color: red;padding: 2px;} +.tanc h3 button{cursor: pointer;position: relative;left: 15px;bottom: 2px;border: none;color: red;padding: 2px;} .contactus{width: 80px;position: fixed;right: 0;bottom: 5px;z-index: 1002;background: #fff;} .erweima{width: 100%;text-align: center;font-weight: bolder;} -- Gitee