Commit 7a17cd24 authored by jt's avatar jt

部分字体按付旋要求加粗加大

parent af03bde0
......@@ -175,7 +175,7 @@
text-align: center;
line-height: 36rpx;
font-size: 24rpx;
font-weight: 400;
font-weight: 600;
}
.countdown_colon {
......@@ -195,7 +195,7 @@
.status_text {
// 颜色通过内联样式动态设置
font-weight: bold;
font-size: 20rpx;
font-size: 24rpx;
display: block;
line-height: 1;
}
......@@ -232,7 +232,7 @@
.upcoming_text {
// 颜色通过内联样式动态设置
font-weight: bold;
font-size: 20rpx;
font-size: 24rpx;
display: block;
line-height: 1;
}
......@@ -242,7 +242,7 @@
.ended_text {
// 颜色通过内联样式动态设置
font-weight: bold;
font-size: 20rpx;
font-size: 24rpx;
display: block;
line-height: 1;
}
......@@ -260,7 +260,7 @@
.status_text {
color: #1C1C1C;
font-weight: bold;
font-size: 20rpx;
font-size: 24rpx;
line-height: 1;
}
}
......@@ -521,7 +521,7 @@
.tab_time_text {
&.start_time_text {
font-size: 28rpx;
font-weight: 400;
font-weight: 600;
// 颜色通过内联样式动态设置
}
}
......@@ -536,7 +536,7 @@
&.upcoming_text,
&.ended_text {
// 颜色通过内联样式动态设置
font-weight: 400;
font-weight: 600;
font-size: 28rpx;
}
}
......@@ -547,7 +547,7 @@
&.ongoing {
.status_text {
// 颜色通过内联样式动态设置
font-weight: 400;
font-weight: 600;
font-size: 28rpx;
}
}
......@@ -614,7 +614,7 @@
text-align: center;
line-height: 34rpx;
font-size: 24rpx;
font-weight: 400;
font-weight: 600;
}
.countdown_colon {
......
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