home.css 6.44 KB
@font-face {
  font-family: 'DINPro-Medium';   /*字体名称*/
  src: url('http://iot.uccc.cc:9090/app/css/ttf/DINPro-Medium.ttf');       /*字体源文件*/
}

.title-home {
  background: linear-gradient(90deg,rgba(91,127,248,1) 0%,rgba(75,175,239,1) 100%);
  color: rgba(255,255,255,1);
  font-family:DINPro-Medium;
  font-weight:bold;
  font-size: 1rem;
}
.bg-color {
  background: linear-gradient(90deg,rgba(91,127,248,1) 0%,rgba(75,175,239,1) 100%);
  height: 8.1875rem;
  width: auto;
  text-align: center;
  color: rgba(255,255,255,1);
}

.device-counts {
  padding-top: .9375rem;
  font-family:DINPro-Medium;
  font-size: 1.5rem;
}

.device-counts-name {
  font-size: .75rem;
  font-family:PingFang Medium;
  font-weight:500;
}

.split-line {
  margin-top: 1.25rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  height: .0625rem;
  opacity: 0.15;
  background:rgba(255,255,255,1);
}

.tab-style {
  text-align: center;
}

.my-tab {
  font-family:PingFang Bold;
  font-weight:bold;
  color:rgba(255,255,255,0.4);
}

.tab-selected {
  color:rgba(255,255,255,1);
}

.device-type-selecter {
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: .9375rem;
  /* position:absolute; */
  height: 4.3125rem;
}

.device-type-title {
  font-family: PingFang Bold;
  font-weight:bold;
  margin-left: .96875rem;
  /* margin-top: .9375rem; */
  color:rgba(55,57,78,1);
  font-size: .625rem;
}

.el-collapse-item__header{
  box-shadow:0px 0px 8px 0px rgba(55,57,78,0.1);
  border-radius:8px;
}

.el-collapse-item__wrap {
  box-shadow:0px 0px 8px 0px rgba(55,57,78,0.1);
  border-radius:8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(255,255,255,1);
  height: 20rem;
  overflow: scroll;
}

.el-collapse-item__header.is-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.el-collapse-item__header.focusing:focus:not(:hover){
  color:#409EFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-img {
  margin-left: .1025rem;
  /* width: 2.2rem; */
  height: 2.5rem;
}

.product-select-normal {
  background:rgba(244,246,249,1);
  border-radius:4px;
  height: 2.75rem;
  /* width: 5.5rem; */
  text-align: center;
  font-family: PingFang SC;
  font-size: .75rem;
}

.product-select-all {
  background:rgba(244,246,249,1);
  border-radius:4px;
  height: 1.9375rem;
  width: 4.1875rem;
  text-align: center;
  line-height: 1.9375rem;
  font-family: PingFang SC;
  font-size: .75rem;  
}

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

.product-name {
  font-family:PingFang Medium;
  font-weight:500;
  font-size: .75rem;
  color:rgba(55,57,78,1);
  margin-top: .9375rem;
}

.split-line-s {
  height: 1px;
  background-color: rgba(240,245,255,1);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.product-info-span {
  line-height: 2.75rem;
  float: left;
}

.all-device-selecter {
  /* margin-left: .75rem; */
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
  text-align: center;
}

.device-list-outside {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y:scroll;
}

.device-list-area {
  /* background-color: red; */
  margin-left: .9375rem;
  margin-right: .9375rem;
  height: 100%;
}

.device-info-card {
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 8px 0px rgba(55,57,78,0.05);
  border-radius:8px;
  margin-bottom: .9375rem;
}

.device-info-card-inside {
  padding-left: .9375rem;
  padding-right: .9375rem;
  padding-top: .9375rem;
  padding-bottom: .2375rem;
}

.card-img {
  /* width: 2.2rem; */
  position: relative; 
  height: 3rem;
}

.ms{
  position: absolute; 
  top: 2rem;
  left: 0; 
  width: 100%; 
  /* height: .9375rem;  */
  background:rgba(0,0,0,0.5);
  text-align: center;
  font-size:.55rem;
  font-family:PingFang  Medium;
  font-weight:500;
  color:rgba(255,255,255,1);  
}

.store-name {
  font-size: .675rem;
  font-family: PingFang Medium;
  font-weight: bold;
  color: rgba(55,57,78,1);
  line-height: .9375rem; 
  height: .875rem;
  /** 省略文字写法 **/
  word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
	overflow:hidden;
 
}

.device-status-offline {
  width: 100%;
  height: 1rem;  
  border-radius:2px; 
  /* float: right; */
  background:rgba(242,243,244,1);
  border:0.03125rem solid rgba(230,230,234,1);
  /* margin-top: -0.1rem; */
  font-size: .6rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(129,130,149,1);
  line-height: 1rem;  
  text-align: center;
}

.device-status-online {
  width: 100%;
  height: 1rem;  
  border-radius:2px; 
  /* float: right; */
  background:rgba(112,194,72,0.05);
  border:1px solid rgba(112,194,72,1);
  /* margin-top: -0.1rem; */
  font-size: .6rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(112,194,72,1);
  line-height: 1rem;   
  text-align: center; 
}

.device-code {
  height: .71875rem;
  font-size: .6rem;
  font-family:PingFang Medium;
  font-weight:500;
  color:rgba(174,184,206,1);
  line-height: .9375rem;  
}

.prop-name {
  float: left;
  text-align: left;
  font-size: .55rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height: .9375rem;  
}

.prop-value {
  float: right;
  text-align: right;
  font-size: .55rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height: .9375rem;  
}

.gate-value {
  color: #F26161;
}

.prop-interval {
  margin-top: .1rem;
}

.search-by-imei-input {
  margin-top: .625rem;
  margin-left: 15px;
  margin-right: .9375rem;
  height: 2rem;
  background:rgba(255,255,255,1);
  border:1px solid rgba(174,184,206,1);
  font-family:PingFang SC;
  border-radius: 4px;  
}

.no-list-data {
  position: fixed;
  top: 5.5625rem;
  left: 0;
  right: 0;
  bottom: 5rem;
  background: rgba(0,0,0,0);
  background-color: rgba(255,255,255,1);
  margin-left: .9375rem;
  margin-right: .9375rem;
  border-radius: 8px;
  box-shadow:0px 0px 8px 0px rgba(55,57,78,0.05);
}
.no-list-data img{
  display:block;
  width: 50%;
  margin: 0 auto;
  margin-top: .9375rem;
}
.no-list-data p{
  display:block;
  text-align: center;
  margin-top: 20px;
  font-size:14px;
  color: #999999;
}

.add-device-btn {
  margin-top: 1.5625rem;
  font-size: .875rem;
  font-weight:500;
  margin: 0 auto;
  width: 7.8125rem;
  color:rgba(91,127,248,1);
  border:1px solid rgba(91,127,248,1);
  border-radius:4px;
  background-color: #FFFFFF;

}

.store01001-device-details-measure-value {
  font-family: DINPro-Medium;
  font-weight:500;
  color:rgba(55,57,78,1); 
  line-height: 4rem; 
}