Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bdt_en
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢宇轩
bdt_en
Commits
7de88520
Commit
7de88520
authored
Jul 22, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
5291bbe4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
Index.cshtml
Views/Business/Index.cshtml
+13
-2
No files found.
Views/Business/Index.cshtml
View file @
7de88520
...
...
@@ -12,6 +12,13 @@
#tab2 .tdiv{
height: auto!important;
}
#tab2 .zkbtn{
position: absolute;
right: 0;
bottom: 0;
color: #999;
cursor: pointer;
}
</style>
<div class="sub-nav">
<div class="container">
...
...
@@ -203,12 +210,16 @@
if ($("#tab2 .txt p").height()>100) {
$("#tab2 .txt").a
fter("<div class='zkbtn' style='position: absolute;right: 0;bottom: 0;
'>展开</div>");
$("#tab2 .txt").a
ppend("<div class='zkbtn
'>展开</div>");
}
$(".zkbtn").click(function(){
$(this).parent().find("p").parent().toggleClass("tdiv");
$(this).html("收起");
if ($(this).parent().find("p").parent().hasClass("tdiv")) {
$(this).html("收起")
}else{
$(this).html("展开")
}
})
});
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment