Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 931e2a53
authored
Jun 08, 2023
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
ead9cd6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
miniProject/app.wxss
miniProject/pages/me/index.wxml
miniProject/app.wxss
View file @
931e2a5
...
@@ -4,13 +4,13 @@ view {
...
@@ -4,13 +4,13 @@ view {
box-sizing: border-box;
box-sizing: border-box;
}
}
page{
page{
background
-color: #efeff4
;
background
: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%) !important
;
--tabs-bottom-bar-color:#1972F5;
--tabs-bottom-bar-color:#1972F5;
}
}
.backgroundColor{
.backgroundColor{
padding: 0 28rpx;
padding: 0 28rpx;
width: 100%;
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{
.van-picker__confirm{
color: #000!important;
color: #000!important;
...
@@ -21,26 +21,13 @@ page{
...
@@ -21,26 +21,13 @@ page{
}
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container {
.container {
/* height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box; */
width: 100%;
width: 100%;
/* position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; */
position: relative;
position: relative;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
align-items: center;
align-items: center;
/* justify-content: space-between; */
/* justify-content: space-between; */
box-sizing: border-box;
box-sizing: border-box;
background-color: #F5F5FA;
padding-bottom: 0rpx;
padding-bottom: 0rpx;
--tab-font-size:16px;
--tab-font-size:16px;
}
}
...
...
miniProject/pages/me/index.wxml
View file @
931e2a5
<view class="container" style="padding-top: {{navHeight}}px;height:{{windowHeight}}px">
<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>
</navbar>
<view class="~backgroundColor">
<view class="~backgroundColor">
<view class="header">
<view class="header">
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment