/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.date-list li[data-v-ca80da74] {
  border-bottom: 1PX solid #ccc;
}
.date-list li.open[data-v-ca80da74] {
  border-bottom: none;
}
.date-list li.open .date > i[data-v-ca80da74] {
  transform: rotateX(180deg);
}
.date-list li table[data-v-ca80da74] {
  width: 100%;
  margin-top: -1PX;
  background: #fff;
  border-collapse: collapse;
}
.date-list li td[data-v-ca80da74] {
  width: 16.66%;
  height: 1.5rem;
  text-align: center;
  color: #444;
  font-size: 0.55rem;
  border: 1PX solid #ddd;
}
.date-list li td p[data-v-ca80da74] {
  width: 100%;
  color: #999;
  line-height: 1.5;
}
.date-list li td.color1[data-v-ca80da74] {
  color: #0c89e1;
}
.date-list li td.color2[data-v-ca80da74] {
  color: #dc3b40;
}
.date-list li td.color3[data-v-ca80da74] {
  color: #24a716;
}
.date-list .date[data-v-ca80da74] {
  display: flex;
  padding: 0 0.55rem;
  height: 1.45rem;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 0.6rem;
}
.date-list .date > i[data-v-ca80da74] {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.7rem;
  color: #ccc;
}

