Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
d2a90663
Commit
d2a90663
authored
Jan 05, 2023
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页悬浮z-index先注释了,小屏幕手机有可能会遮挡底部导航栏。个人中心大屏手机广告垂直方向底部对齐
parent
b938b434
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
home-new.vue
pages/home-new.vue
+1
-1
personal.vue
pages/personal.vue
+2
-2
No files found.
pages/home-new.vue
View file @
d2a90663
...
...
@@ -516,7 +516,7 @@
.banner-other
{
position
:
absolute
;
right
:
-22rpx
;
top
:
-80rpx
;
z-index
:
100
;
//
z-index:100;
}
}
...
...
pages/personal.vue
View file @
d2a90663
...
...
@@ -59,7 +59,7 @@
<u-gap
bgColor=
"transparent"
v-if=
"carouselFlag"
height=
"20"
></u-gap>
</view>
<view
v-if=
"carouselFlag"
:class=
"carouselHeight > 0 ? 'carouselView' : 'carouselView carouselView2'"
:style=
"
{height: carouselHeight > 0 ? carouselHeight + 'rpx' : '120px'}">
<view
style=
"position: relative; width: 100%;"
>
<view
style=
"position: relative; width: 100%;
margin-bottom: 15px;
"
>
<u-swiper
radius=
"12rpx"
:height=
"120"
:list=
"list5"
circular
@
change=
"e => current = e.current"
:autoplay=
"true"
keyName=
"imageUrl"
@
click=
"goOtherLink"
>
</u-swiper>
...
...
@@ -424,7 +424,7 @@
.carouselView
{
width
:
700rpx
;
margin
:
0
auto
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
display
:
flex
;
justify-content
:
center
;
align-items
:
flex-end
;
height
:
120rpx
;
}
...
...
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