From 72adc4b49eb7b026f130e353fe09030eba1a253c Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Thu, 9 Mar 2023 18:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 58 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/pages/home/index.vue b/pages/home/index.vue index 17ef98f..ea8356c 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -3,6 +3,23 @@ background:#F6F6F6; padding-bottom:20rpx; min-height:100%; + &>.top{ + position:absolute; + top:0; + left:0; + width:100%; + z-index: 20; + padding:calc(var(--status-bar-height) + 10rpx) 30rpx 0; + color:#fff; + font-size:24rpx; + display:flex; + justify-content: space-between; + background:rgba(0,0,0,0.1); + .plant-dingweixiao:before{ + font-size:20rpx; + margin-right:5rpx; + } + } &>.head{ padding:30rpx; width:calc(100% - 60rpx); @@ -225,6 +242,9 @@