| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | /* nova-travel/page/cauth/cauth.wxss */.cauh_wrap{    .text{        width: 100%;        height: 100rpx;        background-color: #fff;        display: flex;        align-items: center;        padding:0 20rpx;        border-bottom: 1px solid rgb(240, 237, 237);        text{            font-size: 30rpx;            font-weight: 600;            padding-right: 20rpx;        }    }    .upload{        background-color: #fff;        margin: 30rpx 0;        .title{            width: 100%;            height: 100rpx;            font-size: 30rpx;            font-weight: 600;            padding:0 20rpx;            display: flex;            align-items: center;        }        .uploader{            padding:10rpx 30rpx;        }    }    .submit{        width: 90%;        color: #fff;        line-height: 50rpx;        margin-top: 50rpx;        border-radius: 40rpx;        padding: 20rpx 0rpx;    }}.warp{    margin-top: 20rpx;    border-radius: 20rpx;}
 |