两段js冲突,麻烦帮我看看,谢谢~
第一个:
<link href="css/css1.css" rel="stylesheet" type="text/css">
<script src="特效/图片轮播css、js/js/jquery.1.7.2.min.js"></script>
<script src="特效/图片轮播css、js/js/jquery.img_silder.js"></script>
<script>
$(function(){
$('#silder').imgSilder({
s_width:320, //容器宽度
s_height:300, //容器高度
is_showTit:true, // 是否显示图片标题 false :不显示,true :显示
s_times:3000, //设置滚动时间
css_link:"特效/图片轮播css、js/css/style.css"
});
});
</script>
第二个:<meta charset="gb2312">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>视频画廊RoyalSlider插件 - 站长素材</title>
<meta name="viewport" content="width = device-width, initial-scale = 1.0" />
<link href="视频/royalslider/royalslider.css" rel="stylesheet">
<script src="视频/royalslider/jquery-1.8.3.min.js"></script>
<script src="视频/royalslider/jquery.royalslider.min.js"?v=9.3.6></script>
<link href="视频/preview-assets/css/reset.css"?v=1.0.4 rel="stylesheet">
<link href="视频/royalslider/skins/default/rs-default.css"?v=1.0.4 rel="stylesheet">
<style>
#video-gallery {
width:600px;
}
.videoGallery .rsTmb {
}
.videoGallery .rsThumbs .rsThumb {
width: 220px;
height: 80px;
border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
width: 220px;
padding: 0;
}
.videoGallery .rsThumb:hover {
background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
background-color: #02874A;
border-bottom:-color #02874A;
}
.sampleBlock {
left: 3%;
top: 1%;
width: 100%;
max-width: 400px;
}
.rsVideoContainer {
width:100%;
height:100%;
overflow:hidden;
display:block;
float:left;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.videoGallery .rsTmb {
padding: 6px 8px;
}
.videoGallery .rsTmb h5 {
font-size: 12px;
line-height: 17px;
}
.videoGallery .rsThumbs.rsThumbsVer {
width: 100px;
padding: 0;
}
.videoGallery .rsThumbs .rsThumb {
width: 100px;
height: 47px;
}
.videoGallery .rsTmb span {
display: none;
}
.videoGallery .rsOverflow,
.royalSlider.videoGallery {
height: 300px !important;
}
.sampleBlock {
font-size: 14px;
}
}
#lanmu2 {
height: 30px;
width: 720px;
margin-right: auto;
margin-left: auto;
}
#lanse {
background-color: #2B80E5;
height: 18px;
width: 1200px;
}
#foot {
height: 100px;
width: 1200px;
}
</style>