当前位置:网站首页>拉萨手风琴
拉萨手风琴
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>

边栏推荐
- Quartus replication IP core
- 摄像头基础知识
- 项目经理考完PMP就够了?不是的!
- Pcr/qpcr research: lumiprobe dsgreen is used for real-time PCR
- Feign implements path escape through custom annotations
- Install kubebuilder
- What are functions in C language? What is the difference between functions in programming and functions in mathematics? Understanding functions in programming languages
- Opencv实现目标检测
- 8VC Venture Cup 2017 - Elimination Round D. PolandBall and Polygon
- Reactive dye research: lumiprobe af594 NHS ester, 5-isomer
猜你喜欢

mysql导出数据库字典成excel文件

Lumiprobe细胞成像分析:PKH26 细胞膜标记试剂盒

JS text box loses focus to modify width text and symbols

MySQL 45讲 | 05 深入浅出索引(下)

metaRTC5.0编程之p2p网络穿透(stun)指南

The latest examination questions and answers for the eight members (standard members) of Liaoning architecture in 2022

Reactive dye research: lumiprobe af594 NHS ester, 5-isomer

【LeetCode】12、整数转罗马数字
![[leetcode] 12. Integer to Roman numeral](/img/3e/815f24a85a3333ce924acee1856f62.png)
[leetcode] 12. Integer to Roman numeral

When excel copies the contents of a row, the columns are separated by the tab "\t"
随机推荐
Sqlmap tool user manual
Unity out ref params
2022 new version NFT source code source code of China meta universe digital collection art trading platform
Realizing color detection with OpenCV
二级造价工程师证书含金量到底有多高?看这些就知道了
SlicePlane的Heading角度与Math.atan2(y,x)的对应转换关系
Leecode question brushing-ii
Performance degradation during dpdk source code testing
Amino dye research: lumiprobe fam amine, 6-isomer
Create NFS based storageclass on kubernetes
How to learn programmable logic controller (PLC)?
Lumiprobe cell imaging analysis: PKH26 cell membrane labeling kit
Metartc5.0 API programming guide (I)
Store inventory management system source code
Programmer - Shepherd
QCOM LCD调试
【JVM系列】JVM调优
C语言中函数是什么?编程中的函数与数学中的函数区别?理解编程语言中的函数
店铺进销存管理系统源码
【JVM】——JVM中內存劃分