Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5964ee37
authored
May 18, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
dd7b8ae1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
assets/css/mine/user.scss
components/bottom_nav.vue
assets/css/mine/user.scss
View file @
5964ee37
.page-user
{
height
:
100vh
;
padding
:
22rpx
24rpx
0
24rpx
;
background
:
linear-gradient
(
200deg
,
#d6e8ff
0%
,
#f5f5f7
277px
);
overflow-y
:
auto
;
.user-head
{
justify-content
:
flex-end
;
.msg
{
...
...
components/bottom_nav.vue
View file @
5964ee37
...
...
@@ -27,7 +27,7 @@ export default {
name
:
'bottom_nav'
,
props
:
{
actval
:
{
type
:
String
,
type
:
Number
,
default
:
1
}
},
...
...
@@ -42,19 +42,23 @@ export default {
<
style
scoped
lang=
"scss"
>
.bottom-nav-fixed
{
width
:
750
rpx
;
width
:
100%
;
height
:
100
rpx
;
background
:
#fff
;
position
:
fixed
;
bottom
:
0
rpx
;
left
:
0
;
right
:
0
;
z-index
:
6
;
padding-top
:
14
rpx
;
z-index
:
9999
;
navigator
{
display
:
block
;
color
:
$
uni-color999
;
font-size
:
20
rpx
;
width
:
25%
;
text-align
:
center
;
transition
:
all
0.4s
ease
;
text
{
font-size
:
44
rpx
;
}
...
...
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