Commit e1821a5d authored by 郭朴讴's avatar 郭朴讴

半导体样式

parent 10cf17b1
...@@ -1175,17 +1175,17 @@ ...@@ -1175,17 +1175,17 @@
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.page-teams .top { .page-teams .top {
height: 620px; height: 480px;
} }
} }
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.page-teams .top { .page-teams .top {
height: 620px; height: 430px;
} }
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.page-teams .top { .page-teams .top {
height: 620px; height: 387px;
} }
} }
.page-teams .top .boss { .page-teams .top .boss {
...@@ -1283,17 +1283,17 @@ ...@@ -1283,17 +1283,17 @@
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.page-teams .item .text { .page-teams .item .text {
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
height: 570px; height: 350px;
} }
} }
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.page-teams .item .text { .page-teams .item .text {
height: 620px; height: 400px;
} }
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.page-teams .item .text { .page-teams .item .text {
height: 540px; height: 320px;
} }
} }
.page-teams .item h2 { .page-teams .item h2 {
......
...@@ -2,14 +2,6 @@ ...@@ -2,14 +2,6 @@
@{ @{
ViewBag.Title = "Investment Business"; ViewBag.Title = "Investment Business";
} }
<style>
#tab2 .txt{
height: 240px!important;
}
#tab3 .item001{
height: 355px!important;
}
</style>
<div class="banner banner-contact banner-business"> <div class="banner banner-contact banner-business">
<h1>Investment Business</h1> <h1>Investment Business</h1>
</div> </div>
......
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