上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: $(document).ready(function(){ let aray = Array.prototype.slice.call(document.querySelectorAll('a')); console.log(aray); aray.forEach(element => { if(e 阅读全文
posted @ 2021-01-07 16:03 wangmeihao 阅读(204) 评论(0) 推荐(0) 编辑
摘要: <a href="" class="dxd_radial-gradient">查看更多</a> :root { --main-color: #555; } .dxd_radial-gradient { width: 150px; height: 40px; display: flex; justif 阅读全文
posted @ 2021-01-05 14:05 wangmeihao 阅读(261) 评论(0) 推荐(0) 编辑
摘要: <main> <div class="dxd_beating"> <h2> <span>王</span> <span>美</span> <span>好</span> <span>最</span> <span>漂</span> <span>亮</span> </h2> </div> </main> m 阅读全文
posted @ 2021-01-02 23:14 wangmeihao 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1.伪类边框线 <div class="dxd_border"> <img src="" alt=""> </div> .dxd_border{ position: relative; overflow: hidden; } .dxd_border::before, .dxd_border::aft 阅读全文
posted @ 2020-12-29 12:59 wangmeihao 阅读(230) 评论(0) 推荐(0) 编辑
摘要: <div class="dxd_fz"> <ul> <li> <div class="fz_1"> <img src="images/fz_1.png" alt=""> 经验丰富 </div> <div class="fz_2"> 2222222222222222222 </div> </li> < 阅读全文
posted @ 2020-12-23 10:26 wangmeihao 阅读(118) 评论(0) 推荐(0) 编辑
摘要: data-wow-duration:更改动画持续时间data-wow-delay:动画开始前的延迟data-wow-offset:开始动画的距离(与浏览器底部相关)data-wow-iteration:动画的次数重复(无限次:infinite) 2.使用fullpage.js下wow.js无效失效没 阅读全文
posted @ 2020-12-22 14:45 wangmeihao 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.background中的 linear-gradient 兼容角度问题 background: linear-gradient(330deg, #f6663f 0%, #ed2151); background: -webkit-linear-gradient(150deg, #f6663f 0% 阅读全文
posted @ 2020-12-21 19:58 wangmeihao 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1. clip-path: polygon(0 0 , 100% 0,100% 90%, 55% 90%,50% 100%, 45% 90%,0 90% ); -webkit-clip-path: polygon(0 0 , 100% 0,100% 90%, 55% 90%,50% 100%, 45 阅读全文
posted @ 2020-12-19 09:45 wangmeihao 阅读(50) 评论(0) 推荐(0) 编辑
摘要: <!-- 按钮 --> <div class="navigation"> <a href=""></a> </div> <!-- 楼层 --> <div> <div class="navigation_content"> </div> </div> jQuery部分 var $loutili = $ 阅读全文
posted @ 2020-12-18 12:51 wangmeihao 阅读(827) 评论(0) 推荐(0) 编辑
摘要: <style> /* pc_ban */ .pc_ban .swiper-slide { overflow: hidden; } .pc_ban .sw_bg { width: 100%; height: 600px; top: 0; left: 0; transform: scale(1.1); 阅读全文
posted @ 2020-12-17 10:15 wangmeihao 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页