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
c6182262
Commit
c6182262
authored
Oct 30, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
667472c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
7 deletions
+23
-7
InviteGift.less
components/integralArea/InviteGift.less
+6
-2
Integral.less
views/Integral.less
+16
-4
Integral.vue
views/Integral.vue
+1
-1
No files found.
components/integralArea/InviteGift.less
View file @
c6182262
...
...
@@ -57,7 +57,7 @@
}
.invite_button {
width:
172
rpx;
width:
220
rpx;
height: 62rpx;
background: linear-gradient(to right, #916633 0%, #AB7A44 100%);
border-radius: 30rpx;
...
...
@@ -92,7 +92,11 @@
}
&.item-4 {
background: linear-gradient(to right, #000000 0%, #2C1500 100%);
background: linear-gradient(to right, #E7CA9F 0%, #EBD9C9 100%);
.invite_button_text {
color: #030200;
}
}
}
}
...
...
views/Integral.less
View file @
c6182262
...
...
@@ -599,7 +599,7 @@
// itemIndex = 4 只修改 signed 状态
&.item-4.signed {
background: #
030200
;
background: #
E7CCA4
;
}
// 奖励标签样式
...
...
@@ -721,7 +721,11 @@
// itemIndex = 4
&.item-4 {
background: linear-gradient(to left, #000000 0%, #2C1500 100%);
background: linear-gradient(to left, #E7CA9F 0%, #EBD9C9 100%);
.signin_button_text {
color: #030200;
}
}
}
...
...
@@ -1192,7 +1196,11 @@
}
&.item-4 {
background: linear-gradient(90deg, #000000 0%, #2C1500 100%);
background: linear-gradient(90deg, #E7CA9F 0%, #EBD9C9 100%);
.exchange_text {
color: #030200;
}
}
.exchange_text {
...
...
@@ -1289,7 +1297,11 @@
}
&.item-4 {
background: linear-gradient(90deg, #000000 0%, #2C1500 100%);
background: linear-gradient(90deg, #E7CA9F 0%, #EBD9C9 100%);
.exchange_text {
color: #030200;
}
}
.exchange_text {
...
...
views/Integral.vue
View file @
c6182262
...
...
@@ -292,7 +292,7 @@
<!-- 异业券权益区域 -->
<view class="
yiyequan_area
" v-if="
benefitList
?.
length
>
0
">
<!-- 主标题 -->
<
text class="
yiyequan_title
" :class="`item-${itemIndex
}
`">异业券权益</text
>
<
!-- <text class="
yiyequan_title
" :class="`item-${itemIndex
}
`">异业券权益</text> --
>
<!-- 权益卡片 -->
<view class="
yiyequan_card
" :class="`item-${itemIndex
}
`">
...
...
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