Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-25 13:30:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ab1f050ed40776559a5d37f65286184e454d421
9ab1f050
1 parent
28fb0236
✨ feat(主办方管理): API联调,搜索功能放在页面上,废弃头部设计稿设计,联调添加/删除成员功能
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
25 deletions
src/pages/userManage/index.less
src/pages/userManage/index.vue
src/pages/userManage/index.less
View file @
9ab1f05
.my-create-activity-header {
background-color: white;
margin: 1rem;
padding: 0.5rem;
.my-create-activity-page {
#page-header {
width: 100%;
background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png);
background-size: contain;
background-repeat: no-repeat;
.toolbar-box {
// background-color: white;
margin: 1rem 0;
padding: 1rem;
padding-bottom: 0;
border-radius: 1rem;
.header-info {
display: flex;
text-align: center;
padding-bottom: 1rem;
margin-top: 0.5rem;
.activity {
flex: 1;
height: 50rpx;
line-height: 50rpx;
}
.job {
flex: 1;
border-right: 1px solid #F5F5F5;
border-left: 1px solid #F5F5F5;
height: 100rpx;
line-height: 50rpx;
}
.sign {
flex: 1;
height: 50rpx;
line-height: 50rpx;
}
}
}
...
...
@@ -71,4 +57,23 @@
margin-top: 0.5rem;
}
}
.handle-box {
position: absolute; right: 0; bottom: 0.75rem;
.add-user {
color: #FFFFFF;
background-color: #199A74;
border-bottom-left-radius: 0.85rem;
border-top-left-radius: 0.85rem;
padding: 0.25rem 0.5rem 0.25rem 1rem;
font-size: 0.9rem;
}
.del-user {
color: #FFFFFF;
background-color: #E32525;
border-bottom-left-radius: 0.85rem;
border-top-left-radius: 0.85rem;
padding: 0.25rem 0.5rem 0.25rem 1rem;
font-size: 0.9rem;
}
}
}
...
...
src/pages/userManage/index.vue
View file @
9ab1f05
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment