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.
|
|
|
/* pages/addclass/addclass.wxss */
|
|
|
|
.class-icon{
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
.class-list{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0 -12px
|
|
|
|
}
|
|
|
|
.class-item{
|
|
|
|
align-items: center;
|
|
|
|
background: white;
|
|
|
|
padding: 30rpx 12px;
|
|
|
|
border-bottom: 1rpx solid #EEE;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.class-item:after {
|
|
|
|
content: '加入学习>';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 3rpx;
|
|
|
|
top: 50%;
|
|
|
|
height: 40rpx;
|
|
|
|
line-height: 40rpx;
|
|
|
|
margin-top: -20rpx;
|
|
|
|
margin-right: 30rpx;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.class-item text{
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-wrap {
|
|
|
|
background: #fff;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin: 0 -12px;
|
|
|
|
padding: 0 12px;
|
|
|
|
height: 46px;
|
|
|
|
line-height: 46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-input {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabled{
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
color: #999;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-class{
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button{
|
|
|
|
margin: 4px 26px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|