authorization.wxss 698 B

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