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
f4fdc955
Commit
f4fdc955
authored
Oct 28, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666
parent
f0ce81fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
20 deletions
+15
-20
InviteGift.less
components/integralArea/InviteGift.less
+6
-11
InviteGift.vue
components/integralArea/InviteGift.vue
+1
-1
Integral.less
views/Integral.less
+8
-8
No files found.
components/integralArea/InviteGift.less
View file @
f4fdc955
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
margin-bottom: 30rpx;
margin-bottom: 30rpx;
.invite_gift_title {
.invite_gift_title {
font-size: 3
6
rpx;
font-size: 3
0
rpx;
font-weight: bold;
font-weight: bold;
color: #
333333
;
color: #
000000
;
margin-bottom: 20rpx;
margin-bottom: 20rpx;
display: block;
display: block;
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
.invite_button {
.invite_button {
width: 172rpx;
width: 172rpx;
height: 62rpx;
height: 62rpx;
background: linear-gradient(to right, #
A07B4D 0%, #C09A60
100%);
background: linear-gradient(to right, #
916633 0%, #AB7A44
100%);
border-radius: 30rpx;
border-radius: 30rpx;
display: flex;
display: flex;
margin-top: 30rpx;
margin-top: 30rpx;
margin-left:
3
0rpx;
margin-left: 0rpx;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3);
box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3);
...
@@ -121,13 +121,8 @@
...
@@ -121,13 +121,8 @@
}
}
.record_arrow {
.record_arrow {
font-size: 20rpx;
width: 11rpx;
color: #999999;
height: 18rpx;
font-weight: bold;
&.item-4 {
color: #D7D7D7;
}
}
}
&.item-4 {
&.item-4 {
...
...
components/integralArea/InviteGift.vue
View file @
f4fdc955
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<!-- 邀请记录按钮 -->
<!-- 邀请记录按钮 -->
<view
class=
"record_button"
:class=
"`item-$
{itemIndex}`" @click="handleRecordClick">
<view
class=
"record_button"
:class=
"`item-$
{itemIndex}`" @click="handleRecordClick">
<text
class=
"record_text"
:class=
"`item-$
{itemIndex}`">邀请记录
</text>
<text
class=
"record_text"
:class=
"`item-$
{itemIndex}`">邀请记录
</text>
<
text
class=
"record_arrow"
:class=
"`item-$
{itemIndex}`">
{{
`>`
}}
</text
>
<
image
class=
"record_arrow"
:class=
"`item-$
{itemIndex}`" :src="$baseUrl + 'integral/1023/yaoqingjiluIcon.png'" mode="aspectFit" /
>
</view>
</view>
<!-- 3D星星角色 -->
<!-- 3D星星角色 -->
...
...
views/Integral.less
View file @
f4fdc955
...
@@ -986,7 +986,7 @@
...
@@ -986,7 +986,7 @@
display: flex;
display: flex;
// justify-content: space-between;
// justify-content: space-between;
align-items: center;
align-items: center;
margin-bottom:
30
rpx;
margin-bottom:
24
rpx;
.card_title {
.card_title {
font-size: 32rpx;
font-size: 32rpx;
...
@@ -1017,7 +1017,7 @@
...
@@ -1017,7 +1017,7 @@
.benefits_container {
.benefits_container {
display: flex;
display: flex;
gap:
12
rpx;
gap:
24
rpx;
margin-top: 0;
margin-top: 0;
// 当商品数量小于等于2时,调整gap并居中
// 当商品数量小于等于2时,调整gap并居中
...
@@ -1123,7 +1123,7 @@
...
@@ -1123,7 +1123,7 @@
bottom: 20rpx;
bottom: 20rpx;
width: 250rpx;
width: 250rpx;
height: 62rpx;
height: 62rpx;
background: linear-gradient(90deg, #
D3A458 0%, #B8941F
100%);
background: linear-gradient(90deg, #
916633 0%, #AB7A44
100%);
border-radius: 30rpx;
border-radius: 30rpx;
text-align: center;
text-align: center;
line-height: 62rpx;
line-height: 62rpx;
...
@@ -1190,14 +1190,14 @@
...
@@ -1190,14 +1190,14 @@
}
}
text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
white-space: nowrap;
width:
100
%;
width:
95
%;
}
}
.benefit_points {
.benefit_points {
text-align: left;
text-align: left;
font-size: 22rpx;
font-size: 22rpx;
color: #333333;
color: #333333;
width:
100
%;
width:
95
%;
margin-bottom: 16rpx;
margin-bottom: 16rpx;
&.item-1 {
&.item-1 {
color: #284A6C;
color: #284A6C;
...
@@ -1217,9 +1217,9 @@
...
@@ -1217,9 +1217,9 @@
}
}
.exchange_button {
.exchange_button {
width:
100
%;
width:
96
%;
height: 60rpx;
height: 60rpx;
background:
#D3A458
;
background:
linear-gradient(90deg, #916633 0%, #AB7A44 100%)
;
border-radius: 30rpx;
border-radius: 30rpx;
display: flex;
display: flex;
align-items: center;
align-items: center;
...
@@ -1550,7 +1550,7 @@
...
@@ -1550,7 +1550,7 @@
.exchange_button {
.exchange_button {
width: 100%;
width: 100%;
height: 60rpx;
height: 60rpx;
background:
#D3A458
;
background:
linear-gradient(90deg, #916633 0%, #AB7A44 100%)
;
border-radius: 30rpx;
border-radius: 30rpx;
display: flex;
display: flex;
align-items: center;
align-items: center;
...
...
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