Files
Modbus.Net/Samples/CrossLamp/Content/Site.css
2016-11-01 14:25:21 +08:00

40 lines
518 B
CSS

.mar-right {
margin-right: 20px;
}
.light {
border-radius: 50%;
width: 50px;
height: 50px;
display: inline-block;
background-color: #95a5a6;
}
.red {
background-color: #f05f2a;
}
.yellow {
background-color: #DDFF00;
}
.green {
background-color: #01a252;
}
.borderddy {
border: 6px solid #95a5a6;
}
.top {
margin-top: 20px;
}
.box {
text-align: center;
line-height: 50%;
padding: 10px 0 10px 0;
border-radius: 40px;
background-color: #525e64;
}