tid=77024& 本帖最後由 IT_man 於 2018-3-14 00:29 編輯 9 a6 H* T! D) @3 q& p M+ ]
" ~3 S8 p- Y! R$ K$ S4 Y: y
1. 修改/template/手機模板/touch/forum/discuzcode.htm & Y" f% u3 z* G( n$ o& h
第114行:- $mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 140, 140, 'fixnone') : '' ;- q) S% G2 X3 ?! a' S( @, D
複製代碼
( A3 d* i, K4 f+ K+ K2 M/ a9 f" n% M0 V6 Y8 Q. r
將 140, 140 改成 640, 550 (寬 > 高 才不會變形)+ l. D7 a: y6 m/ `% _: ]
S, e) O' ~3 O0 s* f, ]8 f" o; S" P$ U ~: {! @2 y
2.修改 CSS+ X% [+ Q5 N4 C
修改/template/手機模板/img/forum/vk_mobile_touch_plus.css. T: ]: O8 S7 w6 J# U1 m* |
找8 z1 r2 b' N- d' ]
- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成
^! R" L# R; |+ i- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼
/ M( [) e1 Z% [+ K; _ C* `然後更新模板緩存,就搞定 4 o/ \: J( y( S: a0 E# t
|