推荐应用
Discuz! X2.5 修改文章里面的图片宽度 把620px改成720px
发布于 2012-12-12
在module.css里修改
找到
/** forum::viewthread,portal::view,portal::comment,home::space **/
/* Article/Blog View by lushnis */
.vw {}
.vw .h { padding-bottom: 15px; border-bottom: 1px solid {COMMONBORDER}; }
.vw .ph { padding: 15px 0 10px; color: #000; }
.vw .hot { margin-right: 5px; color: {NOTICETEXT}; }
.vw .s { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid {COMMONBORDER}; line-height: 2; color: {HIGHLIGHTLINK}; }
.vw .s strong { font-weight: 400; color: red; }
.vw .d { margin: 15px 0; min-height: 100px; font-size: 14px; line-height: 1.8; color: #000; }
.vw .d i { font-style: italic; }
.vw .d img { max-width: 620px; }
替换为/** forum::viewthread,portal::view,portal::comment,home::space **/
/* Article/Blog View by lushnis */
.vw {}
.vw .h { padding-bottom: 15px; border-bottom: 1px solid {COMMONBORDER}; }
.vw .ph { padding: 15px 0 10px; color: #000; }
.vw .hot { margin-right: 5px; color: {NOTICETEXT}; }
.vw .s { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid {COMMONBORDER}; line-height: 2; color: {HIGHLIGHTLINK}; }
.vw .s strong { font-weight: 400; color: red; }
.vw .d { margin: 15px 0; min-height: 100px; font-size: 14px; line-height: 1.8; color: #000; }
.vw .d i { font-style: italic; }
.vw .d img { max-width: 720px; }
上传覆盖后更新缓存