Commit 10cf17b1 authored by 郭朴讴's avatar 郭朴讴

半导体样式

parent 37041a7c
...@@ -986,7 +986,8 @@ ...@@ -986,7 +986,8 @@
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.page-about .section1 .item { .page-about .section1 .item {
height: 307px; /*height: 307px;*/
height: 375px;
} }
} }
.page-about .section1 .item .sub-title { .page-about .section1 .item .sub-title {
...@@ -1011,6 +1012,7 @@ ...@@ -1011,6 +1012,7 @@
padding-top: 2rem; padding-top: 2rem;
padding-bottom: 3rem; padding-bottom: 3rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
height: 20.5rem;
} }
.page-about .section1 .card .iconfont { .page-about .section1 .card .iconfont {
font-size: 42px; font-size: 42px;
...@@ -1173,17 +1175,17 @@ ...@@ -1173,17 +1175,17 @@
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.page-teams .top { .page-teams .top {
height: 480px; height: 620px;
} }
} }
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.page-teams .top { .page-teams .top {
height: 430px; height: 620px;
} }
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.page-teams .top { .page-teams .top {
height: 387px; height: 620px;
} }
} }
.page-teams .top .boss { .page-teams .top .boss {
...@@ -1281,17 +1283,17 @@ ...@@ -1281,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: 350px; height: 570px;
} }
} }
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.page-teams .item .text { .page-teams .item .text {
height: 400px; height: 620px;
} }
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.page-teams .item .text { .page-teams .item .text {
height: 320px; height: 540px;
} }
} }
.page-teams .item h2 { .page-teams .item h2 {
......
This diff is collapsed.
...@@ -2,20 +2,6 @@ ...@@ -2,20 +2,6 @@
@{ @{
ViewBag.Title = "About us"; ViewBag.Title = "About us";
} }
<style>
.item{
height: 375px!important;
}
.card{
height: 100%!important;
}
#tab3 .top{
height: 620px;
}
#tab3 .text{
height: 540px;
}
</style>
<div class="banner banner-contact banner-about"> <div class="banner banner-contact banner-about">
<h1>About us</h1> <h1>About us</h1>
</div> </div>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#tab2 .txt{ #tab2 .txt{
height: 240px!important; height: 240px!important;
} }
#tab2 .item001{ #tab3 .item001{
height: 355px!important; height: 355px!important;
} }
</style> </style>
......
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