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.

26 lines
359 B

.exercise-module{
height: 100%;
display: flex;
flex-direction: column;
background: white;
}
.tab-box{
box-sizing: border-box;
flex: 1 1 10px;
height: 10px;
}
view.no-content{
display: flex;
5 years ago
flex-direction: row;
justify-content: center;
}
image.no-content{
5 years ago
width: 200rpx;
height: 200rpx;
5 years ago
}
.exercise-item{
margin: 4px 10px;
}