Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_LXJ
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
FMVip_LXJ
Commits
26b2fd50
Commit
26b2fd50
authored
Jan 10, 2017
by
LIDINGDA\ldd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改老乡鸡主体ui
parent
c2e00688
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
15 deletions
+25
-15
FMVip_LXJ/res/FMVip.qrc
+3
-1
FMVip_LXJ/res/img_logo_lxj.png
+0
-0
FMVip_LXJ/res/num_del.png
+0
-0
FMVip_LXJ/windows/forms/fmnumpad.ui
+8
-5
FMVip_LXJ/windows/forms/fmvipfund.ui
+5
-3
FMVip_LXJ/windows/forms/fmviplogin.ui
+4
-3
FMVip_LXJ/windows/forms/fmviporder.ui
+3
-2
FMVip_LXJ/windows/forms/fmvippanel.ui
+2
-1
No files found.
FMVip_LXJ/res/FMVip.qrc
View file @
26b2fd50
...
@@ -6,12 +6,14 @@
...
@@ -6,12 +6,14 @@
<file>btn_close.png</file>
<file>btn_close.png</file>
<file>chk_checked.png</file>
<file>chk_checked.png</file>
<file>chk_unchecked.png</file>
<file>chk_unchecked.png</file>
<file>img_logo.png</file>
<file>img_logo
_lxj
.png</file>
<file>loading.gif</file>
<file>loading.gif</file>
<file>alert_bg.png</file>
<file>alert_bg.png</file>
<file>tip_warning.png</file>
<file>tip_warning.png</file>
<file>coupon_select.png</file>
<file>coupon_select.png</file>
<file>coupon_separator.png</file>
<file>coupon_separator.png</file>
<file>account.png</file>
<file>account.png</file>
<file>num_del.png</file>
<file>img_logo.png</file>
</qresource>
</qresource>
</RCC>
</RCC>
FMVip_LXJ/res/img_logo_lxj.png
0 → 100644
View file @
26b2fd50
20.9 KB
FMVip_LXJ/res/num_del.png
0 → 100644
View file @
26b2fd50
3.11 KB
FMVip_LXJ/windows/forms/fmnumpad.ui
View file @
26b2fd50
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
*/
*/
#title {
#title {
background:
rgb(154,200,50)
;
background:
#3f783c
;
min-height: 32px; max-height: 32px;
min-height: 32px; max-height: 32px;
border: 1 solid silver;
border: 1 solid silver;
border-bottom: 0 solid silver;
border-bottom: 0 solid silver;
}
}
#title_label {
#title_label {
margin-left: 4px;
margin-left: 4px;
font: normal 1
4
px
"
Microsoft YaHei
"
;
font: normal 1
5
px
"
Microsoft YaHei
"
;
color:
white
;
color:
black
;
}
}
#close_btn {
#close_btn {
min-width: 32px; min-height: 32px;
min-width: 32px; min-height: 32px;
...
@@ -61,7 +61,7 @@ QPushButton {
...
@@ -61,7 +61,7 @@ QPushButton {
}
}
QPushButton:hover {
QPushButton:hover {
background:
rgb(154,200,50)
;
background:
#7aad65
;
color: white;
color: white;
padding: 2 0 0 2;
padding: 2 0 0 2;
}
}
...
@@ -255,8 +255,11 @@ QPushButton:hover {
...
@@ -255,8 +255,11 @@ QPushButton:hover {
</item>
</item>
<item
row=
"0"
column=
"3"
>
<item
row=
"0"
column=
"3"
>
<widget
class=
"QPushButton"
name=
"backspace_btn"
>
<widget
class=
"QPushButton"
name=
"backspace_btn"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
background-image: url(:/num_del.png);
</string>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string
>
删除
</string
>
<string
/
>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
FMVip_LXJ/windows/forms/fmvipfund.ui
View file @
26b2fd50
...
@@ -43,14 +43,14 @@
...
@@ -43,14 +43,14 @@
*/
*/
#title {
#title {
background:
rgb(133, 194, 38)
;
background:
#3f783c
;
min-height: 62px; max-height: 62px;
min-height: 62px; max-height: 62px;
border: 1 solid silver;
border: 1 solid silver;
border-bottom: 0 solid silver;
border-bottom: 0 solid silver;
}
}
#logo_label {
#logo_label {
min-width: 153px; min-height: 69px;
min-width: 153px; min-height: 69px;
border-image: url(
"
:/img_logo.png
"
);
border-image: url(
"
:/img_logo
_lxj
.png
"
);
}
}
#close_btn {
#close_btn {
min-width: 53px; min-height: 53px;
min-width: 53px; min-height: 53px;
...
@@ -89,7 +89,8 @@
...
@@ -89,7 +89,8 @@
}
}
#amount QPushButton:checked {
#amount QPushButton:checked {
background: rgb(47,165,253);
/*background: rgb(47,165,253);*/
background : #7aad65;
border: 0;
border: 0;
color: white;
color: white;
}
}
...
@@ -116,6 +117,7 @@
...
@@ -116,6 +117,7 @@
QPushButton#fund_btn {
QPushButton#fund_btn {
background: rgb(222,88,51);
background: rgb(222,88,51);
background: #24b1f1;
color: white;
color: white;
min-height: 72px; max-height: 72px;
min-height: 72px; max-height: 72px;
border: 0;
border: 0;
...
...
FMVip_LXJ/windows/forms/fmviplogin.ui
View file @
26b2fd50
...
@@ -39,14 +39,15 @@
...
@@ -39,14 +39,15 @@
*/
*/
#title {
#title {
background: rgb(133, 194, 38);
/*background: rgb(133, 194, 38);*/
background: #3f783c;
min-height: 48px; max-height: 48px;
min-height: 48px; max-height: 48px;
border: 1 solid silver;
border: 1 solid silver;
border-bottom: 0 solid silver;
border-bottom: 0 solid silver;
}
}
#logo_label {
#logo_label {
min-width: 110px; min-height: 48px;
min-width: 110px; min-height: 48px;
border-image: url(
"
:/img_logo.png
"
);
border-image: url(
"
:/img_logo
_lxj
.png
"
);
margin-left: 12px;
margin-left: 12px;
}
}
#close_btn {
#close_btn {
...
@@ -84,7 +85,7 @@
...
@@ -84,7 +85,7 @@
#login_btn {
#login_btn {
min-height: 56px;
min-height: 56px;
background: rgb(
37,176,24
1);
background: rgb(
122,172,10
1);
font: 400 23px
"
Microsoft YaHei
"
;
font: 400 23px
"
Microsoft YaHei
"
;
color: white;
color: white;
border: 1 solid white;
border: 1 solid white;
...
...
FMVip_LXJ/windows/forms/fmviporder.ui
View file @
26b2fd50
...
@@ -39,14 +39,15 @@
...
@@ -39,14 +39,15 @@
*/
*/
#title {
#title {
background: rgb(133, 194, 38);
/*background: rgb(133, 194, 38);*/
background: rgb(64,119,61);
min-height: 62px; max-height: 62px;
min-height: 62px; max-height: 62px;
border: 1 solid silver;
border: 1 solid silver;
border-bottom: 0 solid silver;
border-bottom: 0 solid silver;
}
}
#logo_label {
#logo_label {
min-width: 153px; min-height: 69px;
min-width: 153px; min-height: 69px;
border-image: url(
"
:/img_logo.png
"
);
border-image: url(
"
:/img_logo
_lxj
.png
"
);
}
}
#close_btn {
#close_btn {
min-width: 53px; min-height: 53px;
min-width: 53px; min-height: 53px;
...
...
FMVip_LXJ/windows/forms/fmvippanel.ui
View file @
26b2fd50
...
@@ -44,13 +44,14 @@
...
@@ -44,13 +44,14 @@
#title {
#title {
background: rgb(133, 194, 38);
background: rgb(133, 194, 38);
background: #3f783c;
min-height: 62px; max-height: 62px;
min-height: 62px; max-height: 62px;
border: 1 solid silver;
border: 1 solid silver;
border-bottom: 0 solid silver;
border-bottom: 0 solid silver;
}
}
#logo_label {
#logo_label {
min-width: 153px; min-height: 69px;
min-width: 153px; min-height: 69px;
border-image: url(
"
:/img_logo.png
"
);
border-image: url(
"
:/img_logo
_lxj
.png
"
);
}
}
#close_btn {
#close_btn {
min-width: 53px; min-height: 53px;
min-width: 53px; min-height: 53px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment