cauth.less 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* nova-travel/page/cauth/cauth.wxss */
  2. .cauh_wrap{
  3. .text{
  4. width: 100%;
  5. height: 100rpx;
  6. background-color: #fff;
  7. display: flex;
  8. align-items: center;
  9. padding:0 20rpx;
  10. border-bottom: 1px solid rgb(240, 237, 237);
  11. text{
  12. font-size: 30rpx;
  13. font-weight: 600;
  14. padding-right: 20rpx;
  15. }
  16. }
  17. .upload{
  18. background-color: #fff;
  19. margin: 30rpx 0;
  20. .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. .uploader{
  30. padding:10rpx 30rpx;
  31. }
  32. }
  33. .submit{
  34. width: 90%;
  35. color: #fff;
  36. line-height: 50rpx;
  37. margin-top: 50rpx;
  38. border-radius: 40rpx;
  39. padding: 20rpx 0rpx;
  40. }
  41. }
  42. .warp{
  43. margin-top: 20rpx;
  44. border-radius: 20rpx;
  45. }