Przeglądaj źródła

新手导航bug修改

hy 7 lat temu
rodzic
commit
3cae7bcbd9

+ 6 - 6
frontend/saas-web/app/view/sys/guide/FormPanel.js

@@ -63,7 +63,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin: 0 185px 0 180px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'baseSet\')">',
                         '<img class="',
                             '<tpl if="!baseSet">x-guide-mask </tpl>',
-                            '" src="resources/images/guide/baseSet.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="基础设置"  >',
+                            '" src="resources/images/guide/baseSet.png" align ="center" width="135" height="90" alt="基础设置"  >',
                         '<figcaption>',
                         '公司信息、权限和账户管理',
                         '</figcaption>',
@@ -72,7 +72,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'warehouse\')">',
                         '<img class="',
                         '<tpl if="!warehouse">x-guide-mask </tpl>',
-                        '"src="resources/images/guide/warehouse.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="仓库资料"  >',
+                        '"src="resources/images/guide/warehouse.png" align ="center" width="135" height="90" alt="仓库资料"  >',
                         '<figcaption>',
                         '仓库信息管理',
                         '</figcaption>',
@@ -81,7 +81,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'product\')">',
                         '<img class="',
                         '<tpl if="!product">x-guide-mask </tpl>',
-                        '"src="resources/images/guide/product.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="物料资料"  >',
+                        '"src="resources/images/guide/product.png" align ="center" width="135" height="90" alt="物料资料"  >',
                         '<figcaption>',
                         '物料信息管理',
                         '</figcaption>',
@@ -122,7 +122,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin: 40px 185px 0 182px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'customer\')">',
                         '<img class="',
                         '<tpl if="!customer">x-guide-mask </tpl>',
-                        '"src="resources/images/guide/customer.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="客户资料"  >',
+                        '"src="resources/images/guide/customer.png" align ="center" width="135" height="90" alt="客户资料"  >',
                         '<figcaption>',
                         '客户信息管理',
                         '</figcaption>',
@@ -131,7 +131,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin: 0px 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'vendor\')">',
                         '<img class="',
                         '<tpl if="!vendor">x-guide-mask </tpl>',
-                        '"src="resources/images/guide/vendor.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="供应商资料"  >',
+                        '"src="resources/images/guide/vendor.png" align ="center" width="135" height="90" alt="供应商资料"  >',
                         '<figcaption>',
                         '供应商信息管理',
                         '</figcaption>',
@@ -140,7 +140,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
                         '<figure style="margin: 0 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'begin\',\'{begin}\')">',
                         '<img class="',
                         '<tpl if="!begin">x-guide-mask </tpl>',
-                        '" src="resources/images/guide/begin.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="开始使用"  >',
+                        '" src="resources/images/guide/begin.png" align ="center" width="135" height="90" alt="开始使用"  >',
                         '<figcaption>',
                         '开启U企云服务',
                         '</figcaption>',

BIN
frontend/saas-web/resources/images/guide/background.png


BIN
frontend/saas-web/resources/images/guide/font-background.png


+ 4 - 1
frontend/saas-web/resources/othcss/imagehover.css

@@ -13,7 +13,7 @@
   display: inline-block;
   margin: 0px;
   max-width: 100%;
-  background-color: rgb(52, 186, 246);
+  /* background-color: rgb(52, 186, 246); */
   color: #fff;
   overflow: hidden;
   -webkit-backface-visibility: hidden;
@@ -754,6 +754,9 @@
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
+  background-position: center;
+  background-repeat: no-repeat;
+  background-image: url(../../../../resources/images/guide/font-background.png);
   -webkit-transition-delay: 0.3s;
   transition-delay: 0.3s;
 }