.write[data-v-288b186c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 10px);
  overflow-y: hidden;
}
.write .write-left[data-v-288b186c] {
  overflow-y: auto;
  height: calc(100% - 165px);
}
.write .toggle-icon[data-v-288b186c] {
  position: absolute;
  top: 300px;
  width: 25px;
  height: 55px;
  border: 1px solid #ddd;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}
.write .detail-right[data-v-288b186c] {
  padding: 10px 10px 0 10px;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid #F3F3F3;
  background-color: #fff;
}
.warning-triangle[data-v-288b186c] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #f8ac2b;
  position: relative;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  -webkit-animation: blink 1s infinite, pulse 1s ease-in-out infinite;
          animation: blink 1s infinite, pulse 1s ease-in-out infinite;
  margin-right: 10px;
  vertical-align: bottom;
  cursor: pointer;
}
.warning-triangle[data-v-288b186c]::after {
  content: "!";
  position: absolute;
  top: 2px;
  left: -8px;
  width: 15px;
  height: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: shake 0.3s infinite;
          animation: shake 0.3s infinite;
}
