2020年1月7日

css重写checkbox样式

摘要: input[type=checkbox] { width:0.34rem; height:0.34rem; text-align: center; } input[type=checkbox]:after { width: 100%; height: 100%; content:""; backgr 阅读全文

posted @ 2020-01-07 16:29 |小乌龟| 阅读(428) 评论(0) 推荐(0)

vue中使用swiper插件

摘要: 一、轮播图中由于默认自动复制增加了一张图,所有在做轮播图的点击事件时不能简单的用官方文档,应使用computed方法来定义。 <swiper class="home_swiper" ref="mySwiper" :options="swiperOption_" v-if="pictures.leng 阅读全文

posted @ 2020-01-07 11:46 |小乌龟| 阅读(819) 评论(0) 推荐(0)

导航