1.0 finish
This commit is contained in:
@@ -140,7 +140,7 @@ QWidget#FrmSetting > QLabel {
|
||||
}
|
||||
|
||||
QWidget#FrmSetting > QPushButton {
|
||||
border-radius: 15px;
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
background-color: #409EFF;
|
||||
font-family: 'Microsoft YaHei UI';
|
||||
@@ -152,11 +152,24 @@ QPushButton#btnServer:hover {
|
||||
background-color: #79BBFF;
|
||||
}
|
||||
|
||||
QPushButton#btnServer:pressed {
|
||||
background-color: #337ECC;
|
||||
}
|
||||
|
||||
/* server设置 */
|
||||
QWidget#ServerSetting {
|
||||
|
||||
/* border: 1px solid white;
|
||||
border-radius: 8px;
|
||||
background-color: white; */
|
||||
/* background-color: rgb(63, 60, 55);
|
||||
border: none;
|
||||
border: 1px solid white;
|
||||
border-radius: 15px;
|
||||
border: 1px solid rgb(63, 60, 55);
|
||||
border-radius: 15px; */
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QLineEdit {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QPushButton#btnOk {
|
||||
@@ -165,10 +178,16 @@ QWidget#ServerSetting > QPushButton#btnOk {
|
||||
border: 2px solid #66B1FF;
|
||||
border-radius: 10px;;
|
||||
color: white;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QPushButton#btnOk:hover {
|
||||
background-color: #79BBFF;
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QPushButton#btnOk:pressed {
|
||||
background-color: #337ECC;
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QPushButton#btnCencel {
|
||||
@@ -177,6 +196,7 @@ QWidget#ServerSetting > QPushButton#btnCencel {
|
||||
border: 2px solid #DCDFE6;
|
||||
border-radius: 10px;
|
||||
color: black;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
QWidget#ServerSetting > QLabel {
|
||||
@@ -208,16 +228,38 @@ QWidget#FrmUpload > QLabel#labLinkType {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
QWidget#FrmUpload > QPushButton#btnMarkdown {
|
||||
QPushButton#btnMarkdown {
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
}
|
||||
|
||||
QWidget#FrmUpload > QPushButton#btnUBB {
|
||||
QPushButton#btnUBB {
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
QPushButton#btnHTML {
|
||||
color: #5E6B71;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QPushButton#btnUrl {
|
||||
color: #5E6B71;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
QPushButton#btnHTML:checked {
|
||||
color: #409EFF;
|
||||
}
|
||||
QPushButton#btnMarkdown:checked {
|
||||
color: #409EFF;
|
||||
}
|
||||
QPushButton#btnUBB:checked {
|
||||
color: #409EFF;
|
||||
}
|
||||
QPushButton#btnUrl:checked {
|
||||
color: #409EFF;
|
||||
}
|
||||
|
||||
QWidget#FrmUpload > QPushButton#btnFastUpload {
|
||||
border-radius: 10px;
|
||||
@@ -241,3 +283,4 @@ QWidget#FrmUpload > QLabel#labTitle {
|
||||
color: white;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user