273 lines
4.8 KiB
Plaintext
273 lines
4.8 KiB
Plaintext
QMainWindow {
|
|
background-color:#151a1e;
|
|
}
|
|
|
|
QWidget {
|
|
background:transparent;
|
|
}
|
|
/*
|
|
PageBaseWidget {
|
|
background-image: url(:/res/bg.jpg);
|
|
}
|
|
*/
|
|
|
|
QWidget#HomeScreen {
|
|
background-image: url(:/res/bg-screen.jpg);
|
|
}
|
|
/*
|
|
QWidget#DetailedTown {
|
|
background-image: url(:/res/bg_2.jpg);
|
|
}
|
|
|
|
QWidget#title {
|
|
border-image: url(:/res/title.png);
|
|
}*/
|
|
|
|
QWidget#textWidget {
|
|
background-image: url(:/res/bg_text.png);
|
|
}
|
|
|
|
QWidget#bottom {
|
|
background:transparent;
|
|
background-color:#00000000;
|
|
}
|
|
|
|
QWidget#center {
|
|
background:transparent;
|
|
}
|
|
|
|
QWidget#contentImageWidget {
|
|
background:transparent;
|
|
background-image: url(:/res/bg_show_image.png);
|
|
}
|
|
|
|
QWidget#HomeWidget > QWidget#centerWidget {
|
|
background-image: url(:/res/menu-xg-new.png);
|
|
}
|
|
|
|
QWidget#showImageFrameWidget {
|
|
background:transparent;
|
|
border-image: url(:/res/frame_show_image.png);
|
|
}
|
|
|
|
TitleBar {
|
|
qproperty-opacity: 0.2;
|
|
}
|
|
|
|
TownImageWidget {
|
|
background-image: url(:/res/bg-matian.png);
|
|
}
|
|
|
|
QWidget#YangjiaoWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-yangjiao.png);
|
|
}
|
|
|
|
QWidget#HanwangWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-hanwang.png);
|
|
}
|
|
|
|
QWidget#QinquanWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-qinquan.png);
|
|
}
|
|
|
|
QWidget#GuaierWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-guaier.png);
|
|
}
|
|
|
|
QWidget#ShixiaWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-shixia.png);
|
|
}
|
|
|
|
QWidget#LiaoyangWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-liaoyang.png);
|
|
}
|
|
|
|
QWidget#TongyuWidget > QWidget#widget {
|
|
background-image: url(:/res/bg-tongyu.png);
|
|
}
|
|
|
|
QPushButton {
|
|
background:transparent;
|
|
background: none;
|
|
border: none;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
QPushButton:hover {
|
|
background-color: rgba(255, 255, 255, 70);
|
|
}
|
|
|
|
QPushButton#btn_enter_system {
|
|
background: none;
|
|
border: none;
|
|
border-image: url(:/res/btn_enter.png);
|
|
}
|
|
|
|
QPushButton#btn_exit_system {
|
|
background: none;
|
|
border: none;
|
|
border-image: url(:/res/exit_system.png);
|
|
}
|
|
|
|
QPushButton#btn_last {
|
|
background: none;
|
|
border: none;
|
|
border-image: url(:/res/btn_last.png);
|
|
}
|
|
|
|
QPushButton#btn_return {
|
|
background: none;
|
|
border: none;
|
|
background-image: url(:/res/btn_return.png) ;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: contain;
|
|
}
|
|
|
|
QPushButton#btn_next {
|
|
background: none;
|
|
border: none;
|
|
border-image: url(:/res/btn_next.png);
|
|
}
|
|
/*
|
|
QPushButton#btn_guaier:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_hanwang:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_liaoyang:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_matian:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_qinquan:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_shixia:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_tongyu:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
|
|
QPushButton#btn_yangjiao:hover {
|
|
background-color: rgba(255, 255, 0, 70);
|
|
}
|
|
*/
|
|
QScrollArea {
|
|
background:transparent;
|
|
border: none;
|
|
}
|
|
|
|
QScrollBar:vertical {
|
|
border: none;
|
|
background-color: transparent;
|
|
/*background-color:rgba(59,103,168,0);*/
|
|
width: 15px;
|
|
margin: 0;
|
|
border-radius:5px;
|
|
}
|
|
|
|
QScrollBar::handle:vertical {
|
|
border: none;
|
|
/*background-color: transparent;*/
|
|
background-color:rgba(255,255,255,80);
|
|
border-radius:5px;
|
|
}
|
|
|
|
|
|
QScrollBar::handle:vertical:hover {
|
|
background-color:rgba(255,255,255,160);
|
|
}
|
|
|
|
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical
|
|
{
|
|
background:transparent;
|
|
border: 0;
|
|
}
|
|
|
|
QWidget#scrollAreaWidgetContents {
|
|
background:transparent;
|
|
}
|
|
|
|
QLabel {
|
|
background:transparent;
|
|
}
|
|
|
|
QLabel#lb_title {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QLabel#lb_content {
|
|
font-size: 18px;
|
|
letter-spacing: 4px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QTextBrowser {
|
|
background:transparent;
|
|
font-size: 18px;
|
|
letter-spacing: 4px;
|
|
font-weight: bold;
|
|
border: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
QMessageBox {
|
|
background-color: #F2F2F2;
|
|
}
|
|
|
|
QMessageBox QLabel#qt_msgbox_label {
|
|
color: #298DFF;
|
|
background-color: transparent;
|
|
min-width: 240px;
|
|
min-height: 40px;
|
|
}
|
|
|
|
QMessageBox QLabel#qt_msgboxex_icon_label {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
QMessageBox QPushButton {
|
|
border: 1px solid #298DFF;
|
|
border-radius: 3px;
|
|
background-color: #F2F2F2;
|
|
color: #298DFF;
|
|
font-family: "Microsoft YaHei";
|
|
font-size: 10pt;
|
|
min-width: 70px;
|
|
min-height: 25px;
|
|
}
|
|
|
|
QMessageBox QPushButton:hover {
|
|
background-color: #298DFF;
|
|
color: #F2F2F2;
|
|
}
|
|
|
|
QMessageBox QPushButton:pressed {
|
|
background-color: #257FE6;
|
|
}
|
|
|
|
QMessageBox QDialogButtonBox#qt_msgbox_buttonbox {
|
|
button-layout: 0;
|
|
}
|
|
|