我有一些CSS,我正在工作,当页面加载我的默认标签文本保持黑色,变得不可读。一旦我点击周围的文字显示自己是白色的。
我想默认/第一个选项卡是白色文本时,页面刷新。请帮帮我
这是url:https://wholesale.greenenvee.com/45374-2/
这是我写的CSS:
.tab-format [role="tab"][aria-selected="true"] {
background-color: black;
opacity: 1;
border-top: 6px;
border-top-color: lightgray;
color: white;
}
.tab-format a:focus {
background-color: black;
opacity: 1;
color: white;
}
.tab-format a:hover {
background-color: black;
opacity: 1;
color: white;
}
字符串
1条答案
按热度按时间dxxyhpgq1#
为活动LI
.ui-state-active
添加以下CSS,然后定位锚点:字符串
或者简称为:
型