Skip to content
commonArea copy.css 1.11 KiB
Newer Older
zhangyudan's avatar
zhangyudan committed
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.14rem;
}

/* 清格式 */

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

@font-face {
  font-family: "led";
  src: url(@/assets/fonts/FX-LED.TTF);
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.content_top {
  font-size: 0.16rem;
  height: 1.4rem;
  background: url("../images/topBg.png") center center no-repeat;
  background-size: contain;
}

.padding_box2 {
  margin: 0 auto;
  width: 15.85rem;
  height: 8.7rem;
}

.menu_box {
  float: left;
  width: 2.65rem;
}

.content_box {
  float: right;
  width: 13rem;
  height: 8.54rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.25rem 0.52rem;
  border-radius: 0.1rem;
}

.room_box {
  position: relative;
  height: 100%;
  /* width: 11.82rem;
  height: 8.18rem; */
  width: 100%;
  height: 100%;
}

.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
  /*  width: 11.82rem;
  height: 8.18rem; */
  width: 100%;
  height: 100%;
}

.camera {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
}