Commit 931e2a53 by 李君

优化

1 parent ead9cd6a
......@@ -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 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">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!