1
wangjuncheng
2025-05-15 978dcb182ce1fd8025bc2f46904228089c35d99e
1
已修改1个文件
17 ■■■■■ 文件已修改
src/components/menu/TimeLine.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/TimeLine.vue
@@ -566,7 +566,7 @@
  transform: translateX(-50%);
  z-index: 99;
  width: 38%;
  height: 12%;
  height: 10%;
  /* background-color: #1a2634; */
  background: url("@/assets/img/menubar/bar.png");
  background-size: 100% 100%;
@@ -669,7 +669,6 @@
  position: relative;
  cursor: pointer;
}
.timeline-progress {
  height: 100%;
  background-color: #4a90e2;
@@ -678,7 +677,6 @@
  top: 0;
  left: 0;
}
.timeline-cursor {
  width: 12px;
  height: 12px;
@@ -689,7 +687,6 @@
  transform: translate(-50%, -50%);
  z-index: 2;
}
.time-markers {
  position: absolute;
  width: 100%;
@@ -709,15 +706,13 @@
  flex-direction: column;
  align-items: center;
}
.date-part {
  /* margin-bottom: 2px; 日期和时间之间的间距 */
}
/* .date-part {
  margin-bottom: 2px;
} */
.time-part {
  font-size: 11px; /* 时间可以稍微小一点 */
  opacity: 0.8; /* 时间可以稍微淡一点 */
  font-size: 11px;
  opacity: 0.8;
}
.current-date {
  margin-bottom: 5px;
  font-size: 15px;