add sequence

This commit is contained in:
jiegeaiai 2024-09-21 16:25:38 +08:00
parent 079961c218
commit 9bd2c6a4e0
1093 changed files with 19319 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,272 @@
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Some files were not shown because too many files have changed in this diff Show More