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
98678044
Commit
98678044
authored
Oct 28, 2025
by
jt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
65f40fc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
SeckillSection.less
components/SeckillSection.less
+9
-6
SeckillSection.vue
components/SeckillSection.vue
+1
-1
No files found.
components/SeckillSection.less
View file @
98678044
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
justify-content: space-between;
justify-content: space-between;
.credits_sale_title {
.credits_sale_title {
font-size: 3
2
rpx;
font-size: 3
0
rpx;
font-weight:
bold
;
font-weight:
600
;
margin-left: 16rpx;
margin-left: 16rpx;
color: #1d1e25;
color: #1d1e25;
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
.tab_time_text {
.tab_time_text {
&.start_time_text {
&.start_time_text {
font-size: 30rpx;
font-size: 30rpx;
font-weight:
1
00;
font-weight:
6
00;
// 颜色通过内联样式动态设置
// 颜色通过内联样式动态设置
}
}
}
}
...
@@ -319,8 +319,8 @@
...
@@ -319,8 +319,8 @@
width: 100%;
width: 100%;
height: 220rpx; // 正方形,宽度撑满父级
height: 220rpx; // 正方形,宽度撑满父级
background: #f5f5f5;
background: #f5f5f5;
border-radius: 1
0
rpx;
border-radius: 1
8
rpx;
margin-bottom: 1
0
rpx;
margin-bottom: 1
8
rpx;
border: 2rpx dashed #e0e0e0;
border: 2rpx dashed #e0e0e0;
position: relative;
position: relative;
overflow: hidden;
overflow: hidden;
...
@@ -329,6 +329,7 @@
...
@@ -329,6 +329,7 @@
width: 100%;
width: 100%;
height: 100%;
height: 100%;
object-fit: cover;
object-fit: cover;
border-radius: 18rpx;
}
}
}
}
...
@@ -379,6 +380,7 @@
...
@@ -379,6 +380,7 @@
.credits_sale_button_text {
.credits_sale_button_text {
font-size: 24rpx;
font-size: 24rpx;
color: #fff;
color: #fff;
font-weight: 500;
}
}
&.disabled .credits_sale_button_text {
&.disabled .credits_sale_button_text {
...
@@ -405,7 +407,7 @@
...
@@ -405,7 +407,7 @@
.good_image_placeholder {
.good_image_placeholder {
width: 260rpx;
width: 260rpx;
height: 260rpx;
height: 260rpx;
border-radius: 1
5
rpx;
border-radius: 1
8
rpx;
flex-shrink: 0;
flex-shrink: 0;
position: relative;
position: relative;
overflow: hidden;
overflow: hidden;
...
@@ -415,6 +417,7 @@
...
@@ -415,6 +417,7 @@
width: 100%;
width: 100%;
height: 100%;
height: 100%;
object-fit: cover;
object-fit: cover;
border-radius: 18rpx;
}
}
}
}
...
...
components/SeckillSection.vue
View file @
98678044
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
"credits_sale_section"
v-if=
"shouldShowSection"
>
<view
class=
"credits_sale_section"
v-if=
"shouldShowSection"
>
<!-- 标题区域 -->
<!-- 标题区域 -->
<view
class=
"credits_sale_area"
>
<view
class=
"credits_sale_area"
>
<text
class=
"credits_sale_title"
:class=
"`item-$
{itemIndex}`" :style="{ color: getColor('textColor')[itemIndex] }">积分限时
购
</text>
<text
class=
"credits_sale_title"
:class=
"`item-$
{itemIndex}`" :style="{ color: getColor('textColor')[itemIndex] }">积分限时
秒杀
</text>
</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