You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.2 KiB
54 lines
1.2 KiB
.simple_card{
|
|
width: 100px;
|
|
height: 137px;
|
|
background: #FFFFFF;
|
|
border-radius: 8px;
|
|
opacity: 1;
|
|
.simple_pos{
|
|
text-align: center;
|
|
font-family: HarmonyOS Sans SC;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
line-height: normal;
|
|
color: #1871F8;
|
|
|
|
}
|
|
|
|
.simple_time{
|
|
width: 90px;
|
|
height: 70px;
|
|
border-radius: 6px;
|
|
opacity: 1;
|
|
background: #1871F8;
|
|
padding-top:2px;
|
|
margin-left: 5px;
|
|
.simple_remaining_time{
|
|
display: flex;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.simple_countdown{
|
|
width: 84px;
|
|
height: 32px;
|
|
border-radius: 6px;
|
|
opacity: 1;
|
|
background: #195DC4;
|
|
color: #FFFFFF;
|
|
padding-top: 5px;
|
|
text-align: center;
|
|
margin-left:3px;
|
|
margin-top:2px;
|
|
}
|
|
}
|
|
|
|
.simple_btn{
|
|
border-radius: 6px;
|
|
width: 90px;
|
|
margin-left:5px;
|
|
}
|
|
}
|