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.

74 lines
1.1 KiB

@import "../../common/font.wxss";
page {
background: #f7f7f7;
font-family: "pingfang";
height: 100%;
width: 100%;
font-size: 14px;
}
.out {
width: 100%;
}
.up {
background: #fff;
margin-top: 15rpx;
}
.text {
margin-left: 20rpx;
}
.down {
background: #fff;
margin-top: 15rpx;
width: 100%;
padding-right: 20rpx !important;
}
.down .icon {
display: flex;
padding: 20rpx 20rpx;
}
.fileItems {
width: 95%;
padding: 0 20rpx 10rpx 20rpx;
}
.fileItem {
height: 80rpx;
width: 100%;
background: #DEE5F7;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
}
.fileIcon {
display: flex;
align-items: center;
}
.fileInfo{
display: flex;
flex-direction: column;
font-size: 12px;
}
.fileInfo .fileSize{
color: #b4b8b0;
}
.di {
position: fixed;
bottom: 0px;
width: 100%;
height: 60px;
border-top: 1px solid #e2e3e5;
z-index: 999;
background: #fff;
}