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

半导体样式

parent d80c863c
......@@ -258,7 +258,7 @@
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
if (IsPC()) {
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>360) {
......
......@@ -82,9 +82,9 @@
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
if (IsPC()) {
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>360) {
$("#tab3 .top .intro").parent().parent().parent().append("<div style='color: #FFFFFF;' class='zkbtn'>open</div>");
}
......
......@@ -131,6 +131,7 @@
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
if (IsPC()) {
$(".zkbtn").remove();
$("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){
......
......@@ -210,7 +210,8 @@
$(this).addClass("active");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
if (IsPC()) {
if (IsPC()) {
$(".zkbtn").remove();
$("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex");
$("#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