摘要:
$(document).ready(function(){ let aray = Array.prototype.slice.call(document.querySelectorAll('a')); console.log(aray); aray.forEach(element => { if(e 阅读全文
摘要:
<a href="" class="dxd_radial-gradient">查看更多</a> :root { --main-color: #555; } .dxd_radial-gradient { width: 150px; height: 40px; display: flex; justif 阅读全文
摘要:
<main> <div class="dxd_beating"> <h2> <span>王</span> <span>美</span> <span>好</span> <span>最</span> <span>漂</span> <span>亮</span> </h2> </div> </main> m 阅读全文
摘要:
1.伪类边框线 <div class="dxd_border"> <img src="" alt=""> </div> .dxd_border{ position: relative; overflow: hidden; } .dxd_border::before, .dxd_border::aft 阅读全文
摘要:
<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> < 阅读全文
摘要:
data-wow-duration:更改动画持续时间data-wow-delay:动画开始前的延迟data-wow-offset:开始动画的距离(与浏览器底部相关)data-wow-iteration:动画的次数重复(无限次:infinite) 2.使用fullpage.js下wow.js无效失效没 阅读全文
摘要:
1.background中的 linear-gradient 兼容角度问题 background: linear-gradient(330deg, #f6663f 0%, #ed2151); background: -webkit-linear-gradient(150deg, #f6663f 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 阅读全文
摘要:
<!-- 按钮 --> <div class="navigation"> <a href=""></a> </div> <!-- 楼层 --> <div> <div class="navigation_content"> </div> </div> jQuery部分 var $loutili = $ 阅读全文
摘要:
<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); 阅读全文