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
106e90d7
Commit
106e90d7
authored
Jul 22, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
26f43c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
Index - 复制.cshtml
Views/About/Index - 复制.cshtml
+4
-4
Index.cshtml
Views/About/Index.cshtml
+5
-6
No files found.
Views/About/Index - 复制.cshtml
View file @
106e90d7
...
...
@@ -245,14 +245,14 @@
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$("#tab3 .top .intro").wrap("<div style='height: 360px;overflow: hidden;'></div>");
$("#tab3 .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) {
$("#tab3 .top .intro").parent().parent().append("<div class='zkbtn'>open</div>");
$("#tab3 .top .intro").parent().parent().append("<div
style='bottom: -20px;color: #FFFFFF;'
class='zkbtn'>open</div>");
}
$("#tab3 .text p").each(function(){
if (
this
.height()>175) {
$("#tab3 .
row .
text p").each(function(){
if (
$(this)
.height()>175) {
$(this).parent().parent().append("<div class='zkbtn1'>open</div>");
}
})
...
...
Views/About/Index.cshtml
View file @
106e90d7
...
...
@@ -68,15 +68,15 @@
$(this).addClass("active");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$("#tab3 .top .intro").wrap("<div style='height: 360px;overflow: hidden;'></div>");
$("#tab3 .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
$("#tab3 .top .intro").wrap("<div style='height: 360px;overflow: hidden;'></div>");
$("#tab3 .
row .
text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
if ($("#tab3 .top .intro").height()>360) {
$("#tab3 .top .intro").parent().parent().append("<div class='zkbtn'>open</div>");
$("#tab3 .top .intro").parent().parent().append("<div
style='bottom: -20px;color: #FFFFFF;'
class='zkbtn'>open</div>");
}
$("#tab3 .text p").each(function(){
if (
this
.height()>175) {
$("#tab3 .
row .
text p").each(function(){
if (
$(this)
.height()>175) {
$(this).parent().parent().append("<div class='zkbtn1'>open</div>");
}
})
...
...
@@ -103,7 +103,6 @@
$(this).html("open")
}
})
})
});
...
...
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