瀏覽代碼

图片大小

linwu 3 月之前
父節點
當前提交
36740ec327

+ 5 - 0
public/themes/default/views/mobile/app/health/attract/show.blade.php

@@ -5,6 +5,11 @@
 
 
 @push('css')
 @push('css')
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
+    <style>
+        .news-show .content img {
+            max-width: 100%;
+        }
+    </style>
 @endpush
 @endpush
 
 
 @push('js')
 @push('js')

+ 5 - 0
public/themes/default/views/mobile/app/ic/attract/show.blade.php

@@ -5,6 +5,11 @@
 
 
 @push('css')
 @push('css')
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
     <link href="{{ theme_asset('mobile/css/news.css') }}" rel="stylesheet">
+    <style>
+        .news-show .content img {
+            max-width: 100%;
+        }
+    </style>
 @endpush
 @endpush
 
 
 @push('js')
 @push('js')