classTeam.wxss 663 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .container {
  2. padding: 0 33rpx 33rpx;
  3. }
  4. .scan-card {
  5. position: relative;
  6. width: 100%;
  7. background: #FFFFFF;
  8. border-radius: 30rpx;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .scan-bootom {
  14. width: 690rpx;
  15. height: 150rpx;
  16. }
  17. .scan-title {
  18. margin-top: 40rpx;
  19. font-size: 30rpx;
  20. font-weight: bold;
  21. color: #333333;
  22. }
  23. .scan-tag {
  24. margin-top: 20rpx;
  25. font-size: 30rpx;
  26. color: #FF4330;
  27. }
  28. .scan-code {
  29. margin-top: 20rpx;
  30. margin-bottom: 10rpx;
  31. }
  32. .scan-btn {
  33. width: 260rpx;
  34. font-size: 31rpx;
  35. }
  36. .scan-fly {
  37. position: absolute;
  38. bottom: 140rpx;
  39. right: 60rpx;
  40. }