192 lines
3.3 KiB
Plaintext
192 lines
3.3 KiB
Plaintext
/* QPalette{background-color: rgb(63, 60, 55);} */
|
|
|
|
QWidget#Widget{
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
border: 1px solid rgb(63, 60, 55);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
QFrame#frmTop > QLabel{
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: white;
|
|
}
|
|
|
|
QFrame#frmTop > QPushButton {
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnClose:hover {
|
|
color:#F15140;
|
|
}
|
|
|
|
QPushButton#btnClose:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnMin:hover {
|
|
color: #407AB4;
|
|
}
|
|
|
|
QPushButton#btnMin:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QFrame#frame > QPushButton {
|
|
font-family: 'Microsoft YaHei UI';
|
|
font-size: 20px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnPageUpload {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageUpload:hover {
|
|
color: #409EFF;
|
|
/* border: none; */
|
|
/* border-left: 2px solid #407AB4; */
|
|
}
|
|
|
|
QPushButton#btnPageUpload:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageUpload:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:hover {
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnPageSetting {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:hover {
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
|
|
/* 上传区 */
|
|
QFrame#frmUpload {
|
|
border-radius: 15px;
|
|
border: 2px dashed white;
|
|
}
|
|
|
|
QFrame#frmUpload:hover {
|
|
border-radius: 15px;
|
|
border: 2px dashed #A4D8FA;
|
|
background-color: #5E6B71;
|
|
}
|
|
|
|
/* 右键菜单 */
|
|
QMenu {
|
|
border: none;
|
|
}
|
|
|
|
QAction {
|
|
border: none;
|
|
}
|
|
|
|
QMessageBox > QLabel {
|
|
color: black;
|
|
}
|
|
|
|
QMessageBox > QToolButton {
|
|
color: black;
|
|
}
|
|
|
|
QMessageBox > QAbstractButton {
|
|
color: black;
|
|
}
|
|
|
|
/* 设置界面 */
|
|
QWidget#FrmSetting > QLabel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: white;
|
|
}
|
|
|
|
QWidget#FrmSetting > QPushButton {
|
|
border-radius: 15px;
|
|
border: none;
|
|
background-color: #409EFF;
|
|
font-family: 'Microsoft YaHei UI';
|
|
font-size: 15px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnServer:hover {
|
|
background-color: #79BBFF;
|
|
}
|
|
|
|
/* server设置 */
|
|
QWidget#ServerSetting {
|
|
border: none;
|
|
border: 1px solid white;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnOk {
|
|
font-family: 'Microsoft YaHei UI';
|
|
background-color: #66B1FF;
|
|
border: 2px solid #66B1FF;
|
|
border-radius: 10px;;
|
|
color: white;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnCencel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
background-color: white;
|
|
border: 2px solid #DCDFE6;
|
|
border-radius: 10px;
|
|
color: black;
|
|
}
|
|
|
|
QWidget#ServerSetting > QLabel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: black;
|
|
}
|
|
|
|
QWidget#ServerSetting > QLineEdit {
|
|
font-family: 'Microsoft YaHei UI';
|
|
border: 2px solid #DCDFE6;
|
|
background-color: white;
|
|
color: black;
|
|
} |