子比主题

2026-03-15
03-15

实用子比主题 – 会员开通引导模块样式

这是给子比主题适配的一款会员开通引导模块样式,这款美化是从别的主题中摘抄出来的,也是属于一款相对较老的美化了,最近有用户问我要了,趁着今天有空发出来,有需要的话自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 小工具代码自定义底部HTML代码 定位:WP后台–>>外观–>>小工具–>>自定义HTML,将下面的代码放里面即可!推荐放置:文章页-顶部全宽度 <style> .huijuf-vip-box{position:relative;width:100%;height:130px;background:#e0f2fe;margin:0 auto;border-radius:10px;overflow:hidden;box-sizing:border-box}.huijuf-vip-box::after{position:absolute;top:0;left:0;transform:translate(-50%,-50%);content:"";width:100px;height:100px;border-radius:50%;background:#0284c7;z-index:1;opacity:0.15}.huijuf-vip-box::before{position:absolute;bottom:0;right:0;transform:translate(50%,50%);content:"";width:180px;height:180px;border-radius:50%;background:#0284c7;z-index:1;opacity:0.15}.huijuf-vip-box > .huijuf-vip-left-icon > i{position:absolute;font-size:100px;z-index:1;color:#0284c7;top:50%;transform:translateY(-50%);left:50px}.huijuf-vip-box > .huijuf-vip-left-text{position:absolute;left:180px;height:100%}.huijuf-vip-box > .huijuf-vip-left-text h2{color:#0284c7;font-size:23px;margin-top:30px;font-weight:400}.huijuf-vip-box > .huijuf-vip-left-text ul{margin:0;padding:0;margin-top:12px}.huijuf-vip-box > .huijuf-vip-left-text ul li{display:inline-block;list-style:none;padding:0 5px;color:#0284c7;transform:translateX(-7px)}.huijuf-vip-box > .huijuf-vip-left-text ul li i{margin-right:8px}.huijuf-vip-box > .huijuf-vip-right-btn{position:absolute;height:35px;width:130px;line-height:33px;text-align:center;text-decoration:none;font-style:normal;background-color:#0284c7;color:#fff;right:100px;top:50%;transform:translateY(-50%);border-radius:30px}.huijuf-vip-box >...
32天前