HM-SPMS/resource/zh/style/dark/orderManage.qss

179 lines
3.7 KiB
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
QWidget {
background:#022644;
color:#01a6ec;
}
QWidget#m_toolWidget{
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{
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);
}