B2主题文章内页 右侧签到小工具文字背景颜色美化
/*文章内页 右侧签到小工具文字背景颜色*/.user-w-qd {
background-image: url(/wp-content/themes/b2/Assets/fontend/images/page-bg.svg)!important;
height: 43px!important;
background-color: #00c18e!important;
margin: 16px 16px 6px!important;
border-radius: 5px!important;
-webkit-background-clip: border-box!important;
-webkit-text-fill-color: #fff!important;
}
.user-w-qd div{
position: absolute;
left: 41px;
top: 13px;
}
.user-w-qd-list-title {
background-image: none!important;
background-color: #0000!important;
}
.user-w-qd{
position: relative;
display: inline-block;
line-height: 16px;
width: 268px;
height: 36px;
color: #fff;
text-transform: uppercase;
z-index: 1;
background: rgb(0 0 0 / 22%);
}
.user-w-qd:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 4px;
z-index: -1;
transition: all 400ms ease;
}
.user-w-qd:before {
background: #ff5d8f94;
}
.user-w-qd:hover:before {
width: 100%;
}
/*文章内页 右侧签到小工具文字背景颜色*/