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