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.

27 lines
427 B

.exercise-item{
5 years ago
background: #f9f9f9;
padding: 10px 12px;
5 years ago
box-shadow: 2px 1px 5px #aaaaaa;
border-radius: 6px;
}
.title{
5 years ago
font-weight: bold;
}
.left-time{
5 years ago
font-size: 12px;
color: gray;
}
.tip{
font-size: 12px;
border-radius: 36px;
background: #00b0f0;
color: white;
padding: 2px 6px;
margin-right: 6px;
5 years ago
white-space: nowrap;
}
.commit-text{
font-size: 12px;
font-weight: bold;
margin-left: 4px;
}