反馈调整css

master
Lee-1203 2022-02-17 09:40:54 +08:00
parent fc73b584ae
commit 1ff1ec2f4b
1 changed files with 40 additions and 7 deletions

View File

@ -2598,7 +2598,8 @@ textarea::-webkit-input-placeholder {
.pull-item.pull-item-fixed{
top: 70px;
}
.news-list li{
.news-list li,
.news-list li:nth-of-type(3n){
width: 100%;
margin-right: 0;
}
@ -2609,15 +2610,25 @@ textarea::-webkit-input-placeholder {
.news-img img{
min-height: 238px;
}
.pase-size a{
font-size: 13px;
.pase-size{
flex-wrap: wrap;
justify-content: flex-start;
}
.pase-size a:nth-of-type(n+7){
.pase-size a{
width: 24px;
line-height: 24px;
font-size: 13px;
margin: 0 2px;
}
.pase-size a:first-child, .pase-size a:last-child{
padding: 0 5px;
}
/* .pase-size a:nth-of-type(n+7){
display: none;
}
.pase-size a:last-child{
display: block;
}
} */
.pull-swiper{
height: 240px;
}
@ -2649,10 +2660,16 @@ textarea::-webkit-input-placeholder {
.news-page .next{
justify-content: flex-start;
}
.news-page .next .page-title{
text-align: left;
}
.business-img{
flex-wrap: wrap;
margin-bottom: 0;
}
.area-list li p{
margin-top: 12px;
}
.view{
width: 100%;
}
@ -2680,7 +2697,10 @@ textarea::-webkit-input-placeholder {
width: 100%;
}
.area-list li .more{
margin-top: 40px;
margin-top: 60px;
}
.area-list li{
padding: 30px 18px;
}
.area-list li:nth-of-type(odd){
background-color: #FFFFFF;
@ -2692,7 +2712,7 @@ textarea::-webkit-input-placeholder {
padding: 20px 10px;
}
.inspect-time{
width: 70;
width: 72px;
padding-right: 10px;
}
.inspect-txt{
@ -2704,6 +2724,19 @@ textarea::-webkit-input-placeholder {
.enterprise-list li>div{
width: 100%;
}
.inspect-list li:hover .inspect-img
.inspect-list li:hover .inspect-txt{
display: none;
}
.enterprise-list{
margin-bottom: 0;
}
.news-bg{
padding-bottom: 30px;
}
.pase-size{
margin-top: 30px;
}
.enterprise-img{
height: 205px;
}