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