classTeam.wxss 706 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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: 550;
  21. color: #333333;
  22. }
  23. .scan-tag {
  24. margin-top: 20rpx;
  25. font-size: 30rpx;
  26. font-weight: 500;
  27. color: #FF4330;
  28. }
  29. .scan-code {
  30. margin-top: 20rpx;
  31. margin-bottom: 10rpx;
  32. }
  33. .scan-btn {
  34. width: 260rpx;
  35. font-size: 31rpx;
  36. font-weight: 500;
  37. }
  38. .scan-fly {
  39. position: absolute;
  40. bottom: 140rpx;
  41. right: 60rpx;
  42. }