/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
header[data-v-1d1ed7d3] {
  position: relative;
  padding-bottom: 7.5rem;
  background: linear-gradient(90deg, #f5b901, #fac81f 46%, #fed63d);
}
header .content[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
}
header .content > p[data-v-1d1ed7d3] {
  font-size: 0.75rem;
  color: #694700;
}
header .content > button[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 7.75rem;
  height: 2rem;
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.7rem;
  color: #694700;
}
.menu[data-v-1d1ed7d3] {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 5.25rem;
}
.menu > li[data-v-1d1ed7d3] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 3.25rem;
  height: 3.5rem;
}
.menu > li > img[data-v-1d1ed7d3] {
  width: 2.5rem;
  height: 2.5rem;
}
.menu > li > p[data-v-1d1ed7d3] {
  font-size: 0.6rem;
  color: #666;
}
.menu > li > input[data-v-1d1ed7d3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.list[data-v-1d1ed7d3] {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}
.list.flex[data-v-1d1ed7d3] {
  flex: 1;
}
.list-title[data-v-1d1ed7d3] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 2rem;
  padding-right: 0.75rem;
}
.list-title[data-v-1d1ed7d3]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.list-title > p[data-v-1d1ed7d3] {
  display: flex;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.7rem;
}
.list-title > p[data-v-1d1ed7d3]::before {
  content: "";
  width: 2PX;
  height: 100%;
  background-color: #333;
  margin-right: 0.25rem;
}
.list-title > em[data-v-1d1ed7d3] {
  font-size: 0.6rem;
  color: #999;
}
.list-item[data-v-1d1ed7d3] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
}
.list-item[data-v-1d1ed7d3]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.list-item .info[data-v-1d1ed7d3] {
  flex: 1;
}
.list-item .info > p[data-v-1d1ed7d3] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  line-height: 1.2rem;
  font-size: 0.7rem;
}
.list-item .info > span[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin: 0.5rem 0;
  font-size: 0.6rem;
}
.list-item .info > span > em[data-v-1d1ed7d3]:last-child {
  margin-left: 2rem;
}
.list-item .info > time[data-v-1d1ed7d3] {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.55rem;
  color: #999;
}
.list-item > i[data-v-1d1ed7d3] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  color: #fb5375;
}
.list-empty[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.list-empty > img[data-v-1d1ed7d3] {
  width: 5rem;
}
.list-empty > p[data-v-1d1ed7d3] {
  margin-top: 0.5rem;
  font-size: 0.65rem;
}
.list .del[data-v-1d1ed7d3] {
  width: 3rem;
  height: 100%;
  background-color: #ee0a24;
  font-size: 0.65rem;
  color: #fff;
}
.create[data-v-1d1ed7d3] {
  display: flex;
  flex-direction: column;
  width: 14.25rem;
  height: 15.25rem;
  border-radius: 0.375rem;
  background-color: #fff;
}
.create > h3[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 3rem;
  font-size: 0.8rem;
}
.create .form[data-v-1d1ed7d3] {
  flex: 1;
  width: 100%;
  padding: 0 1.25rem;
}
.create .form .input[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.75rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  border: 1PX solid #ccc;
  font-size: 0.65rem;
}
.create .form > p[data-v-1d1ed7d3] {
  display: flex;
  justify-content: space-between;
}
.create .form > p.normal[data-v-1d1ed7d3] {
  color: #ccc;
}
.create .form > p[data-v-1d1ed7d3]::after {
  content: "\e822";
  font-size: 0.5rem;
}
.create .btn[data-v-1d1ed7d3] {
  position: relative;
  display: flex;
  width: 100%;
  height: 2rem;
}
.create .btn[data-v-1d1ed7d3]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #e5e5e5;
}
.create .btn > button[data-v-1d1ed7d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  height: 100%;
  font-size: 0.75rem;
}
.create .btn > button[data-v-1d1ed7d3]:first-child {
  position: relative;
}
.create .btn > button[data-v-1d1ed7d3]:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-right: 1PX solid #e5e5e5;
}
.qrcode[data-v-1d1ed7d3] {
  width: 13rem;
  padding: 1.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.qrcode > img[data-v-1d1ed7d3] {
  width: 100%;
  height: 10.5rem;
  background-color: #eee;
}
.qrcode .edit[data-v-1d1ed7d3] {
  position: relative;
  margin-top: 0.75rem;
}
.qrcode .edit > input[data-v-1d1ed7d3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

