IonicRinse.css 2.6 KB
html,
body {
  height: 100%;
}
body {
  min-height: 768px;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
  *zoom: 1;
}
#header {
  width: 10px;
  height: 100%;
}
.w_100 {
  width: 100%;
}
.ub {
  display: flex;
}
.ub-ac {
  display: flex;
  justify-content: center;
}
.ub-pc {
  display: flex;
  align-items: center;
}
.ub-ec {
  display: flex;
  justify-content: flex-end;
}
.ub-v {
  display: flex;
  flex-flow: column;
}
.bg-img {
  height: 100%;
  background-image: url('../assets/img/1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-img2 {
  height: 100%;
  background-image: url('../assets/img/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-img3 {
  height: 100%;
  background-image: url('../assets/img/bg2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg-color {
  height: 100%;
  background-color: #232423;
}
.trans {
  font-size: 12px !important;
  transform: scale(0.8);
  -webkit-transform-origin-x: 0;
}
.clear {
  clear: both;
}
.cuser {
  cursor: pointer;
}
.IonicRinseCss {
  padding: 0 45px;
}
.IonicRinseCss .charts-margin {
  margin-top: 25px;
}
.IonicRinseCss .charts-margin .chartCss {
  height: 500px;
  background: #2B2C2C;
}
@media screen and (min-width: 768px) {
  .IonicRinseCss .charts-margin .chartCss {
    height: 380px;
    background: #2B2C2C;
  }
}
.IonicRinseCss .charts-margin .numCss {
  height: 145px;
  background: #2B2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IonicRinseCss .charts-margin .numCss .numText {
  font-size: 30px;
  color: white;
}
.IonicRinseCss .charts-margin .process {
  height: 210px;
  background: white;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IonicRinseCss .charts-margin .status-margin {
  display: flex;
  margin-top: 20px;
}
.IonicRinseCss .charts-margin .status-margin .statusText {
  width: 70px;
  line-height: 25px;
  border: 1px solid #797979;
  color: white;
  flex: 1;
  font-size: 14px;
}
.IonicRinseCss .charts-margin .status-margin .statusImg {
  width: 17px;
  height: 19px;
}
.IonicRinseCss .stopCss {
  margin-top: 25px;
  margin-bottom: 50px;
}
.IonicRinseCss .stopCss .stop-margin {
  margin-top: 25px;
}
.IonicRinseCss .stopCss .stop-margin .stopRow {
  display: flex;
  justify-content: center;
}
.IonicRinseCss .stopCss .stop-margin .stopRow .stopBox {
  display: flex;
  margin-top: 20px;
}
.IonicRinseCss .stopCss .stop-margin .stopRow .stopBox .stopText {
  width: 70px;
  line-height: 25px;
  border: 1px solid #797979;
  color: white;
  flex: 1;
  font-size: 14px;
}