From a8d4a3ce2d924fabf8514f3d489b2603c17d8d7a Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 24 Apr 2019 11:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/customview/index.html | 4 +++- application/plugins/view/touristbuy/index/index.html | 4 ---- application/plugins/view/touristbuy/index/success.html | 3 --- public/static/index/default/css/customview.css | 3 +++ 4 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 public/static/index/default/css/customview.css diff --git a/application/index/view/default/customview/index.html b/application/index/view/default/customview/index.html index b26c326b6..20bc35222 100755 --- a/application/index/view/default/customview/index.html +++ b/application/index/view/default/customview/index.html @@ -17,7 +17,9 @@ -
{{$data.content|raw}}
+
+{{$data.content|raw}} +
diff --git a/application/plugins/view/touristbuy/index/index.html b/application/plugins/view/touristbuy/index/index.html index 92150a001..96f0d5bc0 100755 --- a/application/plugins/view/touristbuy/index/index.html +++ b/application/plugins/view/touristbuy/index/index.html @@ -1,9 +1,5 @@ {{include file="public/header" /}} - -{{include file="public/nav" /}} - - {{include file="public/header_top_nav" /}} diff --git a/application/plugins/view/touristbuy/index/success.html b/application/plugins/view/touristbuy/index/success.html index 1460d1ff6..e462f9b55 100755 --- a/application/plugins/view/touristbuy/index/success.html +++ b/application/plugins/view/touristbuy/index/success.html @@ -8,9 +8,6 @@ {{include file="public/nav_search" /}} - - {{include file="public/header_nav" /}} - {{include file="public/goods_category" /}} {{/if}} diff --git a/public/static/index/default/css/customview.css b/public/static/index/default/css/customview.css new file mode 100644 index 000000000..da07fc674 --- /dev/null +++ b/public/static/index/default/css/customview.css @@ -0,0 +1,3 @@ +.customview-content img, .customview-content table, .customview-content video { + max-width: 100%; +} \ No newline at end of file -- GitLab