Blame view

src/App.css 1.27 KB
5290cb53   Zhang Zhuo   更新第一版本 -张卓
1
2
3
4
  *{
      margin: 0;
      padding: 0;
  }
a031df93   Zhang Zhuo   更新视频稳定版本 -张卓
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  body,html,#root{
      height: 100%;
      /* background-color: #07153C; */
  }
  .all{
      width: 100%;
      /* max-height: 100%;
      overflow: hidden; */
      position: relative;
  }
  header{
      height: 66px;
      width: 100%;
      background-color: #049cfd;
  }
  header .title{
      color: white;
      line-height: 66px;
      font-size: 25px;
      padding-left: 15px;
      box-sizing: border-box;
  }
  .all .button{
      position: absolute;
      right: -100px;
      top: 150px;
      width: 100px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      color: white;
      cursor: pointer;
  }
  .all .xialakuang{
      position: absolute;
      left: 82%;
      top: calc(28px + 66px);
  }
  .all .xialakuang>div:nth-child(2){
      margin-top: 10px;
  }
  .all .xialakuang>div:nth-child(3){
      margin-top: 10px;
  }
  .all .xialakuang>div:nth-child(3) button{
      width: 100%;
  }
  .all .xialakuang>div:nth-child(4){
      margin-top: 20px;
  }
  .all .xialakuang>div:nth-child(4) button{
      width: 100%;
  }
  .all .xialakuang>div:nth-child(5){
      margin-top: 10px;
  }
  .all .xialakuang>div:nth-child(5) button{
      width: 100%;
  }
5290cb53   Zhang Zhuo   更新第一版本 -张卓
64
65
  #kuangneiCon11{
      position: relative;
a031df93   Zhang Zhuo   更新视频稳定版本 -张卓
66
67
68
      width: 80%;
      margin-top: 28px;
      height: calc(100vh - 28px - 66px);
5290cb53   Zhang Zhuo   更新第一版本 -张卓
69
70
71
72
73
74
  }
  .flvWai{
      position: absolute;
      top: 0;
      left: 0;
  }