153 lines
2.7 KiB
Plaintext
153 lines
2.7 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.png);
|
|
}
|
|
|
|
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.png);
|
|
}
|
|
|
|
QWidget#showImageFrameWidget {
|
|
background:transparent;
|
|
border-image: url(:/res/frame_show_image.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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
|