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.
20 lines
299 B
20 lines
299 B
5 years ago
|
.exercise-item{
|
||
|
background: #eeeeee;
|
||
|
border-radius: 4px;
|
||
|
padding: 10px 12px;
|
||
|
}
|
||
|
.title{
|
||
|
font-weight: 550;
|
||
|
margin-bottom: 4px;
|
||
|
}
|
||
|
.left-time{
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.tip{
|
||
|
font-size: 12px;
|
||
|
border-radius: 36px;
|
||
|
background: #00b0f0;
|
||
|
color: white;
|
||
|
padding: 2px 6px;
|
||
|
margin-right: 6px;
|
||
|
}
|