cauth.wxss 791 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* nova-travel/page/cauth/cauth.wxss */
  2. .cauh_wrap .text {
  3. width: 100%;
  4. height: 100rpx;
  5. background-color: #fff;
  6. display: flex;
  7. align-items: center;
  8. padding: 0 20rpx;
  9. border-bottom: 1px solid #f0eded;
  10. }
  11. .cauh_wrap .text text {
  12. font-size: 30rpx;
  13. font-weight: 600;
  14. padding-right: 20rpx;
  15. }
  16. .cauh_wrap .upload {
  17. background-color: #fff;
  18. margin: 30rpx 0;
  19. }
  20. .cauh_wrap .upload .title {
  21. width: 100%;
  22. height: 100rpx;
  23. font-size: 30rpx;
  24. font-weight: 600;
  25. padding: 0 20rpx;
  26. display: flex;
  27. align-items: center;
  28. }
  29. .cauh_wrap .upload .uploader {
  30. padding: 10rpx 30rpx;
  31. }
  32. .cauh_wrap .submit {
  33. width: 90%;
  34. color: #fff;
  35. line-height: 50rpx;
  36. margin-top: 50rpx;
  37. border-radius: 40rpx;
  38. padding: 20rpx 0rpx;
  39. }
  40. .warp {
  41. margin-top: 20rpx;
  42. border-radius: 20rpx;
  43. }