IonicSystem.css 2.9 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;
}
.stytem {
  padding: 0 45px;
}
.stytem .vcss {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.stytem .vcss .vcssChild {
  width: 115px;
  height: 25px;
  font-size: 14px;
  border: 1px solid #797979;
  color: white;
  margin-right: 40px;
  text-align: left;
  text-indent: 5px;
}
.stytem .vcss .clearCss {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stytem .clearCss {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stytem .clearCss .clearBox {
  height: 25px;
}
.stytem .clearCss .marginr40 {
  margin-right: 40px;
}
.stytem .stepTable {
  margin-top: 50px;
  padding: 0 60px;
}
.stytem .testProcess {
  margin-left: 20px;
  margin-top: 60px;
}
.stytem .testProcess .processTiem {
  width: 100%;
  line-height: 40px;
  background: #2B2C2C;
  display: flex;
}
.stytem .testProcess .processTiem .tiem {
  color: white;
  text-align: left;
  text-indent: 5px;
  width: 70px;
  font-size: 14px;
}
.stytem .testProcess .processTiem .timeInput {
  flex: 1;
  border: 0;
  background: #2B2C2C;
}
.stytem .testProcess .statusCss {
  display: flex;
  margin-top: 20px;
}
.stytem .testProcess .statusCss .stepName {
  width: 70px;
  line-height: 25px;
  color: white;
  flex: 1;
  font-size: 14px;
}
.stytem .testProcess .statusCss .stepImg {
  width: 17px;
  height: 19px;
}
.stytem .processing {
  margin: 60px 0 25px 0;
}
.stytem .processing .filterCss {
  width: 90px;
  line-height: 25px;
  border: 1px solid #797979;
  color: white;
  font-size: 14px;
}
.stytem .processing .testCss {
  width: 90px;
  line-height: 25px;
  border: 1px solid #797979;
  color: white;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .stytem .stepTable {
    margin-top: 50px;
    padding: 0;
  }
  .stytem .testProcess {
    margin-top: 60px;
    margin-left: 0;
  }
}