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
441975be
Commit
441975be
authored
Oct 29, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
4a20918d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
3 deletions
+48
-3
Integral.less
views/Integral.less
+46
-1
Integral.vue
views/Integral.vue
+2
-2
No files found.
views/Integral.less
View file @
441975be
...
@@ -730,7 +730,7 @@
...
@@ -730,7 +730,7 @@
width: 384rpx;
width: 384rpx;
height: 86rpx;
height: 86rpx;
background: rgba(255, 255, 255, 0);
background: rgba(255, 255, 255, 0);
border:
1
px solid #e6a23c;
border:
2
px solid #e6a23c;
border-radius: 60rpx;
border-radius: 60rpx;
display: flex;
display: flex;
align-items: center;
align-items: center;
...
@@ -748,6 +748,51 @@
...
@@ -748,6 +748,51 @@
&:active {
&:active {
transform: scale(0.95);
transform: scale(0.95);
}
}
// itemIndex = 0
&.item-0 {
border-color: #503404;
.task_button_text.item-0 {
color: #503404;
}
}
// itemIndex = 1
&.item-1 {
border-color: #284A6C;
.task_button_text.item-1 {
color: #284A6C;
}
}
// itemIndex = 2
&.item-2 {
border-color: #322D6F;
.task_button_text.item-2 {
color: #322D6F;
}
}
// itemIndex = 3
&.item-3 {
border-color: #513403;
.task_button_text.item-3 {
color: #513403;
}
}
// itemIndex = 4
&.item-4 {
border-color: #F7D1A0;
.task_button_text.item-4 {
color: #F7D1A0;
}
}
}
}
}
}
...
...
views/Integral.vue
View file @
441975be
...
@@ -267,8 +267,8 @@
...
@@ -267,8 +267,8 @@
<text class="
signin_button_text
">立即签到</text>
<text class="
signin_button_text
">立即签到</text>
</view>
</view>
<!-- 已签到状态 -->
<!-- 已签到状态 -->
<view v-else class="
task_button
" @click="
handleTaskButtonClick
">
<view v-else class="
task_button
"
:class="`item-${itemIndex
}
`"
@click="
handleTaskButtonClick
">
<text class="
task_button_text
">赚更多积分</text>
<text class="
task_button_text
"
:class="`item-${itemIndex
}
`"
>赚更多积分</text>
</view>
</view>
</view>
</view>
<!-- 积分限时购 -->
<!-- 积分限时购 -->
...
...
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