|
@@ -7,12 +7,12 @@ QWidget
|
|
|
font-family: 思源黑体R;
|
|
|
font-weight: 400;
|
|
|
font-size: 14px;
|
|
|
- color: #3A3F63;
|
|
|
+ color: #D2D2D2;
|
|
|
line-height: 21px;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
border-radius: 8px;
|
|
|
- background: #FFFFFF;
|
|
|
+ background: transparent;
|
|
|
}
|
|
|
|
|
|
QWidget#widget
|
|
@@ -21,20 +21,33 @@ QWidget#widget
|
|
|
/* background: rgba(255,255,255,1); */
|
|
|
}
|
|
|
|
|
|
-QLabel#label_NC1
|
|
|
+QWidget#widget_background
|
|
|
+{
|
|
|
+ /* background-color: #2E2D31; */
|
|
|
+ background-color: #313539;
|
|
|
+ /* background-color: #5C5E61; */
|
|
|
+}
|
|
|
+
|
|
|
+QWidget#widget_Top
|
|
|
+{
|
|
|
+ background: rgba(108,105,124,0.2);
|
|
|
+ border-top-left-radius: 10px;
|
|
|
+ border-top-right-radius: 10px;
|
|
|
+ border-bottom-left-radius: 0px;
|
|
|
+ border-bottom-right-radius: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+QLabel#label_title
|
|
|
{
|
|
|
+ background: transparent;
|
|
|
font-weight: bold;
|
|
|
font-size: 18px;
|
|
|
- color: #3A3F63;
|
|
|
+ color: #EBEBEB;
|
|
|
line-height: 27px;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
-QLabel#label_NC4
|
|
|
-{
|
|
|
- background: #E6E9F4;
|
|
|
-}
|
|
|
|
|
|
QPushButton
|
|
|
{
|
|
@@ -42,28 +55,39 @@ QPushButton
|
|
|
font-family: 思源黑体M;
|
|
|
}
|
|
|
|
|
|
-QPushButton#pBtn_Close{
|
|
|
- image: url(:/ICON/ICON/Dialog_close.png);
|
|
|
+QPushButton#pBtn_Close
|
|
|
+{
|
|
|
+ border-image: url(:/ICON/ICON/Dialog_close.png);
|
|
|
+ /* background-color: #313539; */
|
|
|
+ /* border: 1px solid rgba(255,255,255,0.25); */
|
|
|
+
|
|
|
+ /* qproperty-icon: url(:/ICON/ICON/Close_Dark.png);
|
|
|
+ qproperty-iconSize: 20px 20px; */
|
|
|
}
|
|
|
QPushButton#pBtn_Close:hover
|
|
|
{
|
|
|
- image: url(:/ICON/ICON/Dialog_close2.png);
|
|
|
+ border-image: url(:/ICON/ICON/Dialog_close2.png);
|
|
|
+ /* background-color: #313539;
|
|
|
+ border: 1px solid #438EFF;
|
|
|
+
|
|
|
+ qproperty-icon: url(:/ICON/ICON/Close_pass.png);
|
|
|
+ qproperty-iconSize: 20px 20px; */
|
|
|
}
|
|
|
|
|
|
/********* 普通方框按钮三种状态效果 *********/
|
|
|
QPushButton#pBtn_cancel:enabled
|
|
|
{
|
|
|
- background: #FFFFFF;
|
|
|
+ color: #EBEBEB;
|
|
|
+ border: 1px solid rgba(255,255,255,0.25);
|
|
|
border-radius: 16px;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
- color: #3A3F63;
|
|
|
+ background: transparent;
|
|
|
}
|
|
|
QPushButton#pBtn_cancel:hover
|
|
|
{
|
|
|
- background: #FFFFFF;
|
|
|
+ color: #EBEBEB;
|
|
|
+ border: 1px solid rgba(255,255,255,0.25);
|
|
|
border-radius: 16px;
|
|
|
- border: 1px solid #4458FE;
|
|
|
- color: #4458FE;
|
|
|
+ background: rgba(0,0,0,0.15);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -71,14 +95,14 @@ QPushButton#pBtn_cancel:hover
|
|
|
QPushButton#pBtn_ok
|
|
|
{
|
|
|
color:white;
|
|
|
- background: qlineargradient( x0:1,x1:1,y1:0,y2:0,stop:1 #4F8AFF,stop:0 #4B5EFF);
|
|
|
+ background: #438EFF;
|
|
|
border-radius: 16px;
|
|
|
}
|
|
|
|
|
|
QPushButton#pBtn_ok:hover
|
|
|
{
|
|
|
color:white;
|
|
|
- background: qlineargradient( x0:1,x1:1,y1:0,y2:0,stop:0 #5D73FF,stop:1 #6092FF);
|
|
|
+ background: #5F9EFF;
|
|
|
border-radius: 16px;
|
|
|
}
|
|
|
|
|
@@ -99,12 +123,12 @@ QLabel#label_devWarn,QLabel#label_timeWarn,QLabel#label_actionWarn
|
|
|
|
|
|
QComboBox:enabled
|
|
|
{
|
|
|
- background-color:#FFFFFF;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
+ background: transparent;
|
|
|
+ border: 1px solid rgba(255,255,255,0.15);
|
|
|
border-radius: 4px;
|
|
|
font-size:14px;
|
|
|
font-weight: 400;
|
|
|
- color:#3A3F63;
|
|
|
+ color:#D2D2D2;
|
|
|
padding-left: 12px;
|
|
|
}
|
|
|
|
|
@@ -122,7 +146,7 @@ QComboBox:!enabled
|
|
|
|
|
|
QComboBox:hover
|
|
|
{
|
|
|
- border: 1px solid #4458FE;
|
|
|
+ border: 1px solid #438EFF;
|
|
|
border-radius: 4px;
|
|
|
background:transparent;
|
|
|
}
|
|
@@ -144,11 +168,11 @@ QComboBox::down-arrow
|
|
|
/* 下拉条样式,就是view,整个下拉窗体的样式 */
|
|
|
QComboBox QAbstractItemView
|
|
|
{
|
|
|
- background-color: #FFFFFF;
|
|
|
+ background-color: #5C5E61;
|
|
|
margin: 12px;
|
|
|
outline:0px;
|
|
|
font-size:14px;
|
|
|
- color: #3A3F63;
|
|
|
+ /* color: #3A3F63; */
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
|
|
@@ -156,24 +180,26 @@ QComboBox QAbstractItemView
|
|
|
/* m_comBoxDev->setView(new QListView()); */
|
|
|
QComboBox QAbstractItemView::item
|
|
|
{
|
|
|
- background-color: #FFFFFF;
|
|
|
+ background-color: #5C5E61;
|
|
|
border-radius:4px;
|
|
|
- color: #3A3F63;
|
|
|
+ color: #D2D2D2;
|
|
|
padding-left: 12px;
|
|
|
height: 32px;
|
|
|
}
|
|
|
|
|
|
QComboBox QAbstractItemView::item:hover
|
|
|
{
|
|
|
+ color: #FFFFFF;
|
|
|
border-radius:4px;
|
|
|
- background-color: #EEF2FF;
|
|
|
+ background-color: #438EFF;
|
|
|
}
|
|
|
|
|
|
-/* QComboBox QAbstractItemView::item:selected
|
|
|
+QComboBox QAbstractItemView::item:selected
|
|
|
{
|
|
|
+ color: #FFFFFF;
|
|
|
border-radius:4px;
|
|
|
- background-color: #EEF2FF;
|
|
|
-} */
|
|
|
+ background-color: #438EFF;
|
|
|
+}
|
|
|
|
|
|
/******** combobox 滚动条 *********/
|
|
|
QComboBox QScrollBar::vertical{ /*主体部分*/
|
|
@@ -208,36 +234,23 @@ QLabel#label_iconTime
|
|
|
border-image: url(:/ICON/ICON/Time.png);
|
|
|
}
|
|
|
|
|
|
-TimeWidget
|
|
|
-{
|
|
|
- background: transparent;
|
|
|
- border-radius: 4px;
|
|
|
- padding-left:12px;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
-}
|
|
|
|
|
|
-TimeWidget[Warn=true]
|
|
|
+TimeWidget
|
|
|
{
|
|
|
- background: transparent;
|
|
|
+ /* background: transparent; */
|
|
|
+ background: #373639;
|
|
|
border-radius: 4px;
|
|
|
padding-left:12px;
|
|
|
- border: 1px solid #D21F21;
|
|
|
-}
|
|
|
-
|
|
|
-TimeWidget:!enabled
|
|
|
-{
|
|
|
- background: rgba(0,0,0,0.04);
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
+ border: 1px solid #438EFF;
|
|
|
}
|
|
|
|
|
|
QPushButton#pBtn_selectTime
|
|
|
{
|
|
|
background: transparent;
|
|
|
- border: 1px solid #E6E9F4;
|
|
|
+ border: 1px solid rgba(255,255,255,0.15);
|
|
|
border-radius: 4px;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #3A3F63;
|
|
|
padding-left: 12px;
|
|
|
text-align: left;
|
|
|
}
|
|
@@ -245,11 +258,10 @@ QPushButton#pBtn_selectTime
|
|
|
QPushButton#pBtn_selectTime:hover
|
|
|
{
|
|
|
background: transparent;
|
|
|
- border: 1px solid #4458FE;
|
|
|
+ border: 1px solid #438EFF;
|
|
|
border-radius: 4px;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #4458FE;
|
|
|
padding-left: 12px;
|
|
|
text-align: left;
|
|
|
}
|
|
@@ -262,13 +274,7 @@ QPushButton#pBtn_selectTime[Warn=true]
|
|
|
border: 1px solid #D21F21;
|
|
|
}
|
|
|
|
|
|
-TimeWidget
|
|
|
-{
|
|
|
- /* background: transparent; */
|
|
|
- border-radius: 4px;
|
|
|
- padding-left:12px;
|
|
|
- border: 1px solid #4458FE;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
/* TimeWidget QPushButton
|
|
|
{
|