Commit 92403b8f authored by 郭朴讴's avatar 郭朴讴

半导体公共部分

parent 56eb7660
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>@ViewBag.Title - @SettingsManager.Site.SiteName</title> <title>@ViewBag.title - @SettingsManager.Site.SiteName</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" href="apple-touch-icon.png"> <link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<link href="~/Plugins/toastr/toastr.min.css" rel="stylesheet" /> <link href="~/Plugins/toastr/toastr.min.css" rel="stylesheet" />
<link href="~/Content/css/Main.min.css" rel="stylesheet" /> <link href="~/Content/css/Main.min.css" rel="stylesheet" />
<style> <style>
.overflow-hidden dt,dd{ .overflow-hidden{
height: 25px; height: 25px;
overflow: hidden; overflow: hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
...@@ -57,21 +57,21 @@ ...@@ -57,21 +57,21 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<div class="row menus hidden-xs overflow-hidden"> <div class="row menus hidden-xs">
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt title="About us">About us</dt> <dt class="overflow-hidden" title="About us">About us</dt>
<dd title="Company Profile"> <dd class="overflow-hidden" title="Company Profile">
<a href="/about#tab1"> <a href="/about#tab1">
Company Profile Company Profile
</a> </a>
</dd> </dd>
<dd title="Events"> <dd class="overflow-hidden" title="Events">
<a href="/about#tab2"> <a href="/about#tab2">
Events Events
</a> </a>
</dd> </dd>
<dd title="Company Team"> <dd class="overflow-hidden" title="Company Team">
<a href="/about#tab3"> <a href="/about#tab3">
Company Team Company Team
</a> </a>
...@@ -80,18 +80,18 @@ ...@@ -80,18 +80,18 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt title="Investment Business">Investment Business</dt> <dt class="overflow-hidden" title="Investment Business">Investment Business</dt>
<dd title="Main business"> <dd class="overflow-hidden" title="Main business">
<a href="#"> <a href="#">
Main business Main business
</a> </a>
</dd> </dd>
<dd title="Investment field"> <dd class="overflow-hidden" title="Investment field">
<a href="#"> <a href="#">
Investment field Investment field
</a> </a>
</dd> </dd>
<dd title="investment portfolio"> <dd class="overflow-hidden" title="investment portfolio">
<a href="#"> <a href="#">
investment portfolio investment portfolio
</a> </a>
...@@ -100,9 +100,9 @@ ...@@ -100,9 +100,9 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt title="News and Information">News and Information </dt> <dt class="overflow-hidden" title="News and Information">News and Information </dt>
<dd title="News and Information"> <dd class="overflow-hidden" title="News and Information">
<a href="/article"> <a href="/article">
News and Information News and Information
</a> </a>
...@@ -111,13 +111,13 @@ ...@@ -111,13 +111,13 @@
</div> </div>
<div class="col-sm-2 "> <div class="col-sm-2 ">
<dl> <dl>
<dt title="Talent Recruitment">Talent Recruitment </dt> <dt class="overflow-hidden" title="Talent Recruitment">Talent Recruitment </dt>
<dd title="Talent Idea"> <dd class="overflow-hidden" title="Talent Idea">
<a href="/about#tab1"> <a href="/about#tab1">
Talent Idea Talent Idea
</a> </a>
</dd> </dd>
<dd title="Recruitment Information"> <dd class="overflow-hidden" title="Recruitment Information">
<a href="/about#tab2"> <a href="/about#tab2">
Recruitment Information Recruitment Information
</a> </a>
...@@ -126,20 +126,20 @@ ...@@ -126,20 +126,20 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt title="Contact us">Contact us </dt> <dt class="overflow-hidden" title="Contact us">Contact us </dt>
<dd title="Contact information"> <dd class="overflow-hidden" title="Contact information">
<a href="/contact#tab1"> <a href="/contact#tab1">
Contact information Contact information
</a> </a>
</dd> </dd>
<dd title="Feedback"> <dd class="overflow-hidden" title="Feedback">
<a href="/contact#tab2"> <a href="/contact#tab2">
Feedback Feedback
</a> </a>
</dd> </dd>
<dd title="business cooperation"> <dd class="overflow-hidden" title="business cooperation">
<a href="/contact#tab3"> <a href="/contact#tab3">
business cooperation business cooperation
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment