悬停缩放效果.img-container {   height: 250px;   width: 250px;   overflow: hidden;}.img-container img {   height: 100%;   width: 100%;   object-fit: cover;    transition: transform 200m ease-in; } img:hover {   transform: scale(1.2); }

#每天一个知识点#
展开
评论