dcc9f56d503a3e921981f50a3de952c7.php 2.1 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:44:"themes/simpleboot3/user/comment/my_ping.html";i:1534870524;}*/ ?>
<!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>
        .ping_title img{
            width: 0.36rem;
            height: .413rem;
        }
    </style>
</head>
<body>
<div class="box">
    <div class="topbg"></div>
    <div class="ping_deatil">
        <h1><span><?php echo $yuyue['yuyue_day']; ?></span></h1>
        <div class="yList_info ping_info">
            <img src="<?php echo $yuyue['headimgurl']; ?>" class="yu_user_head"/>
            <div class="yu_user_info">
                <b class="user_name"><?php echo $yuyue['user_nickname']; ?></b>
                <i class="user_fun"><?php echo $gname; ?></i>
            </div>
            <div class="yu_date">
                <b class="yu_week"><?php echo $yuyue['yuyue_week']; ?></b>
                <i class="yu_times"><?php echo $yuyue['yuyue_begin']; ?>:00 - <?php echo $yuyue['yuyue_end']; ?>:00</i>
            </div>
        </div>
    </div>
    <div class="ping_show">
        <div class="ping_title">
            <img src="/static/image/car_icon02.png"/>
            <b>学车情况</b>
        </div>
        <div class="ping_text">
            <p>
                <?php echo $cdata['comment']; ?>
            </p>
        </div>
    </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>
<script type="text/javascript" src="/static/js/study_car.js"></script>
<script>

</script>
</body>
</html>