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

.alarm-title {
  padding-top:30px;
  background:linear-gradient(90deg,rgba(91,127,248,1) 0%,rgba(75,175,239,1) 100%);
  height:44px;
}

.title-font {
  color: #FFFFFF;
}

.edit-font {
  color: #FFFFFF;
  font-size: 14px;
}

.header-style {
  padding-top:30px;
  background:linear-gradient(90deg,rgba(91,127,248,1) 0%,rgba(75,175,239,1) 100%);
}

.alarm-panel {
  margin-top: 2.6rem;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1rem;
}

.list-panel {
  margin-top: 10px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
  border-radius:8px;

}

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


.top-14 {
  /*margin-top: 14px;*/
  padding-top: 0.3rem;
}

.number-id {
  background:rgba(240,245,255,1);
  border-radius:50%;
  font-size:11px;
  font-family:DINPro-Medium;
  font-weight:bold;
  color:rgba(129,130,149,1);
  line-height:18px;
  width:18px;
  height:18px;
  margin-top: 0.26rem;
  text-align: center;
}

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

.device-i {
  margin-left: 1.2rem;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(174,184,206,1);
  line-height:15px;
  margin-top: 0.4rem;
}

.list-line {
  margin-top: 12px;
  margin-bottom: 15px;
  height:1px;
  background:rgba(240,245,255,1);
}

.list-footer {
  background:rgba(250,250,252,1);
  border-radius:0px 0px 8px 8px;
  margin-top: 1.0rem;
  width: 100%;
}

.alarms-style {
    margin-right: 15px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
}

.update-time {
  margin-left: 0.8rem;
  margin-top: 0.3rem;
  height:34px;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
  line-height:34px;
}

.ararm-btn {
  margin-left: 0.8rem;
  /*min-width: 4rem;*/
  height: 30px;
  border:1px solid rgba(242,97,97,1);
  border-radius:16px;
  color: #F26161;
  text-align: center;
  font-size: 0.65rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(242,97,97,1);
  line-height:30px;
}

.ararm-text {
  margin-left: 15px;
  margin-right: 15px;
}

.choose-device-title {
  margin-left: 0.3rem;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(174,184,206,1);
  line-height:15px;
}

.alarm-type-selecter-title {
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size:16px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid rgba(240,245,255,1);
}

.type-btn {
  width:75px;
  height:44px;
  border:1px solid rgba(174,184,206,1);
  border-radius:4px;
  text-align: center;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(174,184,206,1);
  line-height:44.5px;
}

.type-btn:active {
  color: #5B7FF8;
  border:1px solid rgba(91,127,248,1);
}

.type-btn-select {
  color: #5B7FF8;
  border:1px solid rgba(91,127,248,1);
}

.alarm-status {
  background:#AEB8CE;
  border-radius:2px;
  text-align: center;
  font-size: 0.5rem;
  font-family:PingFang SC;
  font-weight:500;
  color: #FFFFFF;
  height: 0.7rem;
  width: 1.85rem;
  margin-left: 0.35rem;
}


.not-handle {
  background-color: #FEBB35;
}

.measure-title {
  background-color: #FFFFFF;
  height: 2.6rem;
  border:1px solid rgba(240,245,255,1);
}

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

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