Files
fluent_widgets_pyside6/app/resource/qss/light/sample_card.qss

15 lines
337 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
#titleLabel {
color: black;
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
font-weight: bold;
}
#contentLabel {
color: rgb(118, 118, 118);
font: 12px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
}
#viewTitleLabel {
color: black;
font: 20px "Segoe UI SemiBold", "Microsoft YaHei", 'PingFang SC';
}