index.less 754 Bytes
.title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.warp {
  display: flex;
  direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrapItem {
  display: inline-block;
}

.text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.textTitle {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.modal {
  height: 400px;
}

.line {
  width: 4px;
  height: 20px;
  background-color: #4189FD;
  border-radius: 2px;
  display: inline-block;
}
.lineText {
  font-size: 18px;
  color: #262626;
  font-weight: bold;
  display: inline-block;
  margin-left: 8px;
}

.lineWrap {
  display: flex;
  align-items: center;
}

.lineSpace {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}