24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
SettingInterface, #scrollWidget {
|
|
background-color: transparent;
|
|
}
|
|
|
|
QScrollArea {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
/* 标签 */
|
|
QLabel#label3 {
|
|
font: 33px 'Microsoft YaHei Light';
|
|
background-color: transparent;
|
|
color: red;
|
|
}
|
|
|
|
QLabel#label5 {
|
|
font: 33px 'Microsoft YaHei Light';
|
|
background-color: transparent;
|
|
color: red;
|
|
}
|
|
|