daixbu-阿呆日记-第16页
子比主题美化 – 会员购买弹窗增加背景-阿呆日记

子比主题美化 – 会员购买弹窗增加背景

放到后台自定义css /*仿哔哩哔哩弹窗背景*/ .payvip-modal { background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01zWJtdh1QbIhbcKakX_!!2210123621994.png),url(htt...
给子比列表文章封面缩略图添加动态图-阿呆日记

给子比列表文章封面缩略图添加动态图

/*动态圆圈*/ .item-thumbnail:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0); transition: background .35s; border-radius: ...
子比主题美化 – 实现未登录时图片高斯模糊显示-阿呆日记

子比主题美化 – 实现未登录时图片高斯模糊显示

//未登录时全站图片模糊 function n_yingcang_css(){ echo '<style> img { -webkit-filter: blur(10px)!important; -moz-filter: blur(10px)!important; -ms-filter: blur(10px)!important; ...
子比美化 – 文章列表美化-阿呆日记

子比美化 – 文章列表美化

教程 CSS /* 单行文章列表美化——开始 */ .posts-item.card:last-child { margin-bottom: 8px!important; } .training-camp__wrapper .header__title-wrapper{ font-size: 16px; } .sec-wrappe...
子比主题美化 – 评论、搜索框打字粒子特效-阿呆日记

子比主题美化 – 评论、搜索框打字粒子特效

代码如下 <!--彩色粒子特效--> (function webpackUniversalModuleDefinition(a, b) { if (typeof exports === 'object' && typeof module === 'object') { module.exports = b() } e...
子比主题美化 – 标题美化-阿呆日记

子比主题美化 – 标题美化

/*猫爪*/ .title-theme { padding: 0px 0px 0px 45px!important; background: url(https://www.tfbkw.com/wp-content/uploads/2024/01/cat.svg) 10px center no-repeat; background-size: 30px ...
子比主题侧边栏悬浮按钮美化-阿呆日记

子比主题侧边栏悬浮按钮美化

/*悬浮美化开始kobai.top*/ .float-right .ontop { --this-color: #ffffff; --this-bg: linear-gradient(123deg, #461B93 0%, #461B93 40%, #6A3CBC calc(40% + 1px), #6A3CBC 60%, #8253D7 cal...
子比美化给文章标题文字添加彩色渐变效果-阿呆日记

子比美化给文章标题文字添加彩色渐变效果

代码 /*文章标题加上渐变彩色文字 开始*/ .item-heading :hover, .text-ellipsis :hover, .text-ellipsis-2 :hover, .links-lists :hover { background-image: -webkit-linear-gradient(30deg, ...