49 lines
3.1 KiB
CSS
49 lines
3.1 KiB
CSS
|
|
/** CSS reset **/
|
||
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
|
||
|
|
table{border-collapse:collapse;border-spacing:0;}
|
||
|
|
fieldset,img,abbr,acronym{border:0;}
|
||
|
|
ol,ul{list-style:none;}
|
||
|
|
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
|
||
|
|
caption,th{text-align:center;}
|
||
|
|
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
|
||
|
|
|
||
|
|
html,body {height:100%;}
|
||
|
|
a:link {color:#fff; text-decoration:none;}
|
||
|
|
a:visited {color:#fff;}
|
||
|
|
body {background:#f6f4f5; font-family:"arial" "微软雅黑" "宋体"; font-size:16px; overflow:hidden;}
|
||
|
|
img {max-width:100%;}
|
||
|
|
.vamb {display:inline-block; width:0px; height:100%; vertical-align:middle;}
|
||
|
|
.clearfix {clear:both;}
|
||
|
|
.clearfix:after {content:''; display:table; height:0px; width:100%; clear:both;}
|
||
|
|
|
||
|
|
.swipe {overflow:hidden; visibility:hidden; position:relative;}
|
||
|
|
.swipe-wrap {overflow:hidden; position:relative;}
|
||
|
|
.swipe-wrap > li {float:left; width:100%; position:relative; text-align:center;}
|
||
|
|
.swipe img {margin-bottom:-4px;}
|
||
|
|
|
||
|
|
.nav-wrap12{ width: 100%; position: fixed; bottom: 65px; left:0px; z-index:1000;}
|
||
|
|
.menu-list12{ width: 80%; margin:0 auto;background: #ff0; }
|
||
|
|
.menu-list12 li{width: 50%!important; height:36px; padding:1px;background:rgba(0,0,0,0.7); ; margin-bottom: 1px; float:left; -webkit-box-sizing:border-box;-webkit-background-clip:content; text-align: center; line-height: 32px;}
|
||
|
|
.menu-list12 li a{ font-size: 14px;}
|
||
|
|
|
||
|
|
.copyright {text-align:center; letter-spacing:3px; line-height:25px; font-size:12px; color:#ead0b6; position:fixed; left:0px; bottom:0px; width:100%; z-index:990;}
|
||
|
|
.copyright a:link {color:#fff;}
|
||
|
|
.copyright a:visited {color:#fff;}
|
||
|
|
.nav_button {height:45px;}
|
||
|
|
.fixed {background:-webkit-gradient(linear,center top,center bottom,from(#081016),to(#03070c)); background:-ms-linear-gradient(top,#081016,#03070c); background:-webkit-linear-gradient(top,#081016,#03070c); background:linear-gradient(top,#081016,#03070c); position:fixed; width:100%; bottom:0px; left:0px;}
|
||
|
|
.fixed ul {height:45px;}
|
||
|
|
.fixed li {float:left; width:33.3%; text-align:center; height:45px;}
|
||
|
|
.fixed li a {display:block; height:20px; line-height:20px; color:#fff; padding-top:25px; background-position:center 5px; background-repeat:no-repeat; -webkit-background-size:auto 20px; background-size:auto 20px;}
|
||
|
|
.fixed li a:hover {color:#fff;}
|
||
|
|
.fixed li a:visited {color:#fff;}
|
||
|
|
.fixed li .bds_more {background-image:url(/static/img/mobile/nav_3.png); float:none; color:#fff; width:auto; margin:0px; text-indent:0em;}
|
||
|
|
.fixed .nav-bmap {background-image:url(/static/img/mobile/nav_1.png);}
|
||
|
|
.fixed .nav-tel {background-image:url(/static/img/mobile/nav_2.png);}
|
||
|
|
body .bdshare_popup_box {background:none; border:none;}
|
||
|
|
body .bdshare_popup_list li {height:38px; margin-left:0px; padding:0px;}
|
||
|
|
body .bdshare_popup_list a {background:rgba(0,0,0,0.6); background-image:none; color:#fff; font-size:14px; line-height:18px; padding:10px 5px; text-align:center;}
|
||
|
|
body .bdshare_popup_list a:hover {background:rgba(0,0,0,0.8); color:#fff;}
|
||
|
|
body .bdshare_popup_list a:visited {color:#fff;}
|
||
|
|
body .bdshare_popup_list {background:none; padding:0px;}
|
||
|
|
.bdshare_popup_bottom {display:none;}
|
||
|
|
.bdshare_popup_top {display:none;}
|