Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
4b693209
Commit
4b693209
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0f6a8343
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+1
-1
user-center.vue
pages/user-center/user-center.vue
+4
-3
No files found.
pages/user-center/components/blinddate-user.vue
View file @
4b693209
...
...
@@ -8,7 +8,7 @@
]"
>
<view
class=
"title"
style=
"color: #000;"
v-if=
"scrollTop > 50"
>
{{
pageTitle
}}
</view>
</view>
<view
class=
"userBox"
:style=
"
{ '
margin
-bottom': bottommargin }">
<view
class=
"userBox"
:style=
"
{ '
padding
-bottom': bottommargin }">
<view
class=
"imgbg"
style=
"background:linear-gradient( #9EE3E1,5%, #f3f4f6);height: auto;"
>
<view
class=
"titlenav"
:style=
"
{paddingTop:nav,color:'#000'}">
{{
pageTitle
}}
</view>
...
...
pages/user-center/user-center.vue
View file @
4b693209
...
...
@@ -9,7 +9,7 @@
]"
>
<view
class=
"title"
v-if=
"scrollTop > 50"
>
{{
pageTitle
}}
</view>
</view>
<view
class=
"userBox"
:style=
"
{ '
margin
-bottom': bottommargin }">
<view
class=
"userBox"
:style=
"
{ '
padding
-bottom': bottommargin }">
<view
:style=
"
{ 'background-image': 'url(' + (meueData.user_center.top_pic_url ? meueData.user_center.top_pic_url : '') + ')', backgroundSize: '100% 310px' }"
class="imgbg" :class="{'miniHeadTop':meueData.user_center.is_foot_bar_status!=1
&&
meueData.user_center.is_account_status!=1}">
<view
class=
"titlenav"
:style=
"
{paddingTop:nav}">
{{
pageTitle
}}
</view>
...
...
@@ -512,15 +512,16 @@
<
style
>
.body
{
background
:
#f3f4f6
;
height
:
100vh
;
}
.userStyle
.userBox
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
background
:
#f3f4f6
;
min-height
:
100vh
;
height
:
100%
;
}
.userStyle
.imgbg
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment