statistic.css 2.07 KB
@font-face {
  font-family: 'DINPro-Medium';   /*字体名称*/
  src: url('../../css/ttf/DINPro-Medium.ttf');       /*字体源文件*/
}

.title-font {
  color: #FFFFFF;
}

.statistic-title {
  background-color: #FFFFFF;
  height: 2.6rem;
}

.title-sign {
  width:3px;
  height:12px;
  background:rgba(91,127,248,1);
  border-radius:3px;
}

.device-name {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
  line-height:15px;
  margin-top: 1rem;
}

.statistic-history-panel {
  margin-left: 15px;
  margin-right: 15px;
}

.statistic-history-title {
  margin-top: 14.5px;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
}

.chart-panel {
  margin-top: 15px;
  height: 285.5px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
  border-radius:8px;
}

.wrap{
    overflow: hidden;
    height: 40px;
}
.cont{
    height: 60px;
    overflow-x: auto;
    overflow-y:hidden ;
    position: relative;
}

.state {
    left: 0px;
    top: 0px;
    position: absolute;
    height: 60px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
}


.ati{
    display: inline-block;
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    padding: 1px 20px;
}

.btn-panel {
  margin-top: 15px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
  border-radius:8px;
  min-height: 100px;
}

.info-inside-panel {
  padding-left: 15px;
  padding-right: 14.5px;
}

.padding-top-21 {
  padding-top: 21px;
}


.measure-obj {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:15px;
  margin-top: 0.4rem;
}

.margin-top-21 {
  margin-top: 21px;
}

.panel-line {
  height:1px;
  background:rgba(240,245,255,1)
}

.alarm-area {
  width:1.5rem;
  height:1.5rem;
  background:rgba(255,242,240,1);
  border-radius:50%;
  margin-top: 0rem;
}

.count-num {
  font-size:16px;
  font-family:DINPro-Medium;
  font-weight:500;
  color:rgba(242,97,97,1);
  margin-left: 0.3rem;
  line-height: 1.5rem;
}