[ref]修改央视
This commit is contained in:
parent
35e21af79a
commit
e7bb58ddf9
@ -1,46 +0,0 @@
|
|||||||
QFrame#frame{
|
|
||||||
border:none;
|
|
||||||
background-color: #0b2a51;
|
|
||||||
}
|
|
||||||
QFrame#frame_2,QFrame#frame_3{
|
|
||||||
border:0px solid #0669af;
|
|
||||||
}
|
|
||||||
QFrame#frame_head{
|
|
||||||
background-color: #0b2a51;
|
|
||||||
border:0px solid #0669af;
|
|
||||||
border-top:0px solid #0669af;
|
|
||||||
border-left:0px solid #0669af;
|
|
||||||
border-right:0px solid #0669af;
|
|
||||||
border-bottom: 1px solid #0669af;
|
|
||||||
}
|
|
||||||
QFrame#frame_stackWidget{
|
|
||||||
background:#0b2a51;
|
|
||||||
border:0px solid #0669af;
|
|
||||||
}
|
|
||||||
QStackedWidget#stackedWidget{
|
|
||||||
border: 1px solid #0669af;
|
|
||||||
border-top: 0px solid #0669af;
|
|
||||||
}
|
|
||||||
QPushButton#aibt,QPushButton#dibt,QPushButton#pibt{
|
|
||||||
background-color:#0b2a51;
|
|
||||||
height: 31px;
|
|
||||||
color:#01a6ec;
|
|
||||||
border-radius: 0px;
|
|
||||||
border:1px solid #0669af;
|
|
||||||
border-right:0px solid #0669af;
|
|
||||||
}
|
|
||||||
QPushButton#dibt,QPushButton#pibt,QPushButton#mibt{
|
|
||||||
background-color:#0b2a51;
|
|
||||||
height: 31px;
|
|
||||||
color:#01a6ec;
|
|
||||||
border-radius: 0px;
|
|
||||||
border:1px solid #0669af;
|
|
||||||
}
|
|
||||||
|
|
||||||
QPushButton#aibt::disabled,QPushButton#dibt::disabled,QPushButton#pibt::disabled,QPushButton#mibt::disabled {
|
|
||||||
border-bottom:1px solid #0669af;
|
|
||||||
}
|
|
||||||
QPushButton#aibt::checked,QPushButton#dibt::checked,QPushButton#pibt::checked,QPushButton#mibt::checked {
|
|
||||||
color:#02efef;
|
|
||||||
border-bottom:0px solid #0669af;
|
|
||||||
}
|
|
||||||
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
QListView,QComboBox,QPushButton,QTableWidget,QLineEdit,QLabel,QListWidget:item
|
QListView,QComboBox,QTableWidget,QLineEdit,QLabel,QListWidget:item
|
||||||
{
|
{
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border:1px solid #0669af;
|
border:1px solid #6088BA;
|
||||||
color:#01a6ec;
|
color:#ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLabel
|
QLabel
|
||||||
@ -18,21 +18,10 @@ QLabel#label_0
|
|||||||
|
|
||||||
QLabel#label_0,QLabel#label_1,QLabel#label_2,QLabel#label_3,QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#label_7
|
QLabel#label_0,QLabel#label_1,QLabel#label_2,QLabel#label_3,QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#label_7
|
||||||
{
|
{
|
||||||
background-color: #0b2a51;
|
background-color: #4B6D97;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QPushButton
|
|
||||||
{
|
|
||||||
width: 80px;
|
|
||||||
height: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QPushButton#pushButton_del
|
|
||||||
{
|
|
||||||
width: 120px;
|
|
||||||
height: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QListWidget
|
QListWidget
|
||||||
{
|
{
|
||||||
@ -48,22 +37,17 @@ QListWidget::item
|
|||||||
QListWidget::item:hover,
|
QListWidget::item:hover,
|
||||||
QListView::item:selected
|
QListView::item:selected
|
||||||
{
|
{
|
||||||
background-color: #134a72;
|
background-color: #5DA5FB;
|
||||||
color:#01a6ec;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
QListWidget#dropWidget::item:selected
|
QListWidget#dropWidget::item:selected
|
||||||
{
|
{
|
||||||
background-color: #134a72;
|
background-color: #5DA5FB;
|
||||||
color:#01a6ec;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
QListWidget#dropWidget:hover,
|
QListWidget#dropWidget:hover,
|
||||||
QListWidget#dropWidget:focus{
|
QListWidget#dropWidget:focus{
|
||||||
background-color: #134a72;
|
background-color: #4B6D97;
|
||||||
color:#01a6ec;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox
|
|
||||||
{
|
|
||||||
height: 28px;
|
|
||||||
}
|
|
||||||
@ -1,178 +1,7 @@
|
|||||||
QWidget {
|
|
||||||
background:#022644;
|
|
||||||
color:#01a6ec;
|
|
||||||
}
|
|
||||||
QWidget#m_toolWidget{
|
QWidget#m_toolWidget{
|
||||||
max-width:40px;
|
max-width:40px;
|
||||||
}
|
}
|
||||||
QWidget::separator{
|
|
||||||
background-color:#01a0e7;
|
|
||||||
height:1px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
QToolButton{
|
|
||||||
color: #00b3fd;
|
|
||||||
background-color: #0d3756;
|
|
||||||
border:1px solid #075993;
|
|
||||||
width: 30px;
|
|
||||||
height: 30px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
QPushButton {
|
|
||||||
color: #00b3fd;
|
|
||||||
background-color: transparent;
|
|
||||||
border:1px solid #075993;
|
|
||||||
width:40px;
|
|
||||||
height:20px;
|
|
||||||
}
|
|
||||||
QPushButton#m_editBtn,
|
|
||||||
QPushButton#m_delBtn{
|
|
||||||
width: 80px;
|
|
||||||
height:30px;
|
|
||||||
}
|
|
||||||
QPushButton:hover,QToolButton:hover {
|
|
||||||
border: none;
|
|
||||||
background-color: #134a72;
|
|
||||||
color: #02efef;
|
|
||||||
}
|
|
||||||
QPushButton:pressed,QToolButton:pressed {
|
|
||||||
padding: 2px 0px 0px 2px;
|
|
||||||
}
|
|
||||||
QPushButton:disabled,QToolButton:disabled {
|
|
||||||
color: gray;
|
|
||||||
border-color:gray;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
QLineEdit,QTextEdit,QDateTimeEdit,QComboBox{
|
|
||||||
height:25px;
|
|
||||||
font-size:13px;
|
|
||||||
background:#0d3756;
|
|
||||||
border: 1px solid #406587;
|
|
||||||
color:#406587;
|
|
||||||
}
|
|
||||||
QLineEdit#m_editName{
|
QLineEdit#m_editName{
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
}
|
}
|
||||||
QLineEdit:enabled,QTextEdit:enabled,QDateTimeEdit:enabled,QComboBox:enabled{
|
|
||||||
color:rgb(0, 228, 249);
|
|
||||||
border: 1px solid;
|
|
||||||
border-color:rgb(7, 89, 147);
|
|
||||||
}
|
|
||||||
QTextEdit{
|
|
||||||
min-height:50px;
|
|
||||||
}
|
|
||||||
QComboBox:drop-down{
|
|
||||||
border:none;
|
|
||||||
padding-right:10px;
|
|
||||||
}
|
|
||||||
QComboBox:down-arrow,QDateTimeEdit:down-arrow{
|
|
||||||
border-image:url(../../data/back_pixmap/arrowDown.png);
|
|
||||||
}
|
|
||||||
QDateTimeEdit:up-arrow{
|
|
||||||
border-image:url(../../data/back_pixmap/arrowUp.png);
|
|
||||||
}
|
|
||||||
QComboBox QAbstractItemView{
|
|
||||||
color:rgb(3, 116, 169);
|
|
||||||
selection-color:rgb(1, 166, 235);
|
|
||||||
background-color:rgb(13, 55, 86);
|
|
||||||
selection-background-color:rgb(16, 67, 102);
|
|
||||||
outLine: 0px;
|
|
||||||
}
|
|
||||||
QTreeWidget {
|
|
||||||
font: 14px;
|
|
||||||
border: 1px solid #0a5b93;
|
|
||||||
color:#01a6ec;
|
|
||||||
background:#072d48;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item {
|
|
||||||
height:28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:hover, QTreeView::branch:hover {
|
|
||||||
background: rgba(255, 255, 255, 40);
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::item:selected, QTreeView::branch:selected {
|
|
||||||
background: #134a72;
|
|
||||||
color:#02efef;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::branch {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::indicator{
|
|
||||||
image:url(../../resource/zh/public/dark/icon/unchecked.png);
|
|
||||||
width: 13px;
|
|
||||||
height: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::indicator:checked, QTableView::indicator:checked {
|
|
||||||
image:url(../../resource/zh/public/dark/icon/checked.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::branch:closed:has-children{
|
|
||||||
border-image: none;
|
|
||||||
image:url(../../resource/zh/public/dark/icon/arrowRight.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
QTreeWidget::branch:open:has-children{
|
|
||||||
border-image: none;
|
|
||||||
image:url(../../resource/zh/public/dark/icon/arrowBottom.png);
|
|
||||||
}
|
|
||||||
QHeaderView{
|
|
||||||
background-color: #022b4b;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
QHeaderView::section {
|
|
||||||
height: 25px;
|
|
||||||
color: #01a6ec;
|
|
||||||
padding:0px 0px 0px 5px;
|
|
||||||
background: #072d48;
|
|
||||||
border:1px solid #0a5b93;
|
|
||||||
}
|
|
||||||
QTableView{
|
|
||||||
border: 1px solid #0a5b93;
|
|
||||||
color: #027bb3;
|
|
||||||
gridline-color: #024376;
|
|
||||||
alternate-background-color: transparent;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
QTableView::item:selected{
|
|
||||||
background-color: #134a72;
|
|
||||||
color: #02efef;
|
|
||||||
}
|
|
||||||
QScrollBar:vertical {
|
|
||||||
background:rgb(16, 67, 102);
|
|
||||||
width: 8px;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QScrollBar:horizontal {
|
|
||||||
height: 8px;
|
|
||||||
background:rgb(16, 67, 102);
|
|
||||||
}
|
|
||||||
|
|
||||||
QScrollBar::handle:vertical,
|
|
||||||
QScrollBar::handle:horizontal {
|
|
||||||
background:rgb(23, 94, 143);
|
|
||||||
}
|
|
||||||
|
|
||||||
QScrollBar::handle:vertical:hover,
|
|
||||||
QScrollBar::handle:horizontal:hover {
|
|
||||||
background: #175e7e;
|
|
||||||
}
|
|
||||||
|
|
||||||
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical,
|
|
||||||
QScrollBar::sub-line:horizontal, QScrollBar::add-line:horizontal {
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
QScrollBar::sub-page:vertical,
|
|
||||||
QScrollBar::add-page:vertical,
|
|
||||||
QScrollBar::sub-page:horizontal,
|
|
||||||
QScrollBar::add-page:horizontal{
|
|
||||||
background:rgb(16, 67, 102);
|
|
||||||
}
|
|
||||||
@ -1082,7 +1082,9 @@ QAbstractSpinBox {
|
|||||||
border: 2px solid #6088BA;
|
border: 2px solid #6088BA;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding: 0 0 0 0px;
|
padding: 0 0 0 0px;
|
||||||
height:40px;
|
max-height:36px;
|
||||||
|
min-height:36px;
|
||||||
|
height:36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QAbstractSpinBox:hover {
|
QAbstractSpinBox:hover {
|
||||||
|
|||||||
@ -1,24 +0,0 @@
|
|||||||
QWidget,QFrame#frame,QFrame#frame_2{
|
|
||||||
color:#01a6ec;
|
|
||||||
background-color: #0b2a51;
|
|
||||||
}
|
|
||||||
|
|
||||||
QDialog#CLoginDlg{
|
|
||||||
background:#022644;
|
|
||||||
color:#01a6ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTableWidget{
|
|
||||||
background-color:#072d48;
|
|
||||||
alternate-background-color:red;
|
|
||||||
selection-color:#00e7fc;
|
|
||||||
selection-background-color:#134a72;
|
|
||||||
gridline-color:#09304c;
|
|
||||||
color:#027bb3;
|
|
||||||
border:1px solid #0a5b93;
|
|
||||||
outline:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
QTableWidget QTableCornerButton::section{
|
|
||||||
background-color:rgb(13, 55, 86);
|
|
||||||
}
|
|
||||||
@ -1,9 +1,9 @@
|
|||||||
QFrame#MainFrame{
|
QFrame#MainFrame{
|
||||||
border:none;
|
border:none;
|
||||||
background-color: #031624;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
HandoverWidget QFrame#MainFrame{
|
HandoverWidget QFrame#MainFrame{
|
||||||
background-color: #0d3756;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
QFrame#Frame{
|
QFrame#Frame{
|
||||||
@ -16,19 +16,15 @@ QFrame#frame_2{
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
QPushButton#iconButton{
|
QPushButton#iconButton{
|
||||||
background:#001529;
|
max-height:25px;
|
||||||
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
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;
|
|
||||||
}
|
|
||||||
QToolButton{
|
|
||||||
border: 0px solid #0669af;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: #0b2a51;
|
|
||||||
min-height:26px;
|
|
||||||
width:80px;
|
|
||||||
color:#01a6ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
QPushButton#m_ticket,
|
QPushButton#m_ticket,
|
||||||
QPushButton#m_delete,
|
QPushButton#m_delete,
|
||||||
QPushButton#m_reTicket{
|
QPushButton#m_reTicket{
|
||||||
@ -19,4 +20,5 @@ QTableView{
|
|||||||
QTableView::item:selected{
|
QTableView::item:selected{
|
||||||
background-color: #134a72;
|
background-color: #134a72;
|
||||||
color: #02efef;
|
color: #02efef;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user