摘要:
宽:高=31.25% 方式一: width: 100%; height: 32.5vw;(一些旧的浏览器会存在不兼容的问题) 方式二: overflow: hidden; width: 100%; height: 0; padding-bottom: 31.25%;
阅读全文
posted @ 2021-06-25 16:25
pwindy
阅读(144)
推荐(0)
摘要:
1.在命令行里面输入 npm install vue-awesome-swiper@2.6.7 --save 2.在main.js文件里面写入一下代码 import VueAwesomeSwiper from 'vue-awesome-swiper' import 'swiper/dist/css/
阅读全文
posted @ 2021-06-25 16:15
pwindy
阅读(231)
推荐(0)