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 @@