authorization.wxss 727 B

12345678910111213141516171819202122232425262728293031323334353637
  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. background-color: skyblue;
  14. }
  15. .content .logo .img.data-v-2e3c7ef5 {
  16. width: 100%;
  17. height: 100%;
  18. border-radius: 20rpx;
  19. }
  20. .content .button.data-v-2e3c7ef5 {
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. margin: 150rpx auto 0;
  25. width: 600rpx;
  26. height: 100rpx;
  27. font-size: 32rpx;
  28. color: #fff;
  29. border-radius: 50rpx;
  30. background-color: #1E7DFB;
  31. }
  32. .content .button .img.data-v-2e3c7ef5 {
  33. margin-right: 20rpx;
  34. width: 50rpx;
  35. height: 50rpx;
  36. color: #fff;
  37. }