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.
63 lines
889 B
63 lines
889 B
5 years ago
|
|
||
5 years ago
|
.course-list {
|
||
5 years ago
|
display: flex;
|
||
|
flex-direction: column;
|
||
5 years ago
|
margin: 0 -12px
|
||
5 years ago
|
}
|
||
|
|
||
|
.classroom {
|
||
5 years ago
|
align-items: center;
|
||
5 years ago
|
background: white;
|
||
|
padding: 30rpx 12px;
|
||
|
border-bottom: 1rpx solid #EEE;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.classroom:after {
|
||
|
content: '进入课堂>';
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
right: 3rpx;
|
||
|
top: 50%;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
margin-top: -20rpx;
|
||
|
margin-right: 30rpx;
|
||
|
color: #999;
|
||
5 years ago
|
}
|
||
|
|
||
|
.classroom text {
|
||
5 years ago
|
vertical-align: middle;
|
||
5 years ago
|
}
|
||
5 years ago
|
|
||
5 years ago
|
.classroom-icon{
|
||
|
margin-left: 2px;
|
||
|
margin-right: 10px;
|
||
5 years ago
|
|
||
5 years ago
|
}
|
||
|
|
||
5 years ago
|
.add-class{
|
||
5 years ago
|
position: fixed;
|
||
5 years ago
|
right: 0;
|
||
|
margin-right: 48rpx;
|
||
|
margin-bottom: 36rpx;
|
||
5 years ago
|
bottom: 0;
|
||
5 years ago
|
}
|
||
|
|
||
5 years ago
|
.none-content{
|
||
|
align-self: center;
|
||
5 years ago
|
}
|
||
5 years ago
|
text.none-content{
|
||
|
font-size: 16px;
|
||
5 years ago
|
}
|
||
5 years ago
|
|
||
|
image.none-content{
|
||
|
margin-top: 120rpx;
|
||
|
height: 240rpx;
|
||
|
width: 220rpx;
|
||
5 years ago
|
}
|
||
5 years ago
|
|
||
5 years ago
|
.add-class:hover{
|
||
|
opacity: 0.6;
|
||
|
}
|