Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
405608d5
Commit
405608d5
authored
Oct 13, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed home banner mask
parent
1cdb8050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Home.vue
views/Home.vue
+4
-3
No files found.
views/Home.vue
View file @
405608d5
...
...
@@ -22,9 +22,9 @@
<!-- 溯源测试按钮 -->
<!--
<button
style=
"width: 100%;height: 100rpx;background-color: #fff;color: #000;"
@
tap=
"testSource"
>
溯源测试
</button>
-->
<
!--
<
view
class=
"swiper-mask"
>
<view
class=
"swiper-mask"
>
<image
class=
"swiper-mask-img"
:src=
"$baseUrl + 'homepage/home_format_v2.png'"
></image>
</view>
-->
</view>
<!-- 自定义指示点,仿照示意图 -->
<view
class=
"custom-banner-indicator"
>
<view
v-for=
"(item, idx) in swiperList"
:key=
"item.url + idx"
...
...
@@ -1216,7 +1216,7 @@ export default {
width: 750rpx;
height: 192rpx;
z-index: 1;
top:
1065
rpx;
top:
924
rpx;
.swiper-mask-img {
width: 100%;
...
...
@@ -1234,6 +1234,7 @@ export default {
align-items: center;
justify-content: center;
gap: 16rpx;
z-index: 2;
.banner-dot {
width: 16rpx;
...
...
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