New Samples Update. Modbus Coil Read Write Fix.
This commit is contained in:
39
Samples/CrossLamp/Content/Site.css
Normal file
39
Samples/CrossLamp/Content/Site.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user