authorization.wxss 772 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-2e3c7ef5 {
  4. width: 100vw;
  5. height: 100vh;
  6. overflow: hidden;
  7. background-color: #fff;
  8. }
  9. .content .logo.data-v-2e3c7ef5 {
  10. margin: 300rpx auto 0;
  11. width: 150rpx;
  12. height: 150rpx;
  13. border-radius: 20rpx;
  14. box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  15. }
  16. .content .logo .img.data-v-2e3c7ef5 {
  17. width: 100%;
  18. height: 100%;
  19. border-radius: 20rpx;
  20. }
  21. .content .button.data-v-2e3c7ef5 {
  22. display: flex;
  23. justify-content: center;
  24. align-items: center;
  25. margin: 150rpx auto 0;
  26. width: 600rpx;
  27. height: 100rpx;
  28. font-size: 32rpx;
  29. color: #fff;
  30. border-radius: 50rpx;
  31. background-color: #1E7DFB;
  32. }
  33. .content .button .img.data-v-2e3c7ef5 {
  34. margin-right: 20rpx;
  35. width: 50rpx;
  36. height: 50rpx;
  37. color: #fff;
  38. }