You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
6.8 KiB

8 years ago
7 years ago
8 years ago
7 years ago
8 years ago
7 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
7 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
7 years ago
8 years ago
7 years ago
8 years ago
7 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  2. <title><?php echo sysconfig('CMS_WEBNAME'); ?></title><meta name="keywords" content="{dede:field.keywords/}" /><meta name="description" content="{dede:field.description function='html2text(@me)'/}" /><link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/style.css"></head><body>
  3. @include('home.common.header')
  4. <style>
  5. .main-theme .item{width: 33.3%;width: 33.3% !important;height:120px;float: left;overflow: hidden;-webkit-transition: width .3s ease;-moz-transition: width .3s ease;-o-transition: width .3s ease;transition: width .3s ease;}
  6. .main-theme .item img{width:100%;height:100%;}
  7. </style>
  8. <div class="box hdp" style="margin-top:5px;"><div class="fl"><div id="slideBox"><ul style="left: 0px;" id="show_pic">
  9. <?php if($slide_list){foreach($slide_list as $k=>$v){ ?><li><a href="<?php echo $v['url']; ?>" target="_blank"><img width="740px" height="347px" alt="<?php echo $v['title']; ?>" src="<?php echo $v['pic']; ?>"></a></li><?php }} ?></ul><div id="slideText"></div><ul id="iconBall"><?php if($slide_list){$i=1;foreach($slide_list as $k=>$v){ ?><li><?php echo $i;$i=$i+1; ?></li><?php }} ?></ul>
  10. <ul id="textBall"><?php if($slide_list){foreach($slide_list as $k=>$v){ ?><li><a href="javascript:void(0)"><?php echo $v['title']; ?></a></li><?php }} ?></ul></div>
  11. <div class="iztad"><div class="main-theme">
  12. <?php if($ztad_list){foreach($ztad_list as $k=>$v){ ?><a class="item on" target="_blank" href="<?php echo $v['url']; ?>"><img class="img" src="<?php echo $v['pic']; ?>"></a><?php }} ?>
  13. </div></div></div>
  14. <div class="fr"><img src="images/3.jpg"></div></div>
  15. <style>
  16. .cat-menu-h {padding:8px 0;margin-bottom:10px;background-color: #fff;border-bottom: 1px dotted #ccc;border-top: 1px dotted #ccc;}
  17. .cat-menu-h ul {font-size: 14px;}
  18. .cat-menu-h ul li {float: left;}
  19. .cat-menu-h ul a {display: block;padding: 2px 10px;text-align: center;color: #666;white-space: nowrap;}
  20. .cat-menu-h ul a:hover {background-color: #e61414;color: #fff;}
  21. .cat-menu-h ul a.forecast:hover {background-color: #26a96d;color: #fff;}
  22. .cat-menu-h ul a.forecast {color: #26a96d;}
  23. </style>
  24. <div class="box">
  25. <div class="cat-menu-h">
  26. <ul class="clearfix">
  27. <li><a href="<?php echo route('home_goodslist'); ?>">全部</a></li>
  28. <?php if($goods_type_list){foreach($goods_type_list as $k=>$v){ ?>
  29. <li><a href="<?php echo route('home_goodslist',array('id'=>$v['id'])); ?>"><?php echo $v['name']; ?></a></li><?php }} ?>
  30. <li><a class="forecast" href="<?php echo route('home_goodslist',array('tuijian'=>1)); ?>"> [推荐] </a></li>
  31. </ul>
  32. <form method="get" target="_blank" class="m-sch fr" name="formsearch" action="/plus/search.php"><input class="sch-txt" name="q" type="text" value="搜索 按Enter键" onfocus="if(value=='搜索 按Enter键') {value=''}" onblur="if(value=='') {value='搜索 按Enter键'}"></form>
  33. <div class="cl"></div></div>
  34. </div>
  35. <div style="background-color:#f6f6f6;padding:15px 0;">
  36. <div class="box">
  37. <ul class="pul">
  38. <?php if($goods_list){foreach($goods_list as $k=>$v){ ?>
  39. <li><a href="<?php echo route('home_goods',array('id'=>$v['id'])); ?>" target="_blank"><img src="<?php echo $v['litpic']; ?>" alt="<?php echo $v['title']; ?>">
  40. <p class="title"><?php echo $v['title']; ?></p>
  41. <p class="desc"><span class="price-point"><i></i>库存(<?php echo $v['goods_number']; ?>)</span> <?php echo $v['description']; ?></p>
  42. <div class="item-prices red"><div class="item-link">立即<br>抢购</div><div class="item-info"><div class="price"><i>¥</i><em class="J_actPrice"><span class="yen"><?php echo ceil($v['price']); ?></span></em></div>
  43. <div class="dock"><div class="dock-price"><del class="orig-price">¥<?php echo $v['market_price']; ?></del> <span class="benefit">退货赔运费</span></div><div class="prompt"><div class="sold-num"><em><?php echo $v['sale']; ?></em> 件已付款</div></div></div>
  44. </div></div>
  45. </a></li>
  46. <?php }} ?>
  47. </ul></div>
  48. </div><!-- box end -->@include('home.common.footer')
  49. <script>//图片幻灯
  50. var glide =new function(){
  51. function $id(id){return document.getElementById(id);};
  52. this.layerGlide=function(auto,oEventCont,oTxtCont,oSlider,sSingleSize,second,fSpeed,point){
  53. var oSubLi = $id(oEventCont).getElementsByTagName('li');
  54. var oTxtLi = $id(oTxtCont).getElementsByTagName('li');
  55. var interval,timeout,oslideRange;
  56. var time=1;
  57. var speed = fSpeed
  58. var sum = oSubLi.length;
  59. var a=0;
  60. var delay=second * 1000;
  61. var setValLeft=function(s){
  62. return function(){
  63. oslideRange = Math.abs(parseInt($id(oSlider).style[point]));
  64. $id(oSlider).style[point] =-Math.floor(oslideRange+(parseInt(s*sSingleSize) - oslideRange)*speed) +'px';
  65. if(oslideRange==[(sSingleSize * s)]){
  66. clearInterval(interval);
  67. a=s;
  68. }
  69. }
  70. };
  71. var setValRight=function(s){
  72. return function(){
  73. oslideRange = Math.abs(parseInt($id(oSlider).style[point]));
  74. $id(oSlider).style[point] =-Math.ceil(oslideRange+(parseInt(s*sSingleSize) - oslideRange)*speed) +'px';
  75. if(oslideRange==[(sSingleSize * s)]){
  76. clearInterval(interval);
  77. a=s;
  78. }
  79. }
  80. }
  81. function autoGlide(){
  82. for(var c=0;c<sum;c++){oSubLi[c].className='';oTxtLi[c].className='';};
  83. clearTimeout(interval);
  84. if(a==(parseInt(sum)-1)){
  85. for(var c=0;c<sum;c++){oSubLi[c].className='';oTxtLi[c].className='';};
  86. a=0;
  87. oSubLi[a].className="active";
  88. oTxtLi[a].className = "active";
  89. interval = setInterval(setValLeft(a),time);
  90. timeout = setTimeout(autoGlide,delay);
  91. }else{
  92. a++;
  93. oSubLi[a].className="active";
  94. oTxtLi[a].className = "active";
  95. interval = setInterval(setValRight(a),time);
  96. timeout = setTimeout(autoGlide,delay);
  97. }
  98. }
  99. if(auto){timeout = setTimeout(autoGlide,delay);};
  100. for(var i=0;i<sum;i++){
  101. oSubLi[i].onmouseover = (function(i){
  102. return function(){
  103. for(var c=0;c<sum;c++){oSubLi[c].className='';oTxtLi[c].className='';};
  104. clearTimeout(timeout);
  105. clearInterval(interval);
  106. oSubLi[i].className = "active";
  107. oTxtLi[i].className = "active";
  108. if(Math.abs(parseInt($id(oSlider).style[point]))>[(sSingleSize * i)]){
  109. interval = setInterval(setValLeft(i),time);
  110. this.onmouseout=function(){if(auto){timeout = setTimeout(autoGlide,delay);};};
  111. }else if(Math.abs(parseInt($id(oSlider).style[point]))<[(sSingleSize * i)]){
  112. interval = setInterval(setValRight(i),time);
  113. this.onmouseout=function(){if(auto){timeout = setTimeout(autoGlide,delay);};};
  114. }
  115. }
  116. })(i)
  117. }
  118. }
  119. }
  120. //调用语句
  121. glide.layerGlide(
  122. true, //设置是否自动滚动
  123. 'iconBall', //对应索引按钮
  124. 'textBall', //标题内容文本
  125. 'show_pic', //焦点图片容器
  126. 740, //设置滚动图片位移像素
  127. 2, //设置滚动时间2秒
  128. 0.1, //设置过渡滚动速度
  129. 'left' //设置滚动方向“向左”
  130. );</script></body></html>