<?php $__env->startSection('head'); ?>
    @parent
<?php $__env->startSection('title','报名参加'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main-content'); ?>
    <div class="m">
        <audio src="/static/audio/1.mp3" autoplay></audio>
    </div>
    <div class="dialog">
        <div class="form">
            <form class="user_form" action="/sub_form" method="post" enctype="multipart/form-data">
                <div class="form-upload lhc txc" style="box-shadow: 0 0 0 1px rgb(128, 87, 75)">
                    <span class="lhc">上传照片</span>
                </div>
                <div class="form-ipt form-name">
                    <input type="text" name="name" placeholder="姓      名">
                </div>
                <div class="form-ipt form-tel">
                    <input type="text" name="tel" placeholder="手  机  号">
                </div>
                <div class="form-ipt form-card">
                    <input type="text" name="card" placeholder="身  份  证">
                </div>
                <div class="form-ipt form-type lhc txc">
                    <input id="r_2" type="radio" class="chk" name="_type" value="1" checked>
                    <label for="r_2">全程</label>
                    <input id="r_3" type="radio" class="chk" name="_type" value="2">
                    <label for="r_3">半程</label>
                    <input id="r_4" type="radio" class="chk" name="_type" value="3">
                    <label for="r_4">健康跑</label>
                </div>
                <div class="form-declare">
                    <textarea name="declare" placeholder="参赛宣言"></textarea>
                </div>
                <input type="file" id="file_upload" name="file_upload" class="none">
            </form>
            <div class="form-btn lhc info-sub-btn">
                <button class="baoming_sub">确认</button>
            </div>
        </div>
    </div>
<?php $__env->startSection('script'); ?>
    @parent
    <script src="/static/js/web.js?vt=<?php echo e(time()); ?>"></script>
<?php $__env->stopSection(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('web.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>