.class-list { display: flex; flex-direction: column; margin: 0 -12px } .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; } .classroom text { vertical-align: middle; } .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; }