Blame view

app-wx/modules/user/views/default/pages/regulation-template.php 636 Bytes
be5105bd   xu   app-wx(v0.1.0 bui...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

use yii\helpers\Url;

$baseUrl = Url::base(true);
?>
<style>
    body,div,p,span,input{padding: 0;margin: 0}
    input{-webkit-appearance: none;}
    #regulation #agreement-wrapper{padding:0}
    #regulation .agreement-wrapper-inner{margin-bottom:3.5rem;}
</style>
<script id="regulation-template" type="text/template">
    <div class="pages">
        <div class="page" id="regulation" style="background: #fff">
            <div class="page-content" id="regulation_content">

            </div>
41dfe5f8   xu   app-wx(v0.1.0 bui...
19
            <?=$this->render('toolbar-template', ['asset' => $asset, 'active' => 'regulation'])?>
be5105bd   xu   app-wx(v0.1.0 bui...
20
21
22
        </div>
    </div>
</script>