Commit 59a8241b authored by 郭朴讴's avatar 郭朴讴

半导体样式

parent d80c863c
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
var con = $(this).attr("href"); var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active"); $(con).addClass("active").siblings().removeClass("active");
if (IsPC()) { if (IsPC()) {
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex"); $("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>360) { if ($("#tab3 .top .intro").height()>360) {
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
var con = $(this).attr("href"); var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active"); $(con).addClass("active").siblings().removeClass("active");
if (IsPC()) { if (IsPC()) {
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex"); $("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>360) { if ($("#tab3 .top .intro").height()>360) {
......
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
var con = $(this).attr("href"); var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active"); $(con).addClass("active").siblings().removeClass("active");
if (IsPC()) { if (IsPC()) {
$(".zkbtn").remove();
$("#tab2 .row").addClass("disflex"); $("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex"); $("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){ $("#tab2 .txt p").each(function(){
......
...@@ -211,6 +211,7 @@ ...@@ -211,6 +211,7 @@
var con = $(this).attr("href"); var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active"); $(con).addClass("active").siblings().removeClass("active");
if (IsPC()) { if (IsPC()) {
$(".zkbtn").remove();
$("#tab2 .row").addClass("disflex"); $("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex"); $("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){ $("#tab2 .txt p").each(function(){
......
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