<!doctype html>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
content
=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name
=
"viewport"
>
<
title
>无标题文档</
title
>
<
script
src
=
"images/jquery-1.js"
></
script
>
<
script
src
=
"images/TouchSlide.js"
></
script
>
<
script
src
=
"images/rem.js"
></
script
>
<
style
>
/* banner 轮播切换 star */
body{margin:0 auto !important;max-width:640px;min-width:320px;background: #fff !important;overflow-x: hidden;}
#banner{position: relative;}
#banner .hd{position: absolute;width: 100%;text-align: center;bottom: 2%;left: 0;}
#banner .hd li{width: 0.2rem;height: 0.2rem;border:1px solid #fff;border-radius: 50%;display: inline-block;margin:0 4px;}
#banner .hd li.on{background: #9e5fd4;border-color:#9e5fd4; }
</
style
>
<
script
type
=
"text/javascript"
>
$(function(){
/*根据banner个数增加下方指示点*/
n=$(".ibanner .bd li").size();
for (m=0;m<
n
;m++){
$('.ibanner .hd').append('<li></
li
>');
}
/*banner切换*/
if($('.ibanner').length){
TouchSlide({slideCell: "#banner",mainCell: ".bd",autoPlay: true,effect: "leftLoop",interTime:5000});
}
});
</
script
>
</
head
>
<
body
>
<
p
id
=
"banner"
class
=
"ibanner"
>
<
p
class
=
"tempWrap"
style
=
"overflow:hidden; position:relative;"
>
<
ul
class
=
"bd"
style="width: 3840px; position: relative;
overflow: hidden; padding: 0px; margin: 0px; transition-duration: 200ms;
transform: translateX(-2560px);">
<
li
style="display: table-cell; vertical-align: top; width:
640px;"><
a
href
=
"https://rgtk15.kuaishang.cn/bs/im.htm?cas=113477___235266&fi=115470"
><
img
src
=
"images/banner11.jpg"
></
a
></
li
>
<
li
style
=
"display: table-cell; vertical-align: top; width: 640px;"
><
a
href
=
"https://rgtk15.kuaishang.cn/bs/im.htm?cas=113477___235266&fi=115470"
><
img
src
=
"images/banner12.jpg"
></
a
></
li
>
<
li
style
=
"display: table-cell; vertical-align: top; width: 640px;"
><
a
href
=
"https://rgtk15.kuaishang.cn/bs/im.htm?cas=113477___235266&fi=115470"
><
img
src
=
"images/banner13.jpg"
></
a
></
li
>
<
li
style
=
"display: table-cell; vertical-align: top; width: 640px;"
><
a
href
=
"https://rgtk15.kuaishang.cn/bs/im.htm?cas=113477___235266&fi=115470"
><
img
src
=
"images/banner14.jpg"
></
a
></
li
>
<
li
style
=
"display: table-cell; vertical-align: top; width: 640px;"
><
a
href
=
"https://rgtk15.kuaishang.cn/bs/im.htm?cas=113477___235266&fi=115470"
><
img
src
=
"images/banner15.jpg"
></
a
></
li
>
</
ul
>
</
p
>
<
ul
class
=
"hd"
>
</
ul
>
</
p
>
</
body
>
</
html
>