deviceList.css 2.25 KB
.title-font {
  color: #FFFFFF;
}

.device-panel {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

.add-border {
  border:2px solid rgba(91,127,248,1);
}

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

.panel-line {
  margin-top: 10px;
  background:rgba(240,245,255,1);
  margin-left: 0px;
  margin-right: 15px;
  height: 1px;
}

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

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

.blank-area {
  height: 17px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #FFFFFF;
}

.remove-device-btn {
  height: 1.8rem;
  width: 3.5rem;
  margin-top: 0.6rem;
  border:1px solid rgba(242,97,97,1);
  border-radius:4px;
  text-align: center;
  line-height: 1.7rem;
  color: #F26161;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
}

.modifyPwd-device-btn {
  height: 1.8rem;
  width: 3.5rem;
  margin-top: -0.1rem;
  border:1px solid #5B7FF8;
  border-radius:4px;
  text-align: center;
  line-height: 1.7rem;
  color: #5B7FF8;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
}

.device-status-offline {
  width:27px;
  height:14px;
  background:rgba(242,97,97,1);;
  border-radius:2px;
  text-align: center;
  font-size:10px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(255,255,255,1);
  margin-left: 8px;
  /*line-height:30px;   */
}


.device-status-online {
  width:27px;
  height:14px;
  background:rgba(112,194,72,1);
  border-radius:2px;
  text-align: center;
  font-size:10px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(255,255,255,1);
  margin-left: 8px;
}