移动端底部TM按钮改为一横条

master
candice 2 years ago
parent d054a8393b
commit 3416b3c47c

@ -133,10 +133,12 @@ z-index: 9;}
a.infocustomize {
font-size: 16px;
color: #fff;
padding: 4px 7px;
padding: 4px 15px;
background: #ad1818;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
}
.headerbar {
z-index: 999;
@ -2218,10 +2220,19 @@ table.why_us_table { width: 1060px;}
.bottom_why_us_content { padding: 0; height: auto;}
.bottom_why_us_content h3 { padding-top: 25px;}
.web_cookie { padding-bottom: 50px; width: 100%;}
.wechat_button {bottom: 50px; right: 25px;}
.wechat_button a { width: 66px;
.wechat_button { bottom: 15px;
right: 25px;
width: calc(100% - 35px);
height: 30px;
z-index: 999999;}
.wechat_button a { width: 100%;
text-transform: capitalize;
font-size: 19px;}
font-size: 18px;
height: 27px;
border-radius: 30px;
padding-top: 8px;
font-family: 'Goudy Old Style';
box-shadow: 1px 1px 4px 2px #d1d1d1;}
ul.infolist, ul.drop1, ul.ghlist { margin: 0 15px 0 30px; }
.updated_news {top: 49px; padding: 7px 15px; width: calc(100% - 30px);line-height: 20px;}
.infotopimage img { margin-bottom: 20px;}

Loading…
Cancel
Save