idCard.wxss 400 B

123456789101112131415161718192021222324252627282930
  1. .home {
  2. text-align: center;
  3. position: relative;
  4. }
  5. .title2 {
  6. margin-bottom: 40rpx;
  7. font-size: 30rpx;
  8. color: #aeaeae;
  9. }
  10. .title1 {
  11. margin-top: 100rpx;
  12. font-size: 38rpx;
  13. }
  14. .btn {
  15. background-color: #2087f7;
  16. color: white;
  17. width: 90%;
  18. margin: 0 auto;
  19. border-radius: 10rpx;
  20. padding: 10rpx 0;
  21. margin-top: 200rpx;
  22. }
  23. .close {
  24. position: absolute;
  25. top: 130rpx;
  26. left: 500rpx;
  27. }