shuinichang_/.history/public/webs/css/style_20231212102045.css

33 lines
512 B
CSS

@charset "utf-8";
* {
margin:0;
padding:0;
}
html {
width:100%;
height:100%;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
-webkit-text-size-adjust:none;
background:#FFFFFF;
overflow: hidden;
}
body {
width: 100%;
height: 100%;
overflow: hidden;
}
.h5-left {
width: 100%;
height: 100%;
}
.h5-play-wrap {
width: auto;
height: auto;
background-color: #000;
border: 1px solid #333;
position: relative;
overflow: hidden;
}