home.css 965 Bytes
.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: #FFFFFF;
  overflow: hidden;
}

.icon-area {
	width:100px;
	height:44px;
	background:#333A3C;
	border-radius:22px;
	border: 0px;
}

.icon-area:hover {
	background: #409EFF;
	width: 2.5em;
}

.home-header {
	width: 100%;
	height: 84px;
	background-color: #000000;
	text-align: center;
}

.home-header-title {
	font-size:24px;
	font-family:PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:84px;	
}

.main-style {
	background-color: #000000;
}


.el-row {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .el-col {
    border-radius: 4px;
  }
  .bg-purple-dark {
    background: #99a9bf;
  }
  .bg-purple {
    background: #d3dce6;
  }
  .bg-purple-light {
    background: #e5e9f2;
  }
  .grid-content {
    border-radius: 4px;
    min-height: 36px;
    color: #FFFFFF;
  }
  .row-bg {
    padding: 10px 0;
    background-color: #f9fafc;
  }