uploadFile.acss 577 Bytes
page {
    background: #fff;
}

.uploadFile {
    padding: 48rpx 48rpx 136rpx 48rpx;
    box-sizing: border-box;
}

.textarea {
    padding: 0;
    display: block;
    margin-bottom: 32rpx;
}

.addText {
    line-height: 32rpx;
    font-size: 28rpx;
    color: #3296FA;
    padding-left: 24rpx;
    margin-top: 32rpx;
}

.saveButton {
    position: fixed;
    bottom: 32rpx;
    left: 0.32rem;
    font-size: 32rpx;
    width: calc(100% - 72rpx);
    line-height: 72rpx;
    text-align: center;
    color: #fff;
    background: rgba(234, 12, 40, 1);
    border-radius: 48rpx;
}