Commit 6969f5cb authored by 郭朴讴's avatar 郭朴讴

半导体底部修改

parent c107c337
...@@ -37,6 +37,14 @@ ...@@ -37,6 +37,14 @@
<link href="~/Content/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="~/Content/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<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>
.col-sm-2 dt,dd{
height: 25px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
</style>
</head> </head>
<body> <body>
...@@ -52,18 +60,18 @@ ...@@ -52,18 +60,18 @@
<div class="row menus hidden-xs"> <div class="row menus hidden-xs">
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt>About us</dt> <dt title="About us">About us</dt>
<dd> <dd title="Company Profile">
<a href="/about#tab1"> <a href="/about#tab1">
Company Profile Company Profile
</a> </a>
</dd> </dd>
<dd> <dd title="Events">
<a href="/about#tab2"> <a href="/about#tab2">
Events Events
</a> </a>
</dd> </dd>
<dd> <dd title="Company Team">
<a href="/about#tab3"> <a href="/about#tab3">
Company Team Company Team
</a> </a>
...@@ -72,18 +80,18 @@ ...@@ -72,18 +80,18 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt>Investment Business</dt> <dt title="Investment Business">Investment Business</dt>
<dd> <dd title="Main business">
<a href="#"> <a href="#">
Main business Main business
</a> </a>
</dd> </dd>
<dd> <dd title="Investment field">
<a href="#"> <a href="#">
Investment field Investment field
</a> </a>
</dd> </dd>
<dd> <dd title="investment portfolio">
<a href="#"> <a href="#">
investment portfolio investment portfolio
</a> </a>
...@@ -92,9 +100,9 @@ ...@@ -92,9 +100,9 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt>News and Information </dt> <dt title="News and Information">News and Information </dt>
<dd> <dd title="News and Information">
<a href="/article"> <a href="/article">
News and Information News and Information
</a> </a>
...@@ -103,13 +111,13 @@ ...@@ -103,13 +111,13 @@
</div> </div>
<div class="col-sm-2 "> <div class="col-sm-2 ">
<dl> <dl>
<dt>Talent Recruitment </dt> <dt title="Talent Recruitment">Talent Recruitment </dt>
<dd> <dd title="Talent Idea">
<a href="/about#tab1"> <a href="/about#tab1">
Talent Idea Talent Idea
</a> </a>
</dd> </dd>
<dd> <dd title="Recruitment Information">
<a href="/about#tab2"> <a href="/about#tab2">
Recruitment Information Recruitment Information
</a> </a>
...@@ -118,20 +126,20 @@ ...@@ -118,20 +126,20 @@
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
<dl> <dl>
<dt>Contact us </dt> <dt title="Contact us">Contact us </dt>
<dd> <dd title="Contact information">
<a href="/contact#tab1"> <a href="/contact#tab1">
Contact information Contact information
</a> </a>
</dd> </dd>
<dd> <dd title="Feedback">
<a href="/contact#tab2"> <a href="/contact#tab2">
Feedback Feedback
</a> </a>
</dd> </dd>
<dd> <dd 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