Newer
Older
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 0.14rem;
}
body {
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
}
/* 清格式 */
.clearfix:after {
content: "";
height: 0;
line-height: 0;
display: block;
visibility: hidden;
clear: both;
}
@font-face {
font-family: "led";
src: url(@/assets/fonts/FX-LED.TTF);
}
.clearfix {
zoom: 1;
}
.clear {
clear: both;
}
.content_top {
font-size: 0.16rem;
height: 1.4rem;
background: url("../images/topBg.png") center center no-repeat;
background-size: contain;
}
.padding_box2 {
margin: 0 auto;
/* width: 15.85rem; */
width: 17.5rem;
height: 8.54rem;
}
.menu_box {
float: left;
width: 4rem;
}
.tab_list ul li {
border-radius: 0.1rem;
}
.tab_list ul li a {
font-size: 0.24rem;
justify-content: space-around;
}
.tab_list ul li a:hover {
text-decoration: none;
}
.tabName {
font-size: 0.19rem;
}
.monitor2 {
font-size: 0.15rem;
}
.content_box {
float: right;
width: 13rem;
height: 8.54rem;
background: rgba(0, 11, 52, 0.6);
padding: 0.25rem 0.52rem;
border-radius: 0.1rem;
}
.room_box {
position: relative;
height: 100%;
/* width: 11.82rem;
height: 8.18rem; */
width: 100%;
height: 100%;
}
.bg_img {
position: absolute;
top: 0;
left: 0;
/* height: 100%; */
/* width: 11.82rem;
height: 8.18rem; */
width: 100%;
height: 100%;
}
.camera {
position: absolute;
width: 0.25rem;
height: 0.25rem;
}