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
b9c815f1
Commit
b9c815f1
authored
Jul 22, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
106e90d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Index - 复制.cshtml
Views/About/Index - 复制.cshtml
+4
-4
Index.cshtml
Views/About/Index.cshtml
+4
-4
No files found.
Views/About/Index - 复制.cshtml
View file @
b9c815f1
...
...
@@ -248,7 +248,7 @@
$("#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 style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>");
$("#tab3 .top .intro").parent().parent().
parent().
append("<div style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>");
}
$("#tab3 .row .text p").each(function(){
...
...
@@ -271,9 +271,9 @@
$(".zkbtn1").click(function(event){
event.stopPropagation();
event.preventDefault();
$(this).parent().find("
.intro
").parent().toggleClass("tdiv");
$(this).parent().toggleClass("tdiv");
if ($(this).parent().find("
.intro
").parent().hasClass("tdiv")) {
$(this).parent().find("
p
").parent().toggleClass("tdiv");
$(this).parent().
parent().
toggleClass("tdiv");
if ($(this).parent().find("
p
").parent().hasClass("tdiv")) {
$(this).html("close")
}else{
$(this).html("open")
...
...
Views/About/Index.cshtml
View file @
b9c815f1
...
...
@@ -72,7 +72,7 @@
$("#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 style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>");
$("#tab3 .top .intro").parent().parent().
parent().
append("<div style='bottom: -20px;color: #FFFFFF;' class='zkbtn'>open</div>");
}
$("#tab3 .row .text p").each(function(){
...
...
@@ -95,9 +95,9 @@
$(".zkbtn1").click(function(event){
event.stopPropagation();
event.preventDefault();
$(this).parent().find("
.intro
").parent().toggleClass("tdiv");
$(this).parent().toggleClass("tdiv");
if ($(this).parent().find("
.intro
").parent().hasClass("tdiv")) {
$(this).parent().find("
p
").parent().toggleClass("tdiv");
$(this).parent().
parent().
toggleClass("tdiv");
if ($(this).parent().find("
p
").parent().hasClass("tdiv")) {
$(this).html("close")
}else{
$(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