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
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;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
image.no-content{
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.exercise-item{
|
|
margin: 4px 10px;
|
|
} |