[ref]提交 运行日报 的样式
This commit is contained in:
parent
57b8d78fa8
commit
0e13cf6a7a
@ -1,40 +1,28 @@
|
||||
QFrame#frame{
|
||||
border:none;
|
||||
background-color: #0b2a51;
|
||||
}
|
||||
QFrame#frame_event{
|
||||
background-color: #0c3569;
|
||||
}
|
||||
|
||||
|
||||
QLineEdit#iconLineEdit{
|
||||
color:#027bb3;
|
||||
background:#072d48;
|
||||
border:1px solid #0669af;
|
||||
height:22px;
|
||||
color:#FFFFFF;
|
||||
background:transparent;
|
||||
border:2px solid #6088BA;
|
||||
}
|
||||
|
||||
QPushButton#ok{
|
||||
width:80px;
|
||||
height:26px;
|
||||
width:19px;
|
||||
height:119px;
|
||||
}
|
||||
|
||||
QPushButton#iconButton{
|
||||
background:#001529;
|
||||
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
||||
max-height:25px;
|
||||
max-width:19px;
|
||||
min-height:26px;
|
||||
min-width:19px;
|
||||
max-height:26px;
|
||||
max-width:19px;
|
||||
border: 0px solid #6088BA;
|
||||
background:transparent;
|
||||
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
||||
}
|
||||
|
||||
QPushButton#iconButton:hover{
|
||||
background:#027bec;
|
||||
}
|
||||
|
||||
QFrame#MainFrame{
|
||||
border:none;
|
||||
background-color: rgba(3,22,36,1);
|
||||
}
|
||||
QFrame#Frame{
|
||||
border:none;
|
||||
background-color: rgba(3,22,36,1);
|
||||
}
|
||||
QTabWidget::pane{
|
||||
border:none;
|
||||
}
|
||||
@ -48,160 +36,30 @@ QPushButton#MonthButton,
|
||||
QPushButton#QuarterButton,
|
||||
QPushButton#YearButton{
|
||||
width:30px;
|
||||
border-radius:0px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#DayButton:pressed,
|
||||
QPushButton#WeekButton:pressed,
|
||||
QPushButton#MonthButton:pressed,
|
||||
QPushButton#QuarterButton:pressed,
|
||||
QPushButton#YearButton:pressed{
|
||||
color:#02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#DayButton:hover,
|
||||
QPushButton#WeekButton:hover,
|
||||
QPushButton#MonthButton:hover,
|
||||
QPushButton#QuarterButton:hover,
|
||||
QPushButton#YearButton:hover{
|
||||
color:#02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#DayButton:checked,
|
||||
QPushButton#WeekButton:checked,
|
||||
QPushButton#MonthButton:checked,
|
||||
QPushButton#QuarterButton:checked,
|
||||
QPushButton#YearButton:checked{
|
||||
color:#02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#ExportButton{
|
||||
border-radius:0px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#ExportButton:pressed{
|
||||
color:#02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#ExportButton:hover{
|
||||
color:#02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#QueryButton{
|
||||
border-radius:0px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#QueryButton:pressed{
|
||||
color:#02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#QueryButton:hover{
|
||||
color:#02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#PushButton1{
|
||||
border-radius:0px;
|
||||
min-width:200px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#PushButton1:pressed{
|
||||
color: #02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#PushButton1:hover{
|
||||
color: #02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
QPushButton#PushButton2{
|
||||
border-radius:0px;
|
||||
min-width:200px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#PushButton2:pressed{
|
||||
color: #02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#PushButton2:hover{
|
||||
color: #02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#PushButton3{
|
||||
border-radius:0px;
|
||||
min-width:200px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#PushButton3:pressed{
|
||||
color: #02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#PushButton3:hover{
|
||||
color: #02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
QPushButton#PushButton4{
|
||||
border-radius:0px;
|
||||
min-width:200px;
|
||||
color: #027bb3;
|
||||
background:#0d3756;
|
||||
}
|
||||
QPushButton#PushButton4:pressed{
|
||||
color: #02efef;
|
||||
background:#0069eb;
|
||||
}
|
||||
QPushButton#PushButton4:hover{
|
||||
color: #02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QPushButton#PushButton1:checked,
|
||||
QPushButton#PushButton2:checked,
|
||||
QPushButton#PushButton3:checked,
|
||||
QPushButton#PushButton4:checked{
|
||||
color:#02efef;
|
||||
background-color: #0069eb;
|
||||
}
|
||||
|
||||
QTableView#TableWidget1{
|
||||
border:1px solid #024376;
|
||||
border:1px solid #6088BA;
|
||||
background:transparent;
|
||||
color: rgba(1,139,219,1);
|
||||
color: #1D2E57;
|
||||
}
|
||||
QTableView#TableWidget2{
|
||||
border:1px solid #024376;
|
||||
border:1px solid #6088BA;
|
||||
background:transparent;
|
||||
color: rgba(1,139,219,1);
|
||||
color: #1D2E57;
|
||||
}
|
||||
QTableView#TableWidget3{
|
||||
border:1px solid #024376;
|
||||
border:1px solid #6088BA;
|
||||
background:transparent;
|
||||
color: rgba(1,139,219,1);
|
||||
color:#1D2E57;
|
||||
}
|
||||
QTableView#TableWidget4{
|
||||
border:1px solid #024376;
|
||||
border:1px solid #6088BA;
|
||||
background:transparent;
|
||||
color: rgba(1,139,219,1);
|
||||
color: #1D2E57;
|
||||
}
|
||||
|
||||
QHeaderView::section{
|
||||
border:1px;
|
||||
height:30px;
|
||||
color: rgba(1,139,219,1);
|
||||
background-color:rgba(13,55,86,1);
|
||||
}
|
||||
QHeaderView{
|
||||
background-color:rgba(13,55,86,1);
|
||||
}
|
||||
|
||||
QToolButton{
|
||||
border: 0px solid #0669af;
|
||||
border-radius: 0px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user