修改0128
parent
d00e535145
commit
91b19f1393
|
@ -523,6 +523,9 @@ footer{
|
|||
.pull-img>span img{
|
||||
margin: 0 auto;
|
||||
}
|
||||
.pull-txt{
|
||||
width: calc(100% -80rpx);
|
||||
}
|
||||
.pull-txt h3{
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
|
|
|
@ -2701,6 +2701,17 @@
|
|||
margin: 0 auto;
|
||||
float: none;
|
||||
}
|
||||
.pull-banner-img{
|
||||
height: 240px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.banner-content .banner-img{
|
||||
width: 100px;
|
||||
height: 80px;
|
||||
}
|
||||
.banner-content .banner-img img{
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width:350px){
|
||||
.culture-img{
|
||||
|
|
Loading…
Reference in New Issue