tid=77024& 本帖最後由 IT_man 於 2018-3-14 00:29 編輯
3 F x. K- K7 \4 M9 h. _6 b _6 E- T/ M s3 e9 K$ v3 V
1. 修改/template/手機模板/touch/forum/discuzcode.htm
/ D/ ~- U2 G" f0 h: 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') : '' ;
7 ?8 Z9 C M7 w4 s) N
複製代碼
6 t1 O3 g# u B' m1 @. O3 _0 y( S" l) ]5 o; Q0 d" g9 R& G
將 140, 140 改成 640, 550 (寬 > 高 才不會變形)
( I( [9 N# L- D+ \ @" X" s6 Z5 d
( Y1 R K; g R. e. l
2.修改 CSS
2 j) W X8 h4 E8 b$ |; _, A& F修改/template/手機模板/img/forum/vk_mobile_touch_plus.css
5 D* S/ A$ x' s8 h找9 _( G' Q/ e8 B. c. n) X% ^
- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成% ~' U! t7 A0 H% ?) I
- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼
3 w9 ^, y9 B4 G. Z( r; L4 _然後更新模板緩存,就搞定
% u& j% S3 [- ^/ q) P |