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
1021 B
63 lines
1021 B
/* pages/addclass/addclass.wxss */
|
|
.course-icon{
|
|
margin-left: 2px;
|
|
margin-right: 12px;
|
|
}
|
|
.course-list{
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0 -12px
|
|
}
|
|
.course-item{
|
|
align-items: center;
|
|
background: white;
|
|
padding: 30rpx 12px;
|
|
border-bottom: 1rpx solid #EEE;
|
|
position: relative;
|
|
}
|
|
.course-item:after {
|
|
content: '加入>';
|
|
display: block;
|
|
position: absolute;
|
|
right: 2rpx;
|
|
top: 50%;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
margin-top: -20rpx;
|
|
margin-right: 20rpx;
|
|
color: #999;
|
|
}
|
|
.course-name{
|
|
vertical-align: middle;
|
|
margin-right: 80rpx;
|
|
}
|
|
|
|
.none-content{
|
|
align-self: center;
|
|
}
|
|
view.none-content{
|
|
direction: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
text.none-content{
|
|
font-size: 16px;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
image.none-content{
|
|
margin-top: 120rpx;
|
|
height: 160rpx;
|
|
width: 180rpx;
|
|
}
|
|
|
|
.code-input{
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid;
|
|
height: 36px;
|
|
margin-bottom: 24rpx;
|
|
padding-left: 16rpx;
|
|
}
|
|
lable.identity{
|
|
margin-right: 16rpx;
|
|
} |