本帖最後由 IT_man 於 2018-3-14 00:29 編輯
) D* Y7 r! y. I" L S" ^2 p: O
2 i' ^" ^- I$ e: L! }8 P8 ?& \1. 修改/template/手機模板/touch/forum/discuzcode.htm
. Y. f+ ~1 r7 z; `第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') : '' ;) W z+ E/ K* h, G. D! J7 \1 D0 G
複製代碼
& m P0 a7 s# C3 C+ g9 J% a0 ^6 o1 L4 W* v! S* t/ L
將 140, 140 改成 640, 550 (寬 > 高 才不會變形). w" r* m! |+ L
3 C3 N$ k3 {/ W" |
7 C& ]' P' [0 O) r7 n6 |3 _4 e2.修改 CSS
: g7 h+ f4 Z' J$ Z; n' G+ f修改/template/手機模板/img/forum/vk_mobile_touch_plus.css
% c% q: U0 M9 j$ \找
5 J$ d; I; N0 |/ {- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成6 t) d; F6 u: ^$ `6 V2 B
- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼
6 h g/ V3 m3 t: F& E7 d然後更新模板緩存,就搞定
* \9 [$ j+ ]9 S% f4 d; n |
|