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
4f8c4a3d
Commit
4f8c4a3d
authored
Jul 24, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体样式
parent
a298442e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
6 deletions
+22
-6
Index - 复制.cshtml
Views/About/Index - 复制.cshtml
+6
-2
Index.cshtml
Views/About/Index.cshtml
+6
-2
Index - 复制.cshtml
Views/Business/Index - 复制.cshtml
+5
-1
Index.cshtml
Views/Business/Index.cshtml
+5
-1
No files found.
Views/About/Index - 复制.cshtml
View file @
4f8c4a3d
...
...
@@ -226,8 +226,12 @@
}
$(function () {
if (IsPC()) {
$("#tab3 .top .intro").wrap("<div style='height: 3
60
px;overflow: hidden;'></div>");
$("#tab3 .top .intro").wrap("<div style='height: 3
53
px;overflow: hidden;'></div>");
$("#tab3 .row .text p").wrap("<div style='height: 195px;overflow: hidden;'></div>");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
$("#tab3 .row:first-child").css("margin-left","-2px");
}
}
var url = $(location).attr('href');
var oindex = url.indexOf("#");
...
...
@@ -261,7 +265,7 @@
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>3
60
) {
if ($("#tab3 .top .intro").height()>3
53
) {
$("#tab3 .top .intro").parent().parent().parent().append("<div style='color: #FFFFFF;' class='zkbtn'>open</div>");
}
if ($("#tab3 .top .intro").parent().hasClass("tdiv")) {
...
...
Views/About/Index.cshtml
View file @
4f8c4a3d
...
...
@@ -50,8 +50,12 @@
}
$(function () {
if (IsPC()) {
$("#tab3 .top .intro").wrap("<div style='height: 3
60
px;overflow: hidden;'></div>");
$("#tab3 .top .intro").wrap("<div style='height: 3
53
px;overflow: hidden;'></div>");
$("#tab3 .row .text p").wrap("<div style='height: 195px;overflow: hidden;'></div>");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
$("#tab3 .row:first-child").css("margin-left","-2px");
}
}
var url = $(location).attr('href');
var oindex = url.indexOf("#");
...
...
@@ -85,7 +89,7 @@
$(".zkbtn,.zkbtn1").remove();
$("#tab3 .row").addClass("disflex");
if ($("#tab3 .top .intro").height()>3
60
) {
if ($("#tab3 .top .intro").height()>3
53
) {
$("#tab3 .top .intro").parent().parent().parent().append("<div style='color: #FFFFFF;' class='zkbtn'>open</div>");
}
if ($("#tab3 .top .intro").parent().hasClass("tdiv")) {
...
...
Views/Business/Index - 复制.cshtml
View file @
4f8c4a3d
...
...
@@ -97,8 +97,12 @@
$(function () {
if (IsPC()) {
$("#tab2 .txt p").wrap("<div style='height: 120px;overflow: hidden;'></div>");
$("#tab3 p").wrap("<div style='height: 50px;overflow: hidden;'></div>");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
$("#tab2 .row:first-child").css("margin-left","-2px");
$("#tab3 .row:first-child").css("margin-left","-2px");
}
}
...
...
Views/Business/Index.cshtml
View file @
4f8c4a3d
...
...
@@ -178,8 +178,12 @@
$(function () {
if (IsPC()) {
$("#tab2 .txt p").wrap("<div style='height: 120px;overflow: hidden;'></div>");
$("#tab3 p").wrap("<div style='height: 50px;overflow: hidden;'></div>");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
$("#tab2 .row:first-child").css("margin-left","-2px");
$("#tab3 .row:first-child").css("margin-left","-2px");
}
}
var url = $(location).attr('href');
...
...
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