Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
.text-container {
.text-container {
     position: relative;
     position: relative;
     width: 200px; /* 可以根据需要调整 */
     width: 100%; /* 可以根据需要调整 */
     height: 50px; /* 可以根据需要调整 */
     height: auto; /* 可以根据需要调整 */
     margin: 0 auto; /* 居中对齐 */
     margin: 0 auto; /* 居中对齐 */
     overflow: hidden;
     overflow: hidden;