摘要:
height: auto; max-width: 100%; max-height: 100%; vertical-align: bottom; bottom: 0; -o-object-fit: fill; object-fit: fill; 阅读全文
摘要:
display: -ms-grid;//兼容ie -ms-grid-columns: 2.16rem 2.16rem 2.16rem;//兼容ie display: grid;//gird布局 grid-template-columns: 2.16rem 2.16rem 2.16rem;//几列,每 阅读全文
摘要:
.ku-img { width: 2.16rem; height: 2.14rem; display:flex; align-items:center; justify-content:center; img { width: 100%; height: auto; } } 阅读全文