Nessuna descrizione

carouselManagement.css 572B

12345678910111213141516171819202122232425262728293031323334
  1. ul,
  2. li {
  3. padding: 0;
  4. margin: 0;
  5. list-style: none;
  6. }
  7. .image-box {
  8. display: inline-block;
  9. margin-right: 15px;
  10. width: 120px;
  11. height: 120px;
  12. line-height: 120px;
  13. border-radius: 5px;
  14. border: solid 1px #e8e8e8;
  15. cursor: pointer;
  16. text-align: center;
  17. }
  18. .image-item {
  19. width: 120px;
  20. height: 120px;
  21. background-size: 100% 100%;
  22. }
  23. .layui-layer-photos .layui-layer-phimg {
  24. height: 100%;
  25. }
  26. .layui-layer-photos .layui-layer-phimg img {
  27. width: auto;
  28. height: auto;
  29. max-width: 100%;
  30. max-height: 100%;
  31. }