首页 样式问题修复

This commit is contained in:
aihe 2023-12-02 00:19:39 +08:00
parent d685e88c7e
commit b035a6e234
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,6 @@
height: var(--status-bar-height);
padding-top: 60rpx;
width: 100%;
background-color: $uni-color-primary;
}
/* #ifndef APP-PLUS-NVUE */
page {

View File

@ -1,9 +1,8 @@
<template>
<view class="customer_nav_bar">
<!-- 这里是状态栏 -->
</view>
<view style="position: relative;background-color: #fff;">
<view class="customer_nav_bar">
<!-- 这里是状态栏 -->
</view>
<image class="hdbg" :src="getCdnUrl(`home/hdbg.png`)"/>
<view class="pg-container">
@ -142,6 +141,8 @@
}
.hdbg{
position: absolute;
height: 400rpx;
top: 0;
z-index: 1;
width: 100%;
}