主题美化 – 新·悬浮按钮

图片[1]-主题美化 – 新·悬浮按钮-黔客侠图片[2]-主题美化 – 新·悬浮按钮-黔客侠代码如下: 

/*悬浮按钮*/
.float-right.round .float-btn {
    position: relative;
    display: block;
    height: 56px;
    width: 56px;
    padding: 20px 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFD1D8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 #FFD1D8;
    -moz-box-shadow: 0 0 6px 0 #FFD1D8;
    box-shadow: 0 0 6px 0 #FFD1D8;
    cursor: pointer;
}
.fa-toggle-theme::after, .fa-toggle-theme::before {
    font-size: 18px;
}
.float-right.round:hover .float-btn:hover {
    -moz-box-shadow: 0 0 6px 0 #FFB5C3;
    box-shadow: 0 0 6px 0 #fc6976;
        background-color: #FFB5C3;
}
.float-btn .hover-show-con {
    right: 40px;
    margin-right: 25px;
}

 

------本页内容已结束,喜欢请分享------
本站代码模板仅供学习交流使用请勿商业运营,严禁从事违法,侵权等任何非法活动,否则后果自负!
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容