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
07c647ca
Commit
07c647ca
authored
Jul 24, 2019
by
郭朴讴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半导体
parent
03608e87
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
Index - 复制.cshtml
Views/About/Index - 复制.cshtml
+1
-2
Index.cshtml
Views/About/Index.cshtml
+1
-2
Index - 复制.cshtml
Views/Business/Index - 复制.cshtml
+2
-2
Index.cshtml
Views/Business/Index.cshtml
+2
-2
No files found.
Views/About/Index - 复制.cshtml
View file @
07c647ca
...
...
@@ -228,11 +228,10 @@
if (IsPC()) {
$("#tab3 .top .intro").wrap("<div style='height: 353px;overflow: hidden;'></div>");
$("#tab3 .row .text p").wrap("<div style='height: 195px;overflow: hidden;'></div>");
$("#tab3 .row:first-child").css("margin-left","-2px");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
console.log(userAgent)
$("#tab3 .row:first-child").css("margin-left","-2px");
$("#tab3 .row
div
:first-child").css("margin-left","-2px");
}
}
var url = $(location).attr('href');
...
...
Views/About/Index.cshtml
View file @
07c647ca
...
...
@@ -52,11 +52,10 @@
if (IsPC()) {
$("#tab3 .top .intro").wrap("<div style='height: 353px;overflow: hidden;'></div>");
$("#tab3 .row .text p").wrap("<div style='height: 195px;overflow: hidden;'></div>");
$("#tab3 .row:first-child").css("margin-left","-2px");
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
if (userAgent.indexOf("Safari") > -1) {
console.log(userAgent)
$("#tab3 .row:first-child").css("margin-left","-2px");
$("#tab3 .row
div
:first-child").css("margin-left","-2px");
}
}
var url = $(location).attr('href');
...
...
Views/Business/Index - 复制.cshtml
View file @
07c647ca
...
...
@@ -100,8 +100,8 @@
$("#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");
$("#tab2 .row
div
:first-child").css("margin-left","-2px");
$("#tab3 .row
div
:first-child").css("margin-left","-2px");
}
}
...
...
Views/Business/Index.cshtml
View file @
07c647ca
...
...
@@ -181,8 +181,8 @@
$("#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");
$("#tab2 .row
div
:first-child").css("margin-left","-2px");
$("#tab3 .row
div
:first-child").css("margin-left","-2px");
}
}
...
...
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