layer.css 4.92 KB
body {
  margin: 0 0;
  width: 100%;
  height: 100%;
  background: #071424;
  background-size: 100% 100%;
  border: 0px;
}

#mainDiv {
  width: 100%;
  height: 100%;
  background: #071424;
  background-size: 100% 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guanbibtn {
  display: block;
  float: right;
  font-size: 14px;
  padding: 3px 12px;
  width: 24px;
  height: 24px;
  /* line-height: 30px; */
  text-align: right;
}

legend {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #00EEF6;
  font-size: 14px;
  font-weight: inherit;
}

.img {
  width: 24px;
  height: 24px;
}

.tool-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.tool-bar .tool-group .title {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #00eef6;
  font-size: 14px;
  font-weight: inherit;
}

.tool-bar .tool-group .btn-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tool-bar .tool-group .btn-bar .iconfont {
  display: inline-block;
  font-size: 18px;
  padding: 10px 12px;
  text-align: center;
  cursor: default;
}

.tool-bar .tool-group .btn-bar .iconfont .name {
  font-size: 12px;
  display: block;
}

.tool-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 30px;
}

.dialog {
  height: calc(100vh - 145px);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.dialog .title {
  font-weight: inherit;
  font-size: 14px;
  color: #00eef6;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px 10px;
  position: relative;
  background-color: #02061a;
}

.dialog .title .iconfont {
  position: absolute;
  top: 0px;
  right: 10px;
}

.tianqi .main {
  padding: 10px;
}

.tianqi .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tianqi .row .el-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.donghua .tool {
  padding: 5px 10px;
}

.donghua .tool .iconfont {
  color: #fff;
  padding: 0px 5px;
}

.donghua .tool .iconfont:hover {
  color: #00eef6;
}

.donghua .ul {
  color: #fff;
  font-size: 12px;
  padding: 0px 5px;
}

.donghua .ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.donghua .ul .item span {
  outline: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 2em;
}

.donghua .ul .item .check {
  display: inline-block;
  -webkit-box-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  padding: 0px 5px;
}

.donghua .ul .item .id {
  display: inline-block;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 0px 5px;
}

.donghua .ul .item .describe {
  display: inline-block;
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donghua .ul .item .time {
  display: inline-block;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 0px 20px;
}

.donghua .ul .item .mode {
  display: inline-block;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 0px 20px;
}

.donghua .ul .item input {
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  text-align: center;
  padding: 0px 5px;
}

.tongyong .fieldset {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-top-color: rgba(255, 255, 255, 0.2);
}

.tongyong .fieldset legend {
  font-size: 12px;
  color: #00fff6;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0px 5px;
}

.tongyong .fieldset .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tongyong .fieldset .content .iconfont {
  color: #fff;
  font-size: 25px;
  padding: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: default;
}

.tongyong .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tongyong .content .iconfont {
  color: #fff;
  font-size: 25px;
  padding: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: default;
}
/*# sourceMappingURL=layer.css.map */