index.wxss 728 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* components/ocrLicense/index.wxss */
  2. .cont {
  3. padding: 28rpx;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. flex-direction: column;
  8. height: 800rpx;
  9. }
  10. .sample {
  11. width: 358rpx;
  12. height: 424rpx;
  13. border: 1px dashed #68A4FB;
  14. padding: 28rpx;
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. flex-direction: column;
  19. color: #3676D7;
  20. font-size: 26rpx;
  21. box-sizing: border-box;
  22. }
  23. .sample>image {
  24. width: 240rpx;
  25. height: 336rpx;
  26. }
  27. /* .exchange{
  28. width: 50rpx;
  29. height: 50rpx;
  30. } */
  31. .exchange{
  32. /* background-color: transparent !important; */
  33. font-size: 28rpx;
  34. color: #5491ec;
  35. }