0 0 0


Xiuno BBS 帖子图片增加圆角和阴影

星落羽
1月前 70 举报

定位图片/view/css/bootstrap-bbs.css,第242行,找到

.message img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}

替换代码如下:

.message img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid #dee2e6;
  margin-bottom: 0.75rem;
  margin-right: 0.5em;
  border-radius:6px;
  box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.2),0px 0px 8px 0px rgba(0,0,0,0.19);
}

保存后清理缓存即可

最新回复 (0)

    暂无评论

请先登录后发表评论!

返回
请先登录后发表评论!