goods.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>{$page_title}</title>
  6. <meta name="keywords" content="{$goods[goodsname]}" />
  7. <meta name="description" id="description" content="{$goods[goodsname]}" />
  8. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
  9. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
  10. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/goods.css">
  11. <script>window['current'] = '商品展示';</script>
  12. <base href="{$mymps_global[SiteUrl]}" />
  13. </head>
  14. <body class="{$mymps_global[cfg_tpl_dir]}">
  15. <div class="wrapper">
  16. {template header_search}
  17. <div class="clearfix"></div>
  18. <div class="b_main" id="b_main">
  19. <div class="pro_info">
  20. <div class="show_pic">
  21. <img src="{$mymps_global[SiteUrl]}{$goods[picture]}" style="width:100%" alt="{$goods[goodsname]}" />
  22. </div>
  23. <div class="sp_info">
  24. <h2>{$goods[goodsname]}</h2>
  25. <span class="price">&yen;<strong>{$goods[nowprice]}</strong><del>&yen;{$goods[oldprice]}</del></span>
  26. <span class="fav_0"></span>
  27. <span class="k_buy"><a href="{$goods[tname_uri]}">进入店铺</a></span>
  28. </div>
  29. <div class="e_condit">
  30. <dl>
  31. <dt>供货机构</dt>
  32. <dd><a href="{$goods[tname_uri]}">{echo cutstr($goods[tname],16)}</a></dd>
  33. </dl>
  34. <dl>
  35. <dt>人气</dt>
  36. <dd>{$goods[hit]}</dd>
  37. </dl>
  38. </div>
  39. </div>
  40. <!--详情-->
  41. <div class="sp_detail">
  42. <div class="title"><span>商品详情</span></div>
  43. <div class="con" id="resizeIMG" style="padding:10px;">
  44. {$goods[content]}
  45. </div>
  46. </div>
  47. </div>
  48. {template footer}
  49. </body>
  50. <script>(function($){IDC.resizeIMG(document.getElementById('resizeIMG'),300,480)})(jQuery);</script>
  51. </html>