首页/styles.css:修订间差异
无编辑摘要 标签:已被回退 |
无编辑摘要 标签:已被回退 |
||
第275行: | 第275行: | ||
} | } | ||
.scroll-content { | .scroll-content { | ||
display: flex; | display: flex; | ||
overflow: hidden; | |||
width: 300px; /* Set a fixed width for the container */ | |||
position: relative; | |||
} | } | ||
第298行: | 第292行: | ||
background-color: rgba(255, 255, 255, 0.1); | background-color: rgba(255, 255, 255, 0.1); | ||
box-shadow: 0 2px 5px #aaa; | box-shadow: 0 2px 5px #aaa; | ||
white-space: nowrap; | |||
transition: transform 0.1s linear; | |||
} | } | ||