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
d07bfaea
Commit
d07bfaea
authored
Nov 03, 2025
by
jt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
794e0c0e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
108 additions
and
53 deletions
+108
-53
SeckillSection.less
components/SeckillSection.less
+53
-6
SeckillSection.vue
components/SeckillSection.vue
+55
-47
No files found.
components/SeckillSection.less
View file @
d07bfaea
...
@@ -174,14 +174,14 @@
...
@@ -174,14 +174,14 @@
border-radius: 4rpx;
border-radius: 4rpx;
text-align: center;
text-align: center;
line-height: 36rpx;
line-height: 36rpx;
font-size:
16
rpx;
font-size:
24
rpx;
font-weight:
bold
;
font-weight:
400
;
}
}
.countdown_colon {
.countdown_colon {
// 颜色通过内联样式动态设置
// 颜色通过内联样式动态设置
font-size:
16
rpx;
font-size:
24
rpx;
font-weight:
bold
;
font-weight:
400
;
margin: 0 2rpx;
margin: 0 2rpx;
}
}
}
}
...
@@ -496,6 +496,53 @@
...
@@ -496,6 +496,53 @@
justify-content: space-between;
justify-content: space-between;
padding: 40rpx 34rpx;
padding: 40rpx 34rpx;
// 正在秒杀状态布局
.single_session_content_ongoing {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
// 未开始/已结束状态布局 - 时间在前,状态在后,无间距
.single_session_content_other {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
gap: 0;
.tab_time_info {
margin: 0;
padding: 0;
display: flex;
align-items: center;
.tab_time_text {
&.start_time_text {
font-size: 28rpx;
font-weight: 400;
// 颜色通过内联样式动态设置
}
}
}
.session_status_tag {
margin: 0;
padding: 0;
margin-left: 0;
.status_text {
&.upcoming_text,
&.ended_text {
// 颜色通过内联样式动态设置
font-weight: 400;
font-size: 28rpx;
}
}
}
}
.session_status_tag {
.session_status_tag {
&.ongoing {
&.ongoing {
.status_text {
.status_text {
...
@@ -572,8 +619,8 @@
...
@@ -572,8 +619,8 @@
.countdown_colon {
.countdown_colon {
// 颜色通过内联样式动态设置
// 颜色通过内联样式动态设置
font-size: 2
0
rpx;
font-size: 2
4
rpx;
font-weight:
bold
;
font-weight:
400
;
margin: 0 4rpx;
margin: 0 4rpx;
}
}
}
}
...
...
components/SeckillSection.vue
View file @
d07bfaea
This diff is collapsed.
Click to expand it.
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