首页/styles.css:修订间差异

无编辑摘要
标签已被回退
无编辑摘要
标签已被回退
第275行: 第275行:
}
}


.container_character {
width: 100%;
overflow: hidden;
position: relative;
background-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 2px 5px #aaa;
}


.scroll-content {
.scroll-content {
display: flex;
display: flex;
    width: calc(200%); /* 因为内容重复一次 */
overflow: hidden;
    animation: scroll 10s linear infinite;
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;
flex: 0 0 auto;
white-space: nowrap;
    white-space: nowrap;
transition: transform 0.1s linear;
}
}