* {
|
padding: 0;
|
margin: 0;
|
}
|
|
html {
|
height: 100%;
|
width: 100%;
|
}
|
|
body {
|
height: 100%;
|
width: 100%;
|
background-color: #000000;
|
overflow-y: hidden;
|
font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
|
}
|
.ttop{
|
display:flex;
|
flex-direction:row;
|
align-items:center;
|
justify-content:space-around;
|
height:10%;
|
width:100%;
|
color:#ffffff;
|
}
|
.timg{
|
display:flex;
|
align-items:center;
|
justify-content:center;
|
cursor:pointer;
|
}
|
|
|
|
|
.imgx {
|
display: flex;
|
justify-content: flex-start;
|
flex-grow: 1;
|
}
|
|
.scroll_main1 {
|
height: 90%;
|
}
|
|
ul {
|
height: 80%;
|
width: 100%;
|
}
|
|
li {
|
height: 15%;
|
width: 100%;
|
color: #ffffff;
|
display: flex;
|
align-items: center;
|
font-size:13px;
|
margin-left:5px;
|
}
|
|
li span {
|
width: 70%;
|
}
|
|
img:nth-child(n+2) {
|
margin-left: 5px;
|
}
|
|
li span {
|
cursor: pointer;
|
}
|
/*设置按钮不能被点击*/
|
.spanImg[disabled] {
|
cursor: not-allowed;
|
}
|
.spanImg{
|
margin-left:5px;
|
}
|
|
|
.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;
|
}
|
|
|
.lsrImg{
|
height:18px;
|
width:18px;
|
cursor:pointer;
|
margin-left:20px;
|
}
|
#DZZSBF{
|
margin:0px 5px 0px 5px;
|
}
|
|
|
[lay-skin=primary].layui-form-checkbox span{
|
color:#FFFFFF;
|
}
|
[lay-skin=primary].layui-form-checked i {
|
border-color: dodgerblue;
|
background-color: dodgerblue;
|
}
|
.layui-form-checkbox {
|
margin-top:3px;
|
}
|