tid=77024& 本帖最後由 IT_man 於 2018-3-14 00:29 編輯 6 v; ~1 I0 Q6 ?: v
8 A2 o) u) l! O' y% {( u0 _' f1. 修改/template/手機模板/touch/forum/discuzcode.htm * U# G9 {4 ?5 _5 `, ]9 o
第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') : '' ;& E( l4 A7 F: x- t8 B3 P0 [
複製代碼
1 w8 v- V% e j
2 z) a3 x' |- { g) c將 140, 140 改成 640, 550 (寬 > 高 才不會變形)
' e! p- Z0 E0 Z D, g$ @" ?+ N8 i
4 W. [# v0 f% V" ^
, c# ?3 T# @7 L3 J6 K( I/ J2.修改 CSS
1 E7 B6 H# p8 L0 r* V修改/template/手機模板/img/forum/vk_mobile_touch_plus.css$ u8 ^2 f' y) F" V, Q
找' H& S" A8 i; K% E5 H5 o, G
- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成
. I* k* ?9 r0 T- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼
( X- }; R0 ?$ N; s3 R5 f+ U然後更新模板緩存,就搞定 * W" W% q3 f! A* f5 n: E
|