HM-SPMS/resource/zh/style/dark/customDialog2.qss
2025-03-20 17:30:43 +08:00

29 lines
665 B
Plaintext

* {
font-family: Microsoft YaHei;
}
QWidget#CustomDialogCentralWidget {
border-image: url(../../resource/zh/public/light/icon/background_img.png) 100 fill;
background-color: #d9e8fd;
border-radius: 4px;
border: 1px solid rgba(37,37,37,1);
}
#CustomDialogButtonClose {
width: 18px;
height: 18px;
border: none;
border-image: url(../../resource/zh/public/light/icon/btn_close.png) 0 96 0 0 ;
}
#CustomDialogButtonClose:hover {
border: none;
border-image: url(../../resource/zh/public/light/icon/btn_close.png) 0 64 0 32 ;
}
#CustomDialogTitle {
/*color: rgba(255, 255, 255, 1);*/
font-size: 14px;
font-weight: bold;
}