/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
ul li span[data-v-f953116e] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 10.8rem;
  font-size: 0.65rem;
  color: #6e6e6e;
}
ul li span.null[data-v-f953116e] {
  color: #ccc;
}
textarea[data-v-f953116e] {
  width: 96%;
  height: 6.6rem;
  padding: 0.75rem;
  margin: auto;
  background-color: #fff;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #999;
}
button[data-v-f953116e] {
  display: block;
  width: 16.2rem;
  margin: 1.8rem auto;
}

