modified: styles.css
modified: test.html
This commit is contained in:
parent
40532b4e7b
commit
aa786a5733
17
styles.css
17
styles.css
@ -4,6 +4,7 @@
|
||||
|
||||
/* 选项卡按钮样式 */
|
||||
.tab {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
border: 1px solid #ff69b4; /* 粉色边框 */
|
||||
background-color: #ffc0cb; /* 粉色背景 */
|
||||
@ -136,3 +137,19 @@ span {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
#tab-container {
|
||||
display: flex;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* .tab {
|
||||
display: flex;
|
||||
} */
|
||||
|
||||
.tablinks {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user