| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | .box {    margin-top: 0 !important;    background: none !important;    font-size: 24rpx;    .label {        font-size: 28rpx;        font-family: PingFang SC-Bold, PingFang SC;        font-weight: bold;        height: 40rpx;        line-height: 40rpx;        color: #333333;        margin-top: 30rpx;        text {            float: right;            font-size: 24rpx;            font-family: PingFang SC-Regular, PingFang SC;            color: #999999;        }    }    .textarea {        height: 160rpx;        padding: 20rpx;    }    .category {        display: flex;        align-items: center;        justify-content: space-between;        height: 90rpx;        padding: 0 20rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #666666;    }}.base {    width: 100%;    border-radius: 16rpx;    overflow: hidden;    background-color: #ffffff;    box-sizing: border-box;    margin-top: 20rpx;}.upload {    width: 500rpx;    height: 90rpx;    background: #3874F6 !important;    border-radius: 45rpx !important;    margin-top: 100rpx;}
 |