给大家分享一个由原生JS实现的苹果官网产品展示特效,看起来很不错,效果如下:
以下是代码实现,欢迎大家复制粘贴。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>苹果官网产品展示特效</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background: #EBEBED;
}
li {
list-style: none;
}
img {
border: none;
display: block;