/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.test-box[data-v-2f56c616] {
  background: linear-gradient(to right, #2a6bc2 0%, #183965 100%);
  position: relative;
  width: 100%;
}
p[data-v-2f56c616] {
  width: 100%;
  height: 1.25rem;
}
.loading-box[data-v-2f56c616] {
  position: relative;
  width: 10rem;
  height: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.loading-box > article[data-v-2f56c616] {
  width: 100%;
  height: 100%;
  line-height: 0.85rem;
  text-indent: 2em;
  overflow: auto;
  font-size: 0.65rem;
}
#list-complete-demo[data-v-2f56c616] {
  display: flex;
  width: 100%;
  height: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#list-complete-demo .demo[data-v-2f56c616] {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
#list-complete-demo .demo li[data-v-2f56c616] {
  width: 0.75rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-right: 0.45rem;
  border-radius: 0.2rem;
  background-color: #fff;
  font-size: 0.725rem;
  transition: all 0.3s;
}
#list-complete-demo .demo .list-complete-enter[data-v-2f56c616],
#list-complete-demo .demo .list-complete-leave-to[data-v-2f56c616] {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.file-upload[data-v-2f56c616] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  width: 5rem;
  height: 2.5rem;
  margin: 0.5rem 0.5rem;
  background-color: #dc3b40;
  font-size: 0.75rem;
  color: #fff;
}
.file-upload > input[data-v-2f56c616] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-upload-img[data-v-2f56c616] {
  width: 7.5rem;
  margin-top: 0.5rem;
}
.file-upload-img > img[data-v-2f56c616] {
  width: 7.5rem;
  margin-bottom: 0.5rem;
}

