AuthorizePopup.wxss 803 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-5380cac8 {
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. padding: 32rpx;
  8. height: 500rpx;
  9. background: #fff;
  10. }
  11. .content .img.data-v-5380cac8 {
  12. margin-top: 96rpx;
  13. margin-bottom: 48rpx;
  14. width: 200rpx;
  15. height: 200rpx;
  16. }
  17. .content .btns.data-v-5380cac8 {
  18. position: relative;
  19. height: 72rpx;
  20. width: 100%;
  21. }
  22. .content .btns .btn_box.data-v-5380cac8 {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. bottom: 0;
  27. height: 100%;
  28. width: 100%;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. color: #fff;
  33. border-radius: 20rpx;
  34. background-color: #ff8205;
  35. }
  36. .content .btns .auth_box.data-v-5380cac8 {
  37. position: absolute;
  38. top: 0;
  39. left: 0;
  40. bottom: 0;
  41. height: 100%;
  42. width: 100%;
  43. opacity: 0;
  44. }