index.acss 847 B

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