chooseDevice.css 864 Bytes
.imei-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);*/
}

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

.imei-dot {
  margin-top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(174,184,206,1);
  border-radius: 0.5rem;
}

.imei-address {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:30px;
}

.device-address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.selected-dot {
  background:rgba(176,200,255,1);  
}

.selected-device {
  color:rgba(91,127,248,1);
}