face-scan-pop.wxss 574 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .myOverlay {
  2. z-index: 99;
  3. }
  4. .container {
  5. height: 100%;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. }
  10. .content {
  11. width: 550rpx;
  12. background: #FFFFFF;
  13. border-radius: 30rpx;
  14. padding: 55rpx 0;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. }
  19. .title {
  20. font-size: 30rpx;
  21. font-weight: 400;
  22. color: #252525;
  23. }
  24. .tip {
  25. margin: 26rpx 0 60rpx;
  26. font-size: 24rpx;
  27. font-weight: 400;
  28. color: #A4A4A4;
  29. }
  30. .scan {
  31. width: 385rpx;
  32. height: 332rpx;
  33. }
  34. .btn {
  35. width: 400rpx;
  36. }