多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 使用方法 打开后台-外观-设置外观-开发者设置-复制代码粘贴至`自定义CSS`即可 ## 代码 ``` /*文章内图片悬停放大并将超出范围隐藏*/ .entry-thumbnail { overflow: hidden; } #post-content img { border-radius: 10px; transition: 0.5s; } #post-content img:hover { transform: scale(1.05); } ```