跳绳比赛成绩查询
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.
 
 
 

34 lines
563 B

.cc-active {
transform: translate3d(1rpx, 1rpx, 0);
}
.card {
margin-bottom: 60rpx;
.card-head {
display: flex;
align-items: center;
height: 120rpx;
padding: 0 32rpx;
.card-head-avatar {
display: flex;
justify-content: center;
align-items: center;
width: 56rpx;
height: 56rpx;
border-radius: 50%;
}
.card-head-title {
flex: 1;
margin: 0 20rpx;
font-size: 16px;
color: $black;
overflow: hidden;
}
.card-head-action {
font-size: 14px;
}
}
}