You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
537 B
Plaintext
23 lines
537 B
Plaintext
|
1 month ago
|
/* ==================== HART Tab标签页样式 ==================== */
|
||
|
|
QTabBar#hartTabBar::tab {
|
||
|
|
font-family: "PingFangSC-Medium", "Microsoft YaHei", sans-serif;
|
||
|
|
font-size: 16px;
|
||
|
|
width: 160px;
|
||
|
|
height: 40px;
|
||
|
|
padding: 8px 16px;
|
||
|
|
margin: 2px;
|
||
|
|
border-radius: 6px;
|
||
|
|
background-color: #F3F4F6;
|
||
|
|
color: #6B7280;
|
||
|
|
}
|
||
|
|
|
||
|
|
QTabBar#hartTabBar::tab:hover {
|
||
|
|
background-color: #E3F2FD;
|
||
|
|
color: #2277EF;
|
||
|
|
}
|
||
|
|
|
||
|
|
QTabBar#hartTabBar::tab:selected {
|
||
|
|
background-color: #2277EF;
|
||
|
|
color: #FFFFFF;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|