/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.title[data-v-b0ebe878] {
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  color: #666;
  font-size: 0.6rem;
  text-align: center;
}
.list[data-v-b0ebe878] {
  padding-bottom: 2rem;
}
.item[data-v-b0ebe878] {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 0.65rem;
  border-bottom: 1PX solid #eee;
}
.item img[data-v-b0ebe878],
.item .avator[data-v-b0ebe878] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.55rem;
  border-radius: 50%;
}
.item .data[data-v-b0ebe878] {
  flex: 1;
  align-items: center;
}
.item .data > div[data-v-b0ebe878] {
  margin-top: 0.25rem;
  color: #ccc;
}
.item em[data-v-b0ebe878] {
  font-size: 0.6rem;
}
.no_data[data-v-b0ebe878] {
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  line-height: 2.5rem;
  color: #bbb;
}

