From 75148da5db786275586e02d23092191c2f17ff65 Mon Sep 17 00:00:00 2001 From: initwithout Date: Fri, 21 Apr 2023 14:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E6=B5=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/logistics/logistics.wxss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/logistics/logistics.wxss b/pages/logistics/logistics.wxss index 9d5b765..aad3a39 100644 --- a/pages/logistics/logistics.wxss +++ b/pages/logistics/logistics.wxss @@ -3,7 +3,7 @@ height: 100%; } .list-table{ - margin-top: 15rpx; + margin-top: 25rpx; /* height: 100%; */ width: 95%; } @@ -14,9 +14,12 @@ position: relative; } .logistics_centent{ + /* position: absolute; */ + margin-top: -25rpx; margin-left: 100rpx; font-size: 30rpx; - color: #666 + color: #666; + padding-bottom: 30rpx; } .logistics_centent .centent{ padding-bottom: 20rpx;