From 7c9de77ed23c383bd4a1a11387aba477280aa559 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 1 Mar 2019 17:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=BA=95=E9=83=A8padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/detail.wpy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/detail.wpy b/src/pages/detail.wpy index d3df887..3c5608d 100644 --- a/src/pages/detail.wpy +++ b/src/pages/detail.wpy @@ -22,6 +22,9 @@ .content-image { width: 100%; } + .container { + padding-bottom: 100rpx; + }