[fert] 修改样式

This commit is contained in:
shijianquan 2025-05-09 13:46:27 +08:00
parent 881e4f3079
commit c7119f2bc1
5 changed files with 26 additions and 27 deletions

View File

@ -1,15 +1,15 @@
QAbstractItemView::item:selected:focus { QAbstractItemView::item:selected:focus {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }
QAbstractItemView::item:selected:!focus { QAbstractItemView::item:selected:!focus {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }
QAbstractItemView::item:selected:active { QAbstractItemView::item:selected:active {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }
/* /*

View File

@ -1,15 +1,15 @@
QAbstractItemView::item:selected:focus { QAbstractItemView::item:selected:focus {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }
QAbstractItemView::item:selected:!focus { QAbstractItemView::item:selected:!focus {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }
QAbstractItemView::item:selected:active { QAbstractItemView::item:selected:active {
background: #FFC14E; background: #5da5fb;
color: #FFFFFF; color: #FFFFFF;
} }

View File

@ -1,6 +1,10 @@
QPushButton#play,QPushButton#pause, QPushButton#play,QPushButton#pause,
QPushButton#cap,QPushButton#voiceOpen,QPushButton#voiceClose{ QPushButton#cap,QPushButton#voiceOpen,QPushButton#voiceClose{
border:1px; border:1px;
border-radius:0px;
background:transparent;
padding: 0px;
min-height: 0px;
} }
QPushButton#play{ QPushButton#play{
@ -63,20 +67,21 @@ QPushButton#right:pressed{
} }
QPushButton#cap:pressed,QPushButton#play:pressed,QPushButton#pause:pressed,QPushButton#voiceOpen:pressed,QPushButton#voiceClose:pressed{ QPushButton#cap:pressed,QPushButton#play:pressed,QPushButton#pause:pressed,QPushButton#voiceOpen:pressed,QPushButton#voiceClose:pressed{
color:#02efef; background-color: #5DA5FB;
background:#134a72; border-color: #5DA5FB;
border:0px;
} }
QPushButton#draw,QPushButton#tretch,QPushButton#near,QPushButton#far,QPushButton#big,QPushButton#small,QPushButton#allot{ QPushButton#draw,QPushButton#tretch,QPushButton#near,QPushButton#far,QPushButton#big,QPushButton#small,QPushButton#allot{
color:#01a6ec; border: 1px solid #6088BA;
background:#0b2a51; background-color:transparent;
border:1px solid #0669af; radius:0px;
width:50px;
height:20px;
} }
QPushButton#draw:hover,QPushButton#tretch:hover,QPushButton#near:hover,QPushButton#far:hover,QPushButton#big:hover,QPushButton#small:hover,QPushButton#allot:hover{ QPushButton#draw:hover,QPushButton#tretch:hover,QPushButton#near:hover,QPushButton#far:hover,QPushButton#big:hover,QPushButton#small:hover,QPushButton#allot:hover{
color:#02efef; background-color: #5DA5FB;
background:#134a72; border-color: #5DA5FB;
} }
QPushButton#draw:pressed,QPushButton#tretch:pressed,QPushButton#near:pressed,QPushButton#far:pressed,QPushButton#big:pressed,QPushButton#small:pressed,QPushButton#allot:pressed{ QPushButton#draw:pressed,QPushButton#tretch:pressed,QPushButton#near:pressed,QPushButton#far:pressed,QPushButton#big:pressed,QPushButton#small:pressed,QPushButton#allot:pressed{

View File

@ -17,6 +17,8 @@ QPushButton#down{
border:none; border:none;
border-radius:0px; border-radius:0px;
background:transparent; background:transparent;
padding: 0px;
min-height: 0px;
} }
QPushButton#btn_play, QPushButton#btn_play,
QPushButton#btn_play_r{ QPushButton#btn_play_r{
@ -94,9 +96,9 @@ QPushButton#btn_close,
QPushButton#btn_big, QPushButton#btn_big,
QPushButton#btn_small QPushButton#btn_small
{ {
background:#0b2a51; border: 1px solid #6088BA;
color:#01a6ec; background-color:transparent;
border:1px solid #0669af; radius:0px;
width:50px; width:50px;
height:20px; height:20px;
} }
@ -111,15 +113,7 @@ QPushButton#btn_small:hover,
QPushButton#btn_record_query:hover, QPushButton#btn_record_query:hover,
QPushButton#btn_gotopreset:hover QPushButton#btn_gotopreset:hover
{ {
background-color: #134a72; background-color: #5DA5FB;
color:#02efef; border-color: #5DA5FB;
} }
QPushButton#btn_record_query
{
background:#0b2a51;
color:#01a6ec;
border:1px solid #0669af;
height:20px;
}