/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
li[data-v-bb5619da] {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 0.625rem;
  font-size: 0.65rem;
  background: #fff;
}
li .user[data-v-bb5619da] {
  width: 100%;
  height: 2.05rem;
  display: flex;
  margin-bottom: 0.75rem;
}
li .user .avator[data-v-bb5619da] {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.125rem;
  margin-right: 0.5rem;
}
li .user .detail[data-v-bb5619da] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
li .user .detail span[data-v-bb5619da] {
  color: #999;
  font-size: 0.6rem;
}
li .content p[data-v-bb5619da] {
  margin-bottom: 0.25rem;
  line-height: 0.85rem;
}
li .content p[data-v-bb5619da]:last-child {
  margin-bottom: 0;
}
li .content p span[data-v-bb5619da] {
  color: #999;
}
li .content .img_list[data-v-bb5619da] {
  display: flex;
  align-items: center;
}
li .content .img_list .img[data-v-bb5619da],
li .content .img_list .input_file[data-v-bb5619da] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
li .content .br[data-v-bb5619da] {
  width: 100%;
  height: 1rem;
}
li .content .red[data-v-bb5619da] {
  color: #dc3b40;
}
li .content .red span[data-v-bb5619da] {
  color: #dc3b40;
  font-size: 0.55rem;
}
.preview[data-v-bb5619da] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

