diff --git a/application/index/view/default/agreement/index.html b/application/index/view/default/agreement/index.html index 5a1052fc4..ba8e7094f 100644 --- a/application/index/view/default/agreement/index.html +++ b/application/index/view/default/agreement/index.html @@ -21,7 +21,7 @@

{{$data.upd_time_time}}


-
+
{{$data.value|raw}}
diff --git a/application/index/view/default/article/index.html b/application/index/view/default/article/index.html index af0ef40dd..92d87114a 100755 --- a/application/index/view/default/article/index.html +++ b/application/index/view/default/article/index.html @@ -24,7 +24,7 @@


-
{{$article.content|raw}}
+
{{$article.content|raw}}
diff --git a/application/index/view/default/goods/index.html b/application/index/view/default/goods/index.html index 594d2b16d..f816c53cf 100755 --- a/application/index/view/default/goods/index.html +++ b/application/index/view/default/goods/index.html @@ -522,7 +522,7 @@ {{/foreach}} {{/if}} -
{{$goods.content_web|raw}}
+
{{$goods.content_web|raw}}
diff --git a/sourcecode/alipay/components/icon-nav/icon-nav.acss b/sourcecode/alipay/components/icon-nav/icon-nav.acss index 9f4d549db..7fa545a7f 100755 --- a/sourcecode/alipay/components/icon-nav/icon-nav.acss +++ b/sourcecode/alipay/components/icon-nav/icon-nav.acss @@ -12,6 +12,7 @@ text-align: center; width: 70rpx; height: 70rpx; + margin: 0 auto; } .data-list .items image { width: 60rpx !important; diff --git a/sourcecode/baidu/components/icon-nav/icon-nav.css b/sourcecode/baidu/components/icon-nav/icon-nav.css index 234fdc6e9..b0691a9ee 100755 --- a/sourcecode/baidu/components/icon-nav/icon-nav.css +++ b/sourcecode/baidu/components/icon-nav/icon-nav.css @@ -14,6 +14,7 @@ text-align: center; width: 70rpx; height: 70rpx; + margin: 0 auto; } .data-list .items image { width: 60rpx !important; diff --git a/sourcecode/qq/components/icon-nav/icon-nav.qss b/sourcecode/qq/components/icon-nav/icon-nav.qss index 234fdc6e9..b0691a9ee 100755 --- a/sourcecode/qq/components/icon-nav/icon-nav.qss +++ b/sourcecode/qq/components/icon-nav/icon-nav.qss @@ -14,6 +14,7 @@ text-align: center; width: 70rpx; height: 70rpx; + margin: 0 auto; } .data-list .items image { width: 60rpx !important; diff --git a/sourcecode/toutiao/components/icon-nav/icon-nav.ttss b/sourcecode/toutiao/components/icon-nav/icon-nav.ttss index 234fdc6e9..b0691a9ee 100755 --- a/sourcecode/toutiao/components/icon-nav/icon-nav.ttss +++ b/sourcecode/toutiao/components/icon-nav/icon-nav.ttss @@ -14,6 +14,7 @@ text-align: center; width: 70rpx; height: 70rpx; + margin: 0 auto; } .data-list .items image { width: 60rpx !important; diff --git a/sourcecode/weixin/components/icon-nav/icon-nav.wxss b/sourcecode/weixin/components/icon-nav/icon-nav.wxss index 234fdc6e9..b0691a9ee 100755 --- a/sourcecode/weixin/components/icon-nav/icon-nav.wxss +++ b/sourcecode/weixin/components/icon-nav/icon-nav.wxss @@ -14,6 +14,7 @@ text-align: center; width: 70rpx; height: 70rpx; + margin: 0 auto; } .data-list .items image { width: 60rpx !important;