
CSS
文章平均质量分 82
月亮与六便士0520
Slow is fast
展开
-
还算好看的css+js无限循环轮播图
话不多说,直接上代码吧!!! <template> <div class="banner"> <ul class="banner-ul"> <li :class="item" @click='changeImg(item)' v-for='(item,idx) in pArr'> <原创 2018-08-16 14:22:14 · 1559 阅读 · 0 评论 -
css水平垂直居中的几种方式
html代码如下: //html &lt;div class="parent"&gt; &lt;div class="child"&gt;&lt;/div&gt; &lt;/div&gt; 一 、脱离文档流的居中 1、margin: auto居中 .parent{ width原创 2018-08-17 11:35:17 · 245 阅读 · 0 评论