首页 样式问题修复
This commit is contained in:
parent
d685e88c7e
commit
b035a6e234
@ -3,7 +3,6 @@
|
||||
height: var(--status-bar-height);
|
||||
padding-top: 60rpx;
|
||||
width: 100%;
|
||||
background-color: $uni-color-primary;
|
||||
}
|
||||
/* #ifndef APP-PLUS-NVUE */
|
||||
page {
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user