35 lines
728 B
Plaintext
35 lines
728 B
Plaintext
QPushButton{
|
|
height:20px;
|
|
width:40px;
|
|
color:#027bb3;
|
|
border-radius:2px;
|
|
border:1px solid #0669af;
|
|
}
|
|
|
|
QPushButton#play,QPushButton#pause,
|
|
QToolButton#m_cap,QPushButton#m_voiceOpen,QPushButton#m_voiceClose{
|
|
border:0px;
|
|
}
|
|
|
|
QPushButton#play{
|
|
image:url(../../product/common/resource/zh/public/light/icon/play.png);
|
|
}
|
|
|
|
QPushButton#pause{
|
|
image:url(../../product/common/resource/zh/public/light/icon/pause.png);
|
|
}
|
|
|
|
QToolButton#m_cap{
|
|
image:url(../../product/common/resource/zh/public/light/icon/cut.png);
|
|
}
|
|
|
|
QPushButton#m_voiceOpen{
|
|
image:url(../../product/common/resource/zh/public/light/icon/voiceOpen.png);
|
|
}
|
|
QPushButton#m_voiceClose{
|
|
image:url(../../product/common/resource/zh/public/light/icon/voiceClose.png);
|
|
}
|
|
|
|
|
|
|