162 lines
2.3 KiB
CSS
162 lines
2.3 KiB
CSS
body,
|
|
ul,
|
|
li,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
body,
|
|
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
background: url("http://192.168.4.4:81/stream");
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.remote_rod {
|
|
position: absolute;
|
|
padding: 0 30px;
|
|
width: 100%;
|
|
bottom: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.rod {
|
|
width: 128px;
|
|
height: 128px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.vertical {
|
|
background: url("../img/vertical.png");
|
|
}
|
|
|
|
.level {
|
|
background: url("../img/level.png");
|
|
}
|
|
.level img {
|
|
position: absolute;
|
|
font-size: 32px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
}
|
|
.level .action img {
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
.icon-zidongdadeng {
|
|
width: 43px !important;
|
|
height: 43px !important;
|
|
top: -70px;
|
|
right: 0;
|
|
}
|
|
.icon-jinggao_o {
|
|
left: -24px;
|
|
top: -44px;
|
|
}
|
|
.icon-xiaolaba {
|
|
left: -68px;
|
|
top: 43px;
|
|
}
|
|
.icon-hand {
|
|
left: -68px;
|
|
top: 43px;
|
|
}
|
|
.level .active {
|
|
color: #f8b84ef2;
|
|
}
|
|
.top_action {
|
|
width: 100%;
|
|
position: absolute;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 15px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
.back {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #c5c5d5;
|
|
margin-right: 20px;
|
|
}
|
|
.right_action .back:last-child {
|
|
margin-right: 0 !important;
|
|
}
|
|
.top_action .obstacle,
|
|
.icon-hand {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.speed {
|
|
width: 100px;
|
|
border: 1px solid #000;
|
|
padding: 5px 15px;
|
|
border-radius: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.speed img {
|
|
margin-right: 15px;
|
|
}
|
|
.right_action {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.lamp {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 200px;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.lamp img {
|
|
padding: 0px 12px;
|
|
background: #c5c4d5;
|
|
color: #fff;
|
|
border-radius: 30px;
|
|
height: 35px;
|
|
}
|
|
|
|
.open {
|
|
animation: openLamp 0.8s infinite alternate;
|
|
}
|
|
|
|
@keyframes openLamp {
|
|
from {
|
|
background: #a2a1a1;
|
|
}
|
|
|
|
to {
|
|
background: #f8bd5d;
|
|
}
|
|
}
|