Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	background:url(images/https://www.jq22.com/img/cs/500x300-1.png) no-repeat center top;
	background-size:cover;
}
.box {
	overflow:hidden;
	width:610px;
	margin:100px auto;
	background-color:#fff;
}
.box li {
	width:25%;
	height:100px;
	list-style:none;
	float:left;
	cursor:pointer;
	border:1px solid #fff;
}
img {
	width:100%;
	height:100%;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.7.2
 立即下载

js换肤功能实现

更新时间:2023-06-11 23:13:42

换肤功能

0