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.
35 lines
507 B
35 lines
507 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;
|
|
}
|
|
.upload-file{
|
|
background: white;
|
|
|
|
} |