Commit f659af65 authored by 郭朴讴's avatar 郭朴讴

半导体样式

parent e5eb9db1
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
$(function () { $(function () {
$("#tab2 .txt p").wrap("<div style='height: 100px;overflow: hidden;'></div>"); $("#tab2 .txt p").wrap("<div style='height: 100px;overflow: hidden;'></div>");
$("#tab3 p").wrap("<div style='height: 45px;overflow: hidden;'></div>"); $("#tab3 p").wrap("<div style='height: 50px;overflow: hidden;'></div>");
var url = $(location).attr('href'); var url = $(location).attr('href');
var oindex = url.indexOf("#"); var oindex = url.indexOf("#");
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
} }
}) })
$("#tab3 p").each(function(){ $("#tab3 p").each(function(){
if ($(this).height()>45) { if ($(this).height()>50) {
$(this).parent().parent().append("<div class='zkbtn'>展开</div>"); $(this).parent().parent().append("<div class='zkbtn'>展开</div>");
} }
}) })
......
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