企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 使用方法 打开后台-外观-设置外观-开发者设置-复制代码粘贴至`自定义CSS`即可 ## 代码 ``` /*文章内图片悬停放大并将超出范围隐藏*/ .entry-thumbnail { overflow: hidden; } #post-content img { border-radius: 10px; transition: 0.5s; } #post-content img:hover { transform: scale(1.05); } ```