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

半导体公共部分

parent 56eb7660
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<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">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
......@@ -38,7 +38,7 @@
<link href="~/Plugins/toastr/toastr.min.css" rel="stylesheet" />
<link href="~/Content/css/Main.min.css" rel="stylesheet" />
<style>
.overflow-hidden dt,dd{
.overflow-hidden{
height: 25px;
overflow: hidden;
text-overflow:ellipsis;
......@@ -57,21 +57,21 @@
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="row menus hidden-xs overflow-hidden">
<div class="row menus hidden-xs">
<div class="col-sm-2">
<dl>
<dt title="About us">About us</dt>
<dd title="Company Profile">
<dt class="overflow-hidden" title="About us">About us</dt>
<dd class="overflow-hidden" title="Company Profile">
<a href="/about#tab1">
Company Profile
</a>
</dd>
<dd title="Events">
<dd class="overflow-hidden" title="Events">
<a href="/about#tab2">
Events
</a>
</dd>
<dd title="Company Team">
<dd class="overflow-hidden" title="Company Team">
<a href="/about#tab3">
Company Team
</a>
......@@ -80,18 +80,18 @@
</div>
<div class="col-sm-2">
<dl>
<dt title="Investment Business">Investment Business</dt>
<dd title="Main business">
<dt class="overflow-hidden" title="Investment Business">Investment Business</dt>
<dd class="overflow-hidden" title="Main business">
<a href="#">
Main business
</a>
</dd>
<dd title="Investment field">
<dd class="overflow-hidden" title="Investment field">
<a href="#">
Investment field
</a>
</dd>
<dd title="investment portfolio">
<dd class="overflow-hidden" title="investment portfolio">
<a href="#">
investment portfolio
</a>
......@@ -100,9 +100,9 @@
</div>
<div class="col-sm-2">
<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">
News and Information
</a>
......@@ -111,13 +111,13 @@
</div>
<div class="col-sm-2 ">
<dl>
<dt title="Talent Recruitment">Talent Recruitment </dt>
<dd title="Talent Idea">
<dt class="overflow-hidden" title="Talent Recruitment">Talent Recruitment </dt>
<dd class="overflow-hidden" title="Talent Idea">
<a href="/about#tab1">
Talent Idea
</a>
</dd>
<dd title="Recruitment Information">
<dd class="overflow-hidden" title="Recruitment Information">
<a href="/about#tab2">
Recruitment Information
</a>
......@@ -126,20 +126,20 @@
</div>
<div class="col-sm-2">
<dl>
<dt title="Contact us">Contact us </dt>
<dd title="Contact information">
<dt class="overflow-hidden" title="Contact us">Contact us </dt>
<dd class="overflow-hidden" title="Contact information">
<a href="/contact#tab1">
Contact information
</a>
</dd>
<dd title="Feedback">
<dd class="overflow-hidden" title="Feedback">
<a href="/contact#tab2">
Feedback
</a>
</dd>
<dd title="business cooperation">
<dd class="overflow-hidden" title="business cooperation">
<a href="/contact#tab3">
business cooperation
</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