<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 注意字体图标路径 */
.wb-share {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wb-share:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.wb-share &gt; .wb-share-item {
    float: left;
    padding: 2px 4px;
    margin: 0;
    border-radius: 4px;
}
.wb-share &gt; a.wb-share-item {
    cursor: pointer;
    opacity: .7;
}

.wb-share &gt; a.wb-share-item:hover {
    opacity: 1;
}
.wb-share &gt; .wb-share-item + .wb-share-item {
    margin-left: 2px;
}
.wb-share &gt; .wb-share-item &gt; .iconfont {
    font-size: 24px;
    display: inline-block;
}
.wb-share &gt; .wb-share-btn &gt; .iconfont {
    color: #888;
}
.wb-share &gt; .wb-share-weibo &gt; .iconfont {
    color: #f7906b;
}
.wb-share &gt; .wb-share-weibo:hover &gt; .iconfont {
    color: #f76b6b;
}
.wb-share &gt; .wb-share-QQzone &gt; .iconfont {
    color: #f5be3f;
}
.wb-share &gt; .wb-share-QQzone:hover &gt; .iconfont {
    color: #FCD000;
}
.wb-share &gt; .wb-share-QQ &gt; .iconfont {
    color: #8ecbf1;
}
.wb-share &gt; .wb-share-QQ:hover &gt; .iconfont {
    color: #79c3f1;
}
.wb-share &gt; .wb-share-weixin &gt; .iconfont {
    color: #4bdd55;
}
.wb-share &gt; .wb-share-weixin:hover &gt; .iconfont {
    color: #37bf40;
}
.wb-share-qrcode-img {
    text-align: center;
}
.wb-share-qrcode-desc {
    margin-top: 10px;
}
</pre></body></html>