You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
892 B
CSS
43 lines
892 B
CSS
5 years ago
|
/*
|
||
|
@author zwm
|
||
|
百度分享 引入外部样式
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
.bdsharebuttonbox.bdshare-button-style0-16{
|
||
|
display:table;display:block;
|
||
|
/* width: 94.8%; */
|
||
|
text-align:center;
|
||
|
vertical-align:middle;
|
||
|
padding:0;
|
||
|
box-sizing:border-box;
|
||
|
}
|
||
|
@media screen and (min-width: 769px) {
|
||
|
.bdsharebuttonbox.bdshare-button-style0-16{
|
||
|
width:620px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.bds_sqq,.bds_qzone,.bds_tsina{
|
||
|
display:table-cell;
|
||
|
width:0.5rem;
|
||
|
height:0.5rem;
|
||
|
display:inline-block;width:6rem;height:6rem;
|
||
|
}
|
||
|
.bds_sqq{
|
||
|
background:url(../images/btn_normal_qq@3x.png) no-repeat center center;
|
||
|
background-size:70% 61.5%;
|
||
|
background-size:70% 70%;
|
||
|
}
|
||
|
.bds_qzone{
|
||
|
background:url(../images/btn_normal_kongjian@3x.png) no-repeat center center;
|
||
|
background-size:70% 61.5%;
|
||
|
background-size:70% 70%;
|
||
|
}
|
||
|
.bds_tsina{
|
||
|
background:url(../images/icon_weibo.png) no-repeat center center;
|
||
|
background-size:70% 61.5%;
|
||
|
background-size:70% 70%;
|
||
|
}
|