Commit 26b2fd50 by LIDINGDA\ldd

1.修改老乡鸡主体ui

parent c2e00688
...@@ -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>
...@@ -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 14px &quot;Microsoft YaHei&quot;; font: normal 15px &quot;Microsoft YaHei&quot;;
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>
......
...@@ -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(&quot;:/img_logo.png&quot;); border-image: url(&quot;:/img_logo_lxj.png&quot;);
} }
#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;
......
...@@ -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(&quot;:/img_logo.png&quot;); border-image: url(&quot;:/img_logo_lxj.png&quot;);
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,241); background: rgb(122,172,101);
font: 400 23px &quot;Microsoft YaHei&quot;; font: 400 23px &quot;Microsoft YaHei&quot;;
color: white; color: white;
border: 1 solid white; border: 1 solid white;
......
...@@ -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(&quot;:/img_logo.png&quot;); border-image: url(&quot;:/img_logo_lxj.png&quot;);
} }
#close_btn { #close_btn {
min-width: 53px; min-height: 53px; min-width: 53px; min-height: 53px;
......
...@@ -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(&quot;:/img_logo.png&quot;); border-image: url(&quot;:/img_logo_lxj.png&quot;);
} }
#close_btn { #close_btn {
min-width: 53px; min-height: 53px; min-width: 53px; min-height: 53px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment