-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (66 loc) · 1.2 KB
/
index.html
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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<style type="text/css">
html,
body,
div {
height: 100%;
width: 100%;
background-color: gray;
}
.mui-content {
margin-top: 100px;
color: #FFF;
width: 20%;
font-size: 22px;
margin-left: 40%;
}
.mui-title {
color: #474545;
}
#bcid {
width: 100%;
height: calc(100% - 44px);
/* position: absolute; */
background: #000000;
}
.mui-bar {
background-color: transparent;
}
a {
color: #474545;
}
#turnTheLight {
color: #474545;
}
.bottomV {
display: flex;
}
.fbt {
color: #4C4845;
flex: 1;
background-color: #F5A900;
font-weight: bold;
line-height: 44px;
float: left;
text-align: center;
}
.fbt1 {
width: 3px;
float: left;
background-color: #000000;
height: 44px;
}
</style>
</head>
<body>
<div class="mui-content">
一脸懵逼的华子
</div>
</body>
</html>