version.wxss 566 B

123456789101112131415161718192021222324252627282930313233343536
  1. .container {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. width: 100%;
  6. height: 420rpx;
  7. }
  8. .logo-img {
  9. width: 130rpx;
  10. height: 130rpx;
  11. }
  12. .logo {
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. width: 179rpx;
  17. height: 179rpx;
  18. background: #FFFFFF;
  19. box-shadow: 0 0 24rpx 0 rgba(255, 67, 48, 0.2);
  20. border-radius: 30rpx;
  21. }
  22. .label-class {
  23. font-size: 30rpx;
  24. color: #333333;
  25. }
  26. .value-class {
  27. width: 100%;
  28. font-size: 30rpx;
  29. color: #999999;
  30. text-align: right;
  31. }