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

.device-panel {
  margin-top: 5px;
  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;
}

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

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