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

.title-font {
  color: #FFFFFF;
}

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

.protect-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;
}

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

.protect-list {
  margin-top: 10px;
  min-height: 80px;
  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;
  /*padding-top: 0.4rem;*/
  text-align: center;
}

.action-name {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(250,82,81,1);
  line-height:20px;
}

.action-time {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
  line-height:20px;
}

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

.details-value {
  font-size:16px;
  font-family:DINPro-Medium;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:15px;
}

.details-value2 {
  font-size:12px;
  font-family:DINPro-Medium;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:18px;
}

.title-value {
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
}

.title-value-panel {
  width:100%;
  text-align:center;
}

.blank-area {
  background-color: #FFFFFF;
  height: 15px;
}

.read-state {
  margin-top: 0.1rem;
  background:rgba(91,127,248,1);
  border-radius:2px;
  text-align: center;
  font-size: 0.5rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:0.8rem;
  height: 0.7rem;
  width: 1.42rem;
}