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.

49 lines
727 B

/* pages/classdetail/classdetail.wxss */
.file-list{
display: flex;
flex-direction: column;
margin: 0 -12px;
margin-bottom: 40px;
}
.file-item{
background: white;
border-bottom: 1px solid #eee;
padding: 16rpx 16px;
position: relative;
}
.file-item text{
vertical-align: middle;
}
.file-uploader{
font-size: 10px;
}
.foot{
width: 100%;
position: fixed;
bottom: 0;
}
button{
margin: 0px 36px;
vertical-align: center;
font-size: 14px;
}
.no-file-view{
width: 100%;
flex-direction: column;
display: flex;
}
text.no-file{
font-size: 16px;
margin-top: 32rpx;
vertical-align: center;
}
image.no-file{
margin-top: 120rpx;
height: 160rpx;
width: 180rpx;
vertical-align: center;
}