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
fe2b4ce1
Commit
fe2b4ce1
authored
Jul 22, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
47ebdfec
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
1 deletion
+13
-1
Main.css
Content/css/Main.css
+6
-0
Main.min.css
Content/css/Main.min.css
+1
-1
Index - 复制.cshtml
Views/About/Index - 复制.cshtml
+1
-0
Index.cshtml
Views/About/Index.cshtml
+1
-0
Index - 复制.cshtml
Views/Business/Index - 复制.cshtml
+2
-0
Index.cshtml
Views/Business/Index.cshtml
+2
-0
No files found.
Content/css/Main.css
View file @
fe2b4ce1
...
@@ -2367,3 +2367,9 @@ a:hover {
...
@@ -2367,3 +2367,9 @@ a:hover {
.tdivs
{
.tdivs
{
height
:
620px
!important
;
height
:
620px
!important
;
}
}
.disflex
{
display
:
flex
;
display
:
-webkit-flex
;
flex-wrap
:
wrap
;
-webkit-flex-wrap
:
wrap
;
}
Content/css/Main.min.css
View file @
fe2b4ce1
This diff is collapsed.
Click to expand it.
Views/About/Index - 复制.cshtml
View file @
fe2b4ce1
...
@@ -244,6 +244,7 @@
...
@@ -244,6 +244,7 @@
$(this).addClass("active");
$(this).addClass("active");
var con = $(this).attr("href");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$(con).addClass("active").siblings().removeClass("active");
$("#tab3 .row").addClass("disflex");
$("#tab3 .top .intro").wrap("<div style='height: 360px;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>");
$("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
...
...
Views/About/Index.cshtml
View file @
fe2b4ce1
...
@@ -68,6 +68,7 @@
...
@@ -68,6 +68,7 @@
$(this).addClass("active");
$(this).addClass("active");
var con = $(this).attr("href");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$(con).addClass("active").siblings().removeClass("active");
$("#tab3 .row").addClass("disflex");
$("#tab3 .top .intro").wrap("<div style='height: 360px;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>");
$("#tab3 .row .text p").wrap("<div style='height: 175px;overflow: hidden;'></div>");
...
...
Views/Business/Index - 复制.cshtml
View file @
fe2b4ce1
...
@@ -120,6 +120,8 @@
...
@@ -120,6 +120,8 @@
$(this).addClass("active");
$(this).addClass("active");
var con = $(this).attr("href");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$(con).addClass("active").siblings().removeClass("active");
$("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){
$("#tab2 .txt p").each(function(){
console.log($(this).height());
console.log($(this).height());
if ($(this).height()>100) {
if ($(this).height()>100) {
...
...
Views/Business/Index.cshtml
View file @
fe2b4ce1
...
@@ -199,6 +199,8 @@
...
@@ -199,6 +199,8 @@
$(this).addClass("active");
$(this).addClass("active");
var con = $(this).attr("href");
var con = $(this).attr("href");
$(con).addClass("active").siblings().removeClass("active");
$(con).addClass("active").siblings().removeClass("active");
$("#tab2 .row").addClass("disflex");
$("#tab3 .row").addClass("disflex");
$("#tab2 .txt p").each(function(){
$("#tab2 .txt p").each(function(){
console.log($(this).height());
console.log($(this).height());
if ($(this).height()>100) {
if ($(this).height()>100) {
...
...
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