摘要: 一般都用自定义的前进后退按钮: <!-- 导航按钮 --> <div class="arrowCard swiper-button-prev"> <img src="assets/arrow01.svg" alt="云智慧" /> </div> <div class="arrowCard swipe 阅读全文
posted @ 2022-09-09 14:31 SimoonJia 阅读(1668) 评论(0) 推荐(0)
摘要: 对图片进行剪切,保留原始比例: img.a { width: 200px; height: 400px; object-fit: cover; } 标签定义及使用说明 object-fit 属性指定元素的内容应该如何去适应指定容器的高度与宽度。 object-fit 一般用于 img 和 video 阅读全文
posted @ 2022-09-09 10:26 SimoonJia 阅读(86) 评论(0) 推荐(0)