index.less 1.31 KB
@import '~antd/lib/style/themes/default.less';

//基石
.base {
  width: 100%;
  background-color: #ffffff;
  padding: 34px;
  min-width: 1020px;
}

//头部组件
.box{
  width: 100%;
  height: 64px;
  position: relative;
}
.item1{
  position: absolute;
  width: 320px;
  text-align: center;
  border-left: 5px solid rgba(24,144,255,1);
  font-family:'Source Han Sans CN';
  font-size: 18px;
  font-weight: 600;
  color: #000000;

}
.item3{
  width:80px;
  height: 32px;
  position: absolute;
  right: 0;

  outline: none;
  background:none;
  cursor: pointer;

  border:1px solid rgba(217,217,217,1);
  border-radius:2px;
}

.box1{
  width: 100%;
  height: 34px;
  position: relative;
  margin-bottom: 28px;
  margin-top: 28px;
}
.box1item1{
  position: absolute;
}
.box1item2{
  position: absolute;
  left: 206px;
}

.box2{
  width: 100%;
  height: 120px;
  position: relative;
  margin-bottom: 17px;
}
.box2item1{
  position: absolute;
}
.box2item2{
  position: absolute;
  left: 206px;
}

.box3{
  padding-left: 206px;
  margin-bottom: 28px;
}

.box4{
  width: 100%;
  height: 34px;
  position: relative;
}
.box4item1{
  position: absolute;
}
.box4item2{
  position: absolute;
  left: 206px;
}

// 线栏
.line{
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(217,217,217,1);
  margin-top: 28px;
  margin-bottom: 28px;
}