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.
41 lines
535 B
41 lines
535 B
|
|
.module{
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
}
|
|
.file-wrap{
|
|
margin: 7px 6px;
|
|
}
|
|
|
|
.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: row;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
text.no-file{
|
|
font-size: 16px;
|
|
margin-top: 32rpx;
|
|
vertical-align: center;
|
|
}
|
|
image.no-file{
|
|
margin-top: 120rpx;
|
|
height: 120rpx;
|
|
width: 140rpx;
|
|
vertical-align: center;
|
|
}
|