/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nodata[data-v-aa23bf9c] {
  height: 9rem;
  background-position: center 80%;
}
ul[data-v-aa23bf9c] {
  width: 100%;
  padding: 0 0.55rem;
  background-color: #fff;
  border-top: 0.45rem solid #eee;
}
ul li[data-v-aa23bf9c] {
  width: 100%;
  height: 2.7rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
}
ul li > div[data-v-aa23bf9c] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ul li > div p[data-v-aa23bf9c] {
  color: #666;
  line-height: 1.35rem;
}
ul li > div span[data-v-aa23bf9c] {
  font-size: 0.55rem;
  color: #ccc;
}

