operaterLog.css 3.27 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;
  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;
}

.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.5rem;
}

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

.operator {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(55,57,78,1);
  line-height:20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

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



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

.operater-status {
  background:rgba(112,194,72,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.5rem;
  margin-left: 0.35rem;
  margin-top: 0.15rem;
}

.err-status {
  background-color: #F26161;
}

.operater-dot {
  margin-top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(176,200,255,1);
  border-radius: 0.5rem;
}

.operater-cmd {
  font-size: 0.7rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
  line-height:1.3rem;
}

.operater-cmd-value {
  font-size: 0.7rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:1.3rem;
}

.operater-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: 100%;
  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:40px;
}

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

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

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