This commit is contained in:
lijun
2023-06-08 15:40:03 +08:00
parent ead9cd6ae5
commit 931e2a5385
2 changed files with 3 additions and 16 deletions

View File

@@ -4,13 +4,13 @@ view {
box-sizing: border-box;
}
page{
background-color: #efeff4;
background: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%) !important;
--tabs-bottom-bar-color:#1972F5;
}
.backgroundColor{
padding: 0 28rpx;
width: 100%;
background: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%);
/* background: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%); */
}
.van-picker__confirm{
color: #000!important;
@@ -21,26 +21,13 @@ page{
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container {
/* height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box; */
width: 100%;
/* position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; */
position: relative;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
box-sizing: border-box;
background-color: #F5F5FA;
padding-bottom: 0rpx;
--tab-font-size:16px;
}

View File

@@ -1,5 +1,5 @@
<view class="container" style="padding-top: {{navHeight}}px;height:{{windowHeight}}px">
<navbar page-name="我的" bg-color="#C7D3FF" navbar-color="#000">
<navbar page-name="我的" bg-color="" navbar-color="#000">
</navbar>
<view class="~backgroundColor">
<view class="header">