首页 样式问题修复
This commit is contained in:
parent
6daa59e4d1
commit
4dd0ee2197
@ -1,3 +1,10 @@
|
||||
.customer_nav_bar {
|
||||
box-sizing: content-box;
|
||||
height: var(--status-bar-height);
|
||||
padding-top: 60rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* #ifndef APP-PLUS-NVUE */
|
||||
page {
|
||||
min-height: 100%;
|
||||
@ -174,5 +174,5 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '../../../common/uni-nvue.css';
|
||||
@import '../../../common/uni-nvue.scss';
|
||||
</style>
|
||||
|
||||
@ -388,5 +388,5 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '../../../common/uni-nvue.css';
|
||||
@import '../../../common/uni-nvue.scss';
|
||||
</style>
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
<template>
|
||||
<view class="status_bar">
|
||||
<!-- 这里是状态栏 -->
|
||||
</view>
|
||||
|
||||
<view style="position: relative;background-color: #fff;">
|
||||
|
||||
|
||||
|
||||
<view style="position: relative;background-color: #fff;">
|
||||
<view class="customer_nav_bar">
|
||||
<!-- 这里是状态栏 -->
|
||||
</view>
|
||||
<image class="hdbg" :src="getCdnUrl(`sdg/hdbg.png`)"/>
|
||||
<view class="pg-container">
|
||||
<view class="header">
|
||||
@ -82,21 +80,17 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '../../../common/uni-nvue.css';
|
||||
<style lang="scss">
|
||||
@import '../../../common/uni-nvue.scss';
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
.status_bar {
|
||||
box-sizing: content-box;
|
||||
height: var(--status-bar-height);
|
||||
padding-top: 60rpx;
|
||||
width: 100%;
|
||||
background-color: $uni-color-primary;
|
||||
}
|
||||
|
||||
.hdbg{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 720rpx;
|
||||
}
|
||||
.pg-container{
|
||||
position: relative;
|
||||
|
||||
@ -150,7 +150,7 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import '../common/uni-nvue.css';
|
||||
@import '../common/uni-nvue.scss';
|
||||
|
||||
.left-window-style {
|
||||
min-height: calc(100vh - var(--top-window-height));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user