智慧园区前端大屏
shuishen
2024-11-01 d2c27ba635c49b7e0c2bac52083a7a9e9c646224
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
 
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
 
.cursor-p {
  cursor: pointer;
}