Commit d07bfaea authored by jt's avatar jt

x

parent 794e0c0e
...@@ -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: 16rpx; font-size: 24rpx;
font-weight: bold; font-weight: 400;
} }
.countdown_colon { .countdown_colon {
// 颜色通过内联样式动态设置 // 颜色通过内联样式动态设置
font-size: 16rpx; font-size: 24rpx;
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: 20rpx; font-size: 24rpx;
font-weight: bold; font-weight: 400;
margin: 0 4rpx; margin: 0 4rpx;
} }
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment