当前位置:网站首页>拉萨手风琴
拉萨手风琴
2022-06-28 05:21:00 【辕小白】
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>拉萨手风琴</title>
<style>
*{
margin: 0;
}
body{
background-image: url(../images/6.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.piclists{
width: 1089px;
height: 429px;
background-color: #8392e2;
margin: 100px auto;
}
.piclists ul{
list-style: none;
padding: 0;
height: 100%;
}
.list{
float: left;
width: 100px;
height: 429px;
background-color: #ff9999;
background-image: url(../images/3.jpg);
}
.list:nth-child(2){
background-image: url(../images/4.jpg);
}
.list:nth-of-type(3){
background-image: url(../images/5.jpg);
}
.list:nth-of-type(4){
width: 789px;
background-image: url(../images/6.jpg);
}
.list div{
width: 100px;
height: 429px;
background-color: rgba(0,0,0,0.5);
}
.list div p{
padding: 43px;
color: #ffffff;
}
</style>
</head>
<body>
<div class="piclists">
<ul>
<li class="list">
<div>
<p>我的个人拉萨之旅 | | 故事之城</p>
</div>
</li>
<li class="list">
<div>
<p>我的个人拉萨之旅 | | 故事之城</p>
</div>
</li>
<li class="list">
<div>
<p>我的个人拉萨之旅 | | 故事之城</p>
</div>
</li>
<li class="list">
<div>
<p>我的个人拉萨之旅 | | 故事之城</p>
</div>
</li>
</ul>
</div>
<script src="../js/jquery-1.11.1.min.js"></script>
<!--script src="../js/tab.js"></script-->
<script>
(function($){
$.fn.tab = function(option){
var bgNode = option.bg;
var eventNode = option.el;
var imgArr = option.bgImg;
$(eventNode).click(function(){
var index = $(this).index();
$(this).stop().animate({
width: "789px"
},500).siblings().stop().animate({
width: "100px"
},500);
$(bgNode).css({
backgroundImage:"url("+imgArr[index]+")"
});
})
}
})($)
$.fn.tab({
el:".list",
bg:"body",
bgImg: ["../images/3.jpg","../images/4.jpg",
"../images/5.jpg","../images/6.jpg"]
});
</script>
</body>
</html>
边栏推荐
- 证明素数/质数有无限多个
- Operation of simulated examination platform of G3 boiler water treatment recurrent training question bank in 2022
- Carboxylic acid study: lumiprobe sulfoacyanine 7 dicarboxylic acid
- [JVM] - Division de la mémoire en JVM
- sqlmap工具使用手册
- When excel copies the contents of a row, the columns are separated by the tab "\t"
- When using the MessageBox of class toplevel, a problem pops up in the window.
- [JVM series] JVM tuning
- [microservices openfeign] openfeign quick start service invocation based on feign
- Learning Tai Chi Maker - mqtt Chapter II (VI) mqtt wills
猜你喜欢
[JVM] - memory partition in JVM
What is the difference between AC and DC?
Extjs图书管理系统源码 智能化图书管理系统源码
北斗三号短报文终端在大坝安全监测方案的应用
【JVM系列】JVM调优
!‘ Cat 'is not an internal or external command, nor is it a runnable program or batch file.
? How to write the position to output true
CPG 固体支持物研究:Lumiprobe通用 CPG II 型
MySQL export database dictionary to excel file
OpenSSL client programming: SSL session failure caused by an obscure function
随机推荐
Why does the company choose cloud database? What is its charm!
Don't roll! How to reproduce a paper with high quality?
2022 Western pastry (Advanced) test question simulation test platform operation
? How to write the position to output true
MySQL 45讲 | 05 深入浅出索引(下)
BioVendor sRAGE Elisa试剂盒化学性质和技术研究
【SkyWalking】一口气学完分布式链路追踪SkyWalking
Sqlmap tool user manual
msa.h:没有那个文件或目录
Lumiprobe细胞成像分析:PKH26 细胞膜标记试剂盒
gorm事务体验
QCOM LCD调试
Voltage mode and current mode control of switching power supply
lotus v1.16.0 calibnet
2022 special operation certificate examination question bank and simulation examination for safety management personnel of fireworks and firecrackers business units
codeforces每日5题(均1700)
Prove that there are infinite primes / primes
8VC Venture Cup 2017 - Elimination Round D. PolandBall and Polygon
OpenSSL client programming: SSL session failure caused by an obscure function
TypeScript基础类型