优化:调整人生倒计时字体大小

This commit is contained in:
mjsoftware 2024-02-18 17:43:29 +08:00
parent 76cf7053f9
commit bb5406ffd3

View File

@ -3207,7 +3207,7 @@ button.swiper-pagination-bullet {
} }
.title { .title {
font-size: 12px; font-size: 1rem !important;
color: var(--main); color: var(--main);
margin-bottom: 5px; margin-bottom: 5px;
display: flex; display: flex;
@ -3216,7 +3216,7 @@ button.swiper-pagination-bullet {
.text { .text {
color: var(--theme); color: var(--theme);
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 1.1rem !important;
margin: 0 5px; margin: 0 5px;
} }
} }
@ -3297,7 +3297,7 @@ button.swiper-pagination-bullet {
} }
&-percentage { &-percentage {
width: 38px; width: 2.5rem;
color: var(--main); color: var(--main);
} }
} }