浏览代码

nav svg on scroll color updated

saikiranbolli 2 年前
父节点
当前提交
c564c38bf3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      dist/Js/main.js

+ 2
- 0
dist/Js/main.js 查看文件

35
             $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
35
             $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
36
             $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
36
             $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
37
             // $('.header-bottom-flex').find('svg path').attr('fill','#fff');
37
             // $('.header-bottom-flex').find('svg path').attr('fill','#fff');
38
+            $("body").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
39
+            $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
38
            
40
            
39
             if ($body_pg == true) {
41
             if ($body_pg == true) {
40
                 $(".main-menu").find("nav ul li a").addClass("text-dark");
42
                 $(".main-menu").find("nav ul li a").addClass("text-dark");

正在加载...
取消
保存