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
a023651b
Commit
a023651b
authored
Nov 06, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
16ce19d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
Home.vue
views/Home.vue
+13
-3
No files found.
views/Home.vue
View file @
a023651b
...
...
@@ -369,6 +369,8 @@
<!-- 金币动画模块 -->
<view
class=
"gold-coin-animation"
v-if=
"showGoldCoinAnimation"
@
tap=
"hideGoldCoinAnimation"
>
<!-- 背景底 -->
<view
class=
"gold-coin-background"
></view>
<view
class=
"gold-coin-content"
@
tap
.
stop
>
<view
class=
"gold-coin-title"
>
{{
goldCoinConfig
.
title
}}
</view>
<view
class=
"gold-coin-description"
>
{{
goldCoinConfig
.
description
}}
</view>
...
...
@@ -2655,17 +2657,24 @@ export default {
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
animation: fadeIn 0.3s ease-out;
}
/* 背景底 */
.gold-coin-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
}
.gold-coin-
animation
::after {
.gold-coin-
background
::after {
content: '';
position: absolute;
bottom: 42rpx;
...
...
@@ -2682,6 +2691,7 @@ export default {
.gold-coin-content {
text-align: center;
padding: 60rpx 40rpx;
z-index: 1;
}
.gold-coin-title {
...
...
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