diff --git a/public/style/header.css b/public/style/header.css index 8edf081d9155d1df72d303456bafd69a02dee88d..c0a6e7fd98446f2827e827ab19bd118eb445369f 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;}