hot_goods.html 1.7 KB
<!DOCTYPE html>
<html lang="en">

<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>学考无忧-热门推荐</title>
    <link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css">
    <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css">
</head>

<body>
<!-- 顶部 -->
<div class="detail_top order_top">
    <a href="javascript:history.back(-1)">
        <img class="ad_topImg" src="__TMPL__/public/assets/images/left2.png" alt="">
    </a>
    <p style="color:white">热门推荐</p>
</div>
<div class="in_hot_shop se_con" style="margin-top:0.28rem">
    <volist name="hot_goods" id="vo">
        <div class="in_hotLi">
            <a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}">
                <div class="in_hotImg">
                    <img src="{:cmf_get_image_url($vo.show_img)}" alt="">
                </div>
                <div class="in_hotText">
                    <div class="in_hotName txt-cut"><span>{$vo.name}</span>{$vo.book_name}</div>
                    <div class="in_cam_shopPrice">
                        <div class="in_hotPrice1"><span>{$vo.price0}</span>.{$vo.price1}</div>
                        <div class="in_cam_shopY">¥{$vo.pricing}</div>
                    </div>
                </div>
            </a>
        </div>
    </volist>
</div>
<!-- 底部更多 -->
<div class="in_what">—— 已经到底了哦 ——</div>
<script src="__TMPL__/public/assets/js/base.js"></script>
</body>

</html>