uploadFile.acss 2.3 KB
@import "../../assests/font/iconfont.acss";
page {
    background: #fff;
    font-family: PingFangSC-Regular;
    font-size: 34rpx;
    color: #191F25;
    padding-bottom: 180rpx;
}
.describe {
    padding:32rpx 32rpx 0 32rpx;
}
.textarea {
    padding-left: 0!important;
    display: block;
}
.fileList {
    margin-top: 32rpx;
    padding: 0 32rpx;
    display: flex;
    justify-content: space-between;
}

.file {
    background: #F6F7F8;
    border-radius: 2rpx;
    width: 634rpx;
    height: 88rpx;
    line-height: 88rpx;
    display: flex;
    overflow: hidden;
}

.fileimage {
    flex: 0 0 58rpx;
    width: 60rpx;
    height: 72rpx;
    background: url(../../assests/all.png) center /100% 100%;
    margin: 8rpx 16rpx 8rpx 8rpx;
}

.fileName {
    font-size: 26rpx;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close {
    line-height: 88rpx;
    font-size: 30rpx;
    color: rgba(25, 31, 37, 0.40);
    text-align: right;
}

.add {
    padding: 0 32rpx;
    margin-top: 40rpx;
    height: 32rpx;
    line-height: 32rpx;

}

.icontianjia1 {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 30rpx;
    color: #3296fa;
    margin-right: 16rpx;
}

.addText {
    height: 32rpx;
    line-height: 32rpx;
    font-size: 28rpx;
    color: #3296FA;
}

.save {
    padding: 24rpx 34rpx;
    position: fixed;
    bottom: 0;
}

.saveButton {
    font-size: 36rpx;
    width: 686rpx;
    line-height: 90rpx;
    text-align: center;
    color: #fff;
    background: #3296FA;
    border: 1rpx solid rgba(25, 31, 37, 0.12);
    border-radius: 48rpx;
}

.pdf {
    background: url(../../assests/pdf.png) center /100% 100%;
}

.image {
    background: url(../../assests/image.png) center /100% 100%;
}

.docx {
    background: url(../../assests/docx.png) center /100% 100%;
}

.mov {
    background: url(../../assests/mp4.png) center /100% 100%;
}

.mp4 {
    background: url(../../assests/mp4.png) center /100% 100%;
}

.ppt {
    background: url(../../assests/ppt.png) center /100% 100%;
}

.pptx {
    background: url(../../assests/ppt.png) center /100% 100%;
}

.pdf {
    background: url(../../assests/pdf.png) center /100% 100%;
}

.xlsx {
    background: url(../../assests/xlsx.png) center /100% 100%;
}

.zip {
    background: url(../../assests/zip.png) center /100% 100%;
}