.nite-writer-pen {
  background-color: yellow;
  font-style: normal;
  position: relative;
  cursor: pointer;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: red;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

#app {
  /* width: 500px;
  height: 500px;
  background-color: red; */
}

.qactive {
  position: relative;
}

.qactive:hover::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(./bj.png) no-repeat;
  background-size: 100% 100%;
}

#app i {
  font-style: normal;
}

body {
  background-color: #f4f4f4;
}

.contextmenu {
  display: none;
  position: absolute;
  width: 208px;
  background: white;
  border: 1px solid #bebebe;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  overflow: hidden;
  z-index: 101;
  padding: 0;
  margin: 0.3em;
}

.notes {
  display: none;
  position: absolute;
  z-index: 101;
  height: 274px;
  width: 208px;
  background-color: red;
  overflow: hidden;
  border-radius: 4px;
}

.notes .top {
  background-color: #db0;
  border-bottom: 1px solid #a80;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.notes .top span {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(./off.png) no-repeat;
  background-size: 100% 100%;
}

.notes textarea {
  height: 250px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  background-color: yellow;
  border: 0px;
  background-color: none;
  outline: none;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px 8px 12px;
}

.contextmenu button {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  text-align: left;
  padding-left: 36px;
  padding: 10px 10px 10px 36px;
  position: relative;
}

.contextmenu button span {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(./youliaobiji.png) no-repeat;
  background-size: 100% 100%;
}

.contextmenu button:hover {
  background: #2980b9;
  color: #FFF;
}

.contextmenu button:hover span {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(./youliaobiji-active.png) no-repeat;
  background-size: 100% 100%;
}