| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | 
							- /* 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 #f0eded;
 
- }
 
- .cauh_wrap .text text {
 
-   font-size: 30rpx;
 
-   font-weight: 600;
 
-   padding-right: 20rpx;
 
- }
 
- .cauh_wrap .upload {
 
-   background-color: #fff;
 
-   margin: 30rpx 0;
 
- }
 
- .cauh_wrap .upload .title {
 
-   width: 100%;
 
-   height: 100rpx;
 
-   font-size: 30rpx;
 
-   font-weight: 600;
 
-   padding: 0 20rpx;
 
-   display: flex;
 
-   align-items: center;
 
- }
 
- .cauh_wrap .upload .uploader {
 
-   padding: 10rpx 30rpx;
 
- }
 
- .cauh_wrap .submit {
 
-   width: 90%;
 
-   color: #fff;
 
-   line-height: 50rpx;
 
-   margin-top: 50rpx;
 
-   border-radius: 40rpx;
 
-   padding: 20rpx 0rpx;
 
- }
 
- .warp {
 
-   margin-top: 20rpx;
 
-   border-radius: 20rpx;
 
- }
 
 
  |