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.
|
|
|
.my-course{
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.body{
|
|
|
|
flex: auto;
|
|
|
|
flex-basis: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
.nav-wrap{
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
text-align: end;
|
|
|
|
margin: 1px 10px 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.course-wrap{
|
|
|
|
margin: 0 12px 10px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.none-content{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.none-text{
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 13px;
|
|
|
|
color: dimgray;
|
|
|
|
padding: 20px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.none-image{
|
|
|
|
margin-top: 120rpx;
|
|
|
|
height: 240rpx;
|
|
|
|
width: 220rpx;
|
|
|
|
}
|
|
|
|
.login-button{
|
|
|
|
width: 120px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-course{
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 48rpx;
|
|
|
|
margin-bottom: 36rpx;
|
|
|
|
bottom: 0;
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
|
|
|
background: white;
|
|
|
|
box-shadow: 0.64px 0.42px 3.2px -0.24px #aaaaaa;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|