/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.item[data-v-35c985f5] {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 3.2rem;
  width: 100%;
  background: #fff;
  padding: 0.675rem 0 0.45rem 0.825rem;
  border-bottom: 1PX solid #eee;
}
.item .icon[data-v-35c985f5] {
  overflow: hidden;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
}
.item .icon img[data-v-35c985f5] {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.item .inf[data-v-35c985f5] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  padding: 0.15rem 0;
}
.item .inf .name[data-v-35c985f5] {
  color: #444;
  font-size: 0.7rem;
}
.item .inf .monetary[data-v-35c985f5] {
  color: #666;
  font-size: 0.6rem;
}
.item .set-btn[data-v-35c985f5] {
  position: absolute;
  right: 0.825rem;
  top: 0.675rem;
  color: #999;
  font-size: 0.7rem;
}
.item .set-btn .icon-arrow-right[data-v-35c985f5] {
  line-height: 0.7rem;
  font-size: 0.55rem;
}

