zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta charset="UTF-8">
    <title>广告屏</title>
    <vc:create path="frame/commonTop" location="head"></vc:create>
    <link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
    <link href="/font-awesome/css/font-awesome.css" rel="stylesheet" />
    <!-- Toastr style -->
    <link href="/css/plugins/toastr/toastr.min.css" rel="stylesheet" />
    <!-- Gritter -->
    <link href="/js/plugins/gritter/jquery.gritter.css" rel="stylesheet" />
    <link href="/css/plugins/select2/select2.min.css" rel="stylesheet">
    <link href="/css/animate.css" rel="stylesheet" />
    <link href="/css/style.css" rel="stylesheet" />
    <link rel="stylesheet" href="/css/common.css" />
    <link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
 
    <script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
    <script src="/js/vue/vue.min.js"></script>
    <script src="/js/vue/vue-resource.min.js"></script>
    <script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
    <script src="/js/vue/vue.min.js"></script>
    <script src="/js/vue/vue-resource.min.js"></script>
    <script src="/js/popper.min.js"></script>
    <script src="/js/bootstrap/bootstrap.min.js"></script>
    <script src="/js/bootstrap/bootstrap-datetimepicker.js"></script>
    <script src="/js/bootstrap/bootstrap-datetimepicker.zh-CN.js"></script>
    <script src="/js/plugins/select2/select2.full.min.js"></script>
    <script src="/js/plugins/echart/echarts.min.js"></script>
    <script src="/js/plugins/echart/china.js"></script>
</head>
 
<body>
    <vc:create  path="frame/bodyTop"></vc:create>
    <div id="component">
        <vc:create path="frame/advertVedioView"></vc:create>
    </div>
    <vc:create path="frame/commonBottom" location="body"></vc:create>
</body>
 
</html>