From 476be344f8d010311b68cc10cb8d9dd1334a091a Mon Sep 17 00:00:00 2001 From: devil Date: Fri, 14 Feb 2020 21:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85+=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=87=AA=E5=8A=A8=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/agreement/index.html | 2 +- application/index/view/default/article/index.html | 2 +- application/index/view/default/goods/index.html | 2 +- sourcecode/alipay/components/icon-nav/icon-nav.acss | 1 + sourcecode/baidu/components/icon-nav/icon-nav.css | 1 + sourcecode/qq/components/icon-nav/icon-nav.qss | 1 + sourcecode/toutiao/components/icon-nav/icon-nav.ttss | 1 + sourcecode/weixin/components/icon-nav/icon-nav.wxss | 1 + 8 files changed, 8 insertions(+), 3 deletions(-) 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; -- GitLab