
*{
		margin:0px;
		padding:0px;
		box-sizing: border-box;
}





.notification[data-v-5ed42042] {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 200px; /* 固定宽度 */
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  text-align: center;
  opacity: 0;
  color: #fff;
  z-index: 5;
    -moz-user-select: none; -webkit-user-select: none; user-select: none;
}
.message[data-v-5ed42042] {
  margin-bottom: 5px;
}
button[data-v-5ed42042] {
  background: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
}

/* 添加不同类型的背景颜色 */
.success[data-v-5ed42042] {
  background-color: rgba(76, 175, 80, 0.80); /* 绿色 */
}
.error[data-v-5ed42042] {
  background-color: rgba(244, 67, 54, 0.80); /* 红色 */
}
.warn[data-v-5ed42042]{
  background-color: rgba(244, 177, 54, 0.80);
}
@media screen and (max-width: 1000px) {
.notification[data-v-5ed42042] {
    margin: 0 ;
    position: absolute;
    top: 40px;
    left: 10px;
}
}


