index.css 2.47 KB
/* 最大外围 */
.bigDiv {
  width: 100%;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
}
/* 表格区域 */
.area {
  position: relative;
  /* 1-竖纹 */
  background-image: linear-gradient(90deg, #bae7ff 50%, white 0);
  background-size: 10px 100%;
  border: 1px solid #000;
}
.area2 {
  position: relative;
  /* 2-横纹 */
  background-image: linear-gradient(0deg, #bae7ff 50%, white 50%);
  background-size: 100% 20px;
  border: 1px solid #000;
}
.fontDiv {
  color: #ff3c3c;
  position: absolute;
  top: 50%;
  left: 40%;
}
.fontDiv2 {
  color: #ff3c3c;
  position: absolute;
  top: 63%;
  left: 40%;
}
/* 文字区域 */
.fontArea {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.divWidth {
  height: 100%;
  position: absolute;
  left: -30px;
}
.bBoxDivWidth {
  height: 100%;
  position: absolute;
  right: -9px;
}
.divWidthLine {
  width: 2px;
  height: 97%;
  background: #002bb0;
  text-align: center;
}
.divHeight {
  width: 100%;
  position: absolute;
  top: -17px;
}
.bBoxDivHeight {
  width: 100%;
  position: absolute;
  bottom: -8px;
}
.divArrowLeft {
  /* 左侧箭头 */
  width: 2px;
  height: 9px;
  background: #002bb0;
  float: left;
}
.divArrowRight {
  /* 左侧箭头 */
  width: 2px;
  height: 8px;
  background: #002bb0;
  float: right;
}
.divArrowLeftIcon {
  width: 10px;
  height: 4px;
  position: absolute;
  left: -3px;
  top: -1.5px;
  color: #002bb0;
}
.divArrowRightIcon {
  width: 10px;
  height: 4px;
  position: absolute;
  right: -3px;
  top: -1.5px;
  color: #002bb0;
}
.divArrowLeftIconLine {
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #333;
}
.divArrowRightIconLine {
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #333;
}
.divArrowTop {
  width: 8px;
  height: 2px;
  background: #002bb0;
}
.divArrowTopIcon {
  position: absolute;
  top: -1px;
  left: -4.5px;
  width: 10px;
  height: 4px;
  color: #002bb0;
}
.divArrowBottomIcon {
  position: absolute;
  bottom: 3px;
  left: -4.5px;
  width: 10px;
  height: 4px;
  color: #002bb0;
}
.divArrowBottom {
  width: 8px;
  height: 2px;
  background: #002bb0;
}
.divHeightLine {
  height: 1px;
  background: #002bb0;
  text-align: center;
  font-size: 12px;
}
.tdStyleM {
  /* 横向 */
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 46%;
}
.tdStyleM1 {
  /* 纵向 */
  font-size: 12px;
  position: absolute;
  left: 0%;
  top: 32%;
}