/*reset.css */
body{背景:#fff;色:#444;高さ:100%;行の高さ:1.4;}
html{高さ:100%;オーバーフロー-y:スクロール;-webkit-text-size-adjust:none;}
body,input,button,textarea,select,h1,h2,h3,h4,h5,h6{font:12px/1.5 Arial,Tahoma,Helvetica,"5b8b4f53",sans-serif;}
body, ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td{margin:0;padding:0;}
img{vertical-align:bottom;}
/*base.css */
a:link,a:visited,a:hover,a:active{cursor:pointer;text-decoration:none; }
a:active,a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
a:hover {text-decoration:underline; }
li {list-style:none;}
ol li {display:inline;}
/*common.css*/
.outer{position:relative;オーバーフロー:非表示;背景:url(../images/line.gif)repeat-x下; border-bottom:solid 1px #fff; margin:0 auto;}
.banner{position:absolute;左:50%;トップ:0;マージン左:-990px;高さ:400ピクセル; width:1980px;overflow:hidden;}
.flash_img {
overflow: hidden;
幅: 1980px;
高さ: 400px;
位置: 相対
}
。バナー{高さ:400px;}
.flash_img .img-box {
位置: 絶対;
}
.flash_img .img-box li{float:left;}
.flash_img img {
display: block;
}
.flash_item {
位置: 絶対;
右: 510px;
下: 10px;
高さ: 12px;
}
.flash_item li {
背景:url(../images/flash_item.png) no-repeat right;
color: #D94B01;
カーソル: ポインタ;
浮動小数点: 左;
font-size: 12px;
height: 12px;
line-height: 12px;
margin-left: 15px;
text-align: center;
width: 1 2ピクセル;
}
.flash_item li.on
{
background-position:left;
color: #FFFFFF;
font-weight:大胆;
height: 12px;
line-高さ: 12px;
幅: 12px;
}
.flash_item li img {
display: block
}
/*default.css*/
.indexNews{width:700px;高さ:29ピクセル;下:0;左:50%;位置:絶対;マージン左:-480px; z-index:999;}
.indexNews 強い{color:#409dd9;float: left;}
.indexNews 強い a{color:#409dd9;text-decoration:none;}
.indexNews 。コア{高さ:18ピクセル;行の高さ:18px; overflow:hidden;}
.indexNews .core span{color:#409dd9; margin-right:20px;}
.indexNews .core a{margin-left:10px;color:#666;}
.outer{height:440px;}
js フォルダーには、jquery-1.7.2.min.js、indexPic.js、kxbdSuperMarquee.js の 3 つのファイルが含まれています。 1 つ目はインターネットから直接ダウンロードするもの、2 つ目は写真を切り替えるもの、3 つ目はニュースリストをスクロールするものです。
document.writeln("");
document.writeln("");
(function($) {
$.fn.slideImg = function(settings) {
settings = jQuery.extend({
speed: "normal",
timer: 1000
}, settings);
return this.each(function() {
$.fn.slideImg.scllor($(this), settings);
});
};
$.fn.slideImg.scllor = function($this, settings) {
varindex = 0;
var scllorer = $(".img-box li", $this);
var size = scllorer.size();
var slideW = scllorer.outerWidth();
var $selItem = $("
", {
"class": "flash_item",
html: function() {
var $selItemHTML = "";
if (size == 1) {
return;
} else if (サイズ > 1 ) {
for (var i = 0; i
i == 0 ? $selItemHTML = '' li class="">';
}
return $selItemHTML;
}
}
}).appendTo($this);
var li = $(".flash_item li", $this);
var showBox = $(".img-box", $this);
var intervalTime = null;
li.hover(function() {
var that = this;
if (intervalTime) {
clearInterval(intervalTime);
}
intervalTime = setTimeout( ) {
Index = li.index(that );
ShowAD(index);
}, 200);
}, function() {
clearInterval(intervalTime);
interval();
});
showBox.hover(function() {
if (intervalTime) {
clearInterval(intervalTime);
}
}, function() {
clearInterval(intervalTime);
間隔();
});
function interval() {
interval(function() {
ShowAD(index);
インデックス ;
if (インデックス == サイズ) {
Index = 0;
}
}, settings.timer);
}
interval();
var ShowAD = function(i) {
showBox.animate({ "left": -i * slideW }, settings.speed);
li.eq(i) .addClass("on").siblings().removeClass("on");
};
: