Commit 47ebdfec authored by 郭朴讴's avatar 郭朴讴

半导体样式

parent b9c815f1
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
$("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>"); $("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
if ($("#tab3 .top .intro").height()>360) { if ($("#tab3 .top .intro").height()>360) {
$("#tab3 .top .intro").parent().parent().parent().append("<div style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>"); $("#tab3 .top .intro").parent().parent().parent().append("<div style='color: #FFFFFF;' class='zkbtn'>open</div>");
} }
$("#tab3 .row .text p").each(function(){ $("#tab3 .row .text p").each(function(){
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
$("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>"); $("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
if ($("#tab3 .top .intro").height()>360) { if ($("#tab3 .top .intro").height()>360) {
$("#tab3 .top .intro").parent().parent().parent().append("<div style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>"); $("#tab3 .top .intro").parent().parent().parent().append("<div style='color: #FFFFFF;' class='zkbtn'>open</div>");
} }
$("#tab3 .row .text p").each(function(){ $("#tab3 .row .text 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