655f1b1fbb921229004d3c66d42a10c1.php 1.7 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:51:"themes/simpleboot3/portal/index/online_baoming.html";i:1535029519;}*/ ?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="yes" name="apple-touch-fullscreen">
    <meta name="viewport"
          content="width=device-width, initial-scale=1,maximum-scale=1,maximum-scale=1, minimum-scale=1, user-scalable=no">
    <title>线上报名</title>
    <link rel="stylesheet" href="/static/css/common.css">
    <link rel="stylesheet" href="/static/css/style.css">
    <style>
        .title_bm {
            margin-top: 15.5vh;
            font-size: .36rem;
        }
    </style>
</head>
<body>
<div class="box boxbg">
    <div class="title_bm">
        <p>悠乐驾互联网学车新体验</p>
    </div>
    <div class="bm_list">
        <?php if(is_array($data) || $data instanceof \think\Collection || $data instanceof \think\Paginator): $i = 0; $__LIST__ = $data;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
            <div class="list_a">
                <img src="<?php echo $vo['pic']; ?>">
                <h1><?php echo $vo['name']; ?></h1>
                <h2>¥<?php echo $vo['price']; ?></h2>
                <h3><a href="<?php echo url('baoming_detail',array('id'=>$vo['id'])); ?>"></a></h3>
            </div>
        <?php endforeach; endif; else: echo "" ;endif; ?>

    </div>
</div>


<script type="text/javascript" src="/static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/static/js/common.js"></script>
</body>
</html>