* { outline: none; } QColorDialog { background: #34363A; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; } QColorDialog QWidget { background: transparent; color: #ffffff;/*前景色*/ } QColorDialog QLabel { color: #EBEBEB; } QColorDialog QPushButton { background: transparent; border: 1px solid #666666; color: #EBEBEB; min-height: 32px; min-width: 64px; border-radius: 4px; } QColorDialog QPushButton:hover { color: #EBEBEB; border-radius: 4px; border: 1px solid #666666; background: rgba(0, 0, 0, 0.15); } QColorDialog QLineEdit { background: #34363A; border: 1px solid #666666; border-radius: 4px; color: #EBEBEB; font-size: 14px; padding-left: 8px; min-height: 24px; } QColorDialog QLineEdit:focus { border: 1px solid #438Eff; } QColorDialog QSpinBox { background: #34363A; border: 1px solid #666666; border-radius: 4px; padding-left: 8px; color: #EBEBEB; font-size: 14px; min-height: 24px; } QColorDialog QSpinBox:focus { border: 1px solid #438Eff; } /* QColorDialog QSpinBox::up-button { border-radius: 2px; } QColorDialog QSpinBox::down-button { border-radius: 2px; }*/ QPushButton#btn_ok { border-radius: 16px; border: none; color: #ffffff; /*margin-left: 10px;*/ background: #438EFF; } QPushButton#btn_ok:hover { border-radius: 16px; background: #5F9EFF; } QPushButton#btn_cancel { border-radius: 16px; /*margin-left: 8px;*/ } QPushButton#btn_cancel:hover { border-radius: 16px; } QPushButton#empty { border: none; border-radius: 0px; background: transparent; max-width: 0px; min-width: 0px; } QWellArray { outline: 2px solid #E9A112; outline-radius: 4px; }