diff --git a/application/index/view/default/customview/index.html b/application/index/view/default/customview/index.html index b26c326b6f0f460c860d93a5c4a761d4c6ba97c3..20bc352223cffb6f99b7679998924e75fa3a9132 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 92150a001f915690f1b0dde1a915aa7a414bb0be..96f0d5bc0063ff3f588053e4e377b8db7399bdfd 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 1460d1ff63bf35f7f0d808530fe7db0cadb630bc..e462f9b555990de8f18078eb1f76f16eed91f1d4 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 0000000000000000000000000000000000000000..da07fc674a66aedb10a9a00c4bb4e51ccb51cecc --- /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