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

半导体样式

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