register.wxss 506 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .container {
  2. padding: 30rpx;
  3. }
  4. .card {
  5. background: #FFFFFF;
  6. box-shadow: 0 2rpx 15rpx 1rpx rgba(201, 201, 204, 0.2);
  7. border-radius: 16rpx;
  8. }
  9. .top {
  10. position: relative;
  11. padding-bottom: 60rpx;
  12. }
  13. .top-txt {
  14. width: 690rpx;
  15. height: 180rpx;
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. display: flex;
  20. flex-direction: column;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .title {
  25. font-size: 36rpx;
  26. color: #FFFFFF;
  27. }
  28. .btn {
  29. margin: 40rpx;
  30. }