96 lines
1.5 KiB
CSS
96 lines
1.5 KiB
CSS
|
|
body, html {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
background-image: url(../../img/home/menu/背景.png);
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-size: 100%;
|
||
|
|
}
|
||
|
|
#numDiv{
|
||
|
|
float: right;
|
||
|
|
margin-right: 3%;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dataDiv {
|
||
|
|
width: 100%;
|
||
|
|
height: 94%;
|
||
|
|
margin-top: 3%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#btnDiv {
|
||
|
|
width: 98%;
|
||
|
|
height: 6%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#btnDataDiv {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#btnDataTop {
|
||
|
|
width: 100%;
|
||
|
|
height: 70%;
|
||
|
|
float: left;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tableDiv {
|
||
|
|
height: 88%;
|
||
|
|
margin-left: 1%;
|
||
|
|
margin-right: 1%;
|
||
|
|
}
|
||
|
|
/*球机视频框外层*/
|
||
|
|
#balla {
|
||
|
|
width: 99%;
|
||
|
|
height: 88.5%;
|
||
|
|
margin-left: 1%;
|
||
|
|
}
|
||
|
|
/*球机视频框*/
|
||
|
|
.ballsplit {
|
||
|
|
width: 98%;
|
||
|
|
height: 98.5%;
|
||
|
|
margin-left: 5%;
|
||
|
|
-webkit-box-sizing: border-box;
|
||
|
|
-moz-box-sizing: border-box;
|
||
|
|
box-sizing: border-box;
|
||
|
|
overflow-y: auto;
|
||
|
|
overflow-x: hidden;
|
||
|
|
margin: 0.3%;
|
||
|
|
}
|
||
|
|
/*视频框样式*/
|
||
|
|
.content {
|
||
|
|
border: 1px solid red;
|
||
|
|
box-shadow: inset 0 1px 2px #4999d6;
|
||
|
|
background-color: #000000;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#ball1_wnd{
|
||
|
|
margin-top: 0.3%;
|
||
|
|
}
|
||
|
|
.ballBtn {
|
||
|
|
width: 67px;
|
||
|
|
height: 33px;
|
||
|
|
background: none;
|
||
|
|
font-size: 16px;
|
||
|
|
border: none;
|
||
|
|
color: #ffffff;
|
||
|
|
margin-left: 0.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ballBtnYes {
|
||
|
|
width: 67px;
|
||
|
|
height: 33px;
|
||
|
|
background: none;
|
||
|
|
font-size: 18px;
|
||
|
|
border: none;
|
||
|
|
color: #ffffff;
|
||
|
|
margin-left: 0.5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#balla{
|
||
|
|
float: left;
|
||
|
|
}
|