liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="./css/style.css">
 
<body>
 
    <div class="course">
        <div style="height: calc(100% - 50px) ;">
            <div class="one tables">
                <div style="margin: 10px 10px 10px 10px;text-align: center;height: 30%;">
                    <img src="" class="popimg" style="height: 300px;">
                </div>
                <div id="poptext"></div>
 
 
            </div>
 
            <div class="two tables none" style="width: 100%;height: 100%;">
                <video style="width: 100%;height: 100%;" controls="controls" autoplay="autoplay" src="" type="video/mp4" id="video">
                </video>
            </div>
 
            <div class="tree tables none">
 
            </div>
        </div>
 
 
 
    </div>
 
 
    <script src="../../../libs/jquery/jquery-3.3.1.min.js"></script>
    <script src="./js/popup.js"></script>
</body>
 
</html>