authenticate.wxss 732 B

12345678910111213141516171819202122232425262728293031323334
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-7a246550 {
  4. box-sizing: border-box;
  5. padding: 20rpx 0;
  6. height: 100vh;
  7. background-color: #fff;
  8. overflow-y: auto;
  9. }
  10. .container .form_title.data-v-7a246550 {
  11. margin-bottom: 30rpx;
  12. font-size: 28rpx;
  13. text-align: left;
  14. }
  15. .container .upload.data-v-7a246550 {
  16. display: flex;
  17. flex-direction: column;
  18. align-items: center;
  19. justify-content: center;
  20. width: 690rpx;
  21. height: 316rpx;
  22. font-size: 28rpx;
  23. color: #bfbfbf;
  24. border-radius: 16rpx;
  25. border: 2rpx solid #707070;
  26. background-color: #fff;
  27. }
  28. .container .footer.data-v-7a246550 {
  29. margin: 50rpx auto 30rpx;
  30. width: 700rpx;
  31. }
  32. .container .footer.data-v-7a246550 .wd-button {
  33. background-color: #ff8205;
  34. }