本帖最后由 勿忘我科技 于 2013-11-3 10:23 编辑
演示地址:http://www.wuwangwo.cc/article-186-1.html
在\template\default\common\module.css中查找:
Discuze交流群1:211670828(高级群) 群2:40831819(满了) 暗号:DZ 友情链接交换群:187083990
经测试x2.5也是可以用的,看上面演示网站。
DZ插件模版修改教程地址:http://dz.wuwangwo.cc/
在中查找:- /** 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; }
复制代码 把代码中的620px改成自己想要的,如我改成720px- /** 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; }
复制代码 后台更新缓存,再打开刷新看看,是不是720px了。
|