mirror of
http://git.keliuyun.com:55676/jiaxiuc123/miniProject.git
synced 2025-12-24 12:38:07 +08:00
优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user