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
901 B

5 years ago
.class-list {
display: flex;
flex-direction: column;
margin: 0 -12px
5 years ago
}
.classroom {
align-items: center;
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 {
vertical-align: middle;
5 years ago
}
.classroom-icon{
margin-left: 2px;
margin-right: 10px;
}
.footer {
position: fixed;
bottom: 0;
height: 44px;
width: 100%;
line-height: 44px;
color: #666;
border-top: 1px solid #eee;
background: #fff;
font-size: 16px;
text-align: center;
}
.tappable{
color: #1aad19;
padding: 0 12px;
position: absolute;
}
.addclass{
right:0;
}
.setting{
left:0;
}