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

边栏推荐
- Opencv实现颜色检测
- codeforces每日5题(均1700)
- Wedding studio portal applet based on wechat applet
- gorm事务体验
- Camera Basics
- PMP考试成绩多久出来?这些你务必知道!
- 开关电源电压型与电流型控制
- Carboxylic acid study: lumiprobe sulfoacyanine 7 dicarboxylic acid
- Liuhaiping's mobile phone passes [[uiapplication sharedapplication] delegate] window. safeAreaInsets. The height of the bottom security zone is 0
- SlicePlane的Heading角度与Math.atan2(y,x)的对应转换关系
猜你喜欢

Learn Taiji Maker - mqtt Chapter 2 (IV) esp8266 reserved message application

Store inventory management system source code

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

OpenSSL client programming: SSL session failure caused by an obscure function

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

JS 文本框失去焦点修改全半角文字和符号

codeforces每日5题(均1700)

Docker installs mysql5.7 and starts binlog

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

gorm事务体验
随机推荐
Learn Taiji Maker - mqtt Chapter 2 (IV) esp8266 reserved message application
摄像头基础知识
交流电和直流电的区别是什么?
Study on modified triphosphate: lumiprobe amino-11-ddutp
Online yaml to JSON tool
Camera Basics
Performance degradation during dpdk source code testing
Sharing | intelligent environmental protection - ecological civilization informatization solution (PDF attached)
指定默认参数值 仍报错:error: the following arguments are required:
氨基染料研究:Lumiprobe FAM 胺,6-异构体
Steve Jobs' speech at Stanford University -- follow your heart
Is it enough for the project manager to finish the PMP? no, it isn't!
Function reentry caused by Keil C51's data overlaying mechanism
开关电源电压型与电流型控制
The latest examination questions and answers for the eight members (standard members) of Liaoning architecture in 2022
How long will the PMP test results come out? You must know this!
二级造价工程师考试还没完?还有资格审核规定!
活性染料研究:Lumiprobe AF594 NHS 酯,5-异构体
Organize the online cake mall project
Gorm transaction experience