* {
|
padding: 0px;
|
margin: 0px;
|
color: #ffffff;
|
}
|
|
html {
|
height: 100%;
|
width: 100%;
|
}
|
body {
|
height:100%;
|
width: 100%;
|
background-color: #000000;
|
overflow:hidden;
|
}
|
|
.border {
|
margin: 6px;
|
height: calc(100% - 14px );
|
width: calc(100% - 14px );
|
border: solid 1px #4075B4;
|
}
|
|
.content {
|
height: 100%;
|
width: 100%;
|
}
|
|
.FourBorder {
|
position: absolute;
|
margin: -2px;
|
height: calc(100% - 10px );
|
width: calc(100% - 10px );
|
z-index: -1;
|
}
|
|
.topleft {
|
position: absolute;
|
left: 0;
|
top: 0;
|
height: 20px;
|
width: 20px;
|
border-top: solid 2px #0EFCFF;
|
border-left: solid 2px #0EFCFF;
|
}
|
|
.topright {
|
position: absolute;
|
right: 0;
|
top: 0;
|
height: 20px;
|
width: 20px;
|
border-top: solid 2px #0EFCFF;
|
border-right: solid 2px #0EFCFF;
|
}
|
|
.bottomleft {
|
position: absolute;
|
left: 0;
|
bottom: 0;
|
height: 20px;
|
width: 20px;
|
border-bottom: solid 2px #0EFCFF;
|
border-left: solid 2px #0EFCFF;
|
}
|
|
.bottomright {
|
position: absolute;
|
right: 0;
|
bottom: 0;
|
height: 20px;
|
width: 20px;
|
border-bottom: solid 2px #0EFCFF;
|
border-right: solid 2px #0EFCFF;
|
}
|
|
.ttop{
|
height:10%;
|
width:100%;
|
display:flex;
|
align-items:center;
|
justify-content:flex-start;
|
text-indent:20px;
|
}
|
.tcatlog{
|
height:10%;
|
width:100%;
|
display:flex;
|
align-items:center;
|
justify-content:space-around;
|
}
|
.ttig{
|
height:100%;
|
width:100%;
|
display:flex;
|
align-items:center;
|
justify-content:center;
|
}
|
.ttig button{
|
border:none;
|
height:80%;
|
width:30%;
|
background-color:#2B383D;
|
}
|
.tmessage{
|
height:80%;
|
width:100%;
|
display:flex;
|
flex-direction:column;
|
}
|
|
|
/*.tmessageLake{
|
height:10%;
|
}
|
.tmessageShuXing{
|
height:10%;
|
}
|
.tmessageYear{
|
flex-grow:3;
|
}*/
|
|
|
|
|
input[checkbox] {
|
margin-top: 10px;
|
}
|
|
|
[lay-skin=primary].layui-form-checkbox span {
|
color: #ffffff;
|
width: 100%;
|
}
|
|
[lay-skin=primary].layui-form-checked i {
|
border-color: dodgerblue;
|
background-color: dodgerblue;
|
}
|
|
.layui-form-checkbox[lay-skin="primary"] i {
|
color: rgba(0,0,0,0);
|
}
|
|
.layui-form-checked[lay-skin=primary] i {
|
border-color: none;
|
color: #000000 !important;
|
}
|
|
.layui-form-label {
|
margin-top: 15px;
|
width:35px;
|
padding-right:5px;
|
}
|
|
.layui-form-item [lay-skin=primary].layui-form-checkbox {
|
margin-top: 25px;
|
}
|
|
.layui-input-block{
|
margin-left:60px;
|
}
|