QDialog { background-color: rgb(0, 126, 153); } QLabel { background-color: transparent; } QLabel#titleLabel { color: white; font: 33px 'Microsoft YaHei Light'; font-weight: bold; } QLabel#contentLabel { color: white; font: 18px 'Microsoft YaHei'; font-weight: 400; } QPushButton { color: white; border: 3px solid white; border-radius: 0px; padding: 5px 35px 5px 35px; background: rgb(0, 126, 153); font: 18px 'Microsoft YaHei'; font-weight: bold; } QPushButton:hover { background: rgb(14, 179, 214); } QPushButton:pressed:focus { color: black; background-color: white; } QPushButton:focus{ background-color: rgb(0, 154, 187); } QPushButton:disabled { background-color: rgb(204, 204, 204); color: rgb(122, 122, 122); }