反馈调整css
parent
fc73b584ae
commit
1ff1ec2f4b
|
@ -2598,7 +2598,8 @@ textarea::-webkit-input-placeholder {
|
||||||
.pull-item.pull-item-fixed{
|
.pull-item.pull-item-fixed{
|
||||||
top: 70px;
|
top: 70px;
|
||||||
}
|
}
|
||||||
.news-list li{
|
.news-list li,
|
||||||
|
.news-list li:nth-of-type(3n){
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -2609,15 +2610,25 @@ textarea::-webkit-input-placeholder {
|
||||||
.news-img img{
|
.news-img img{
|
||||||
min-height: 238px;
|
min-height: 238px;
|
||||||
}
|
}
|
||||||
.pase-size a{
|
.pase-size{
|
||||||
font-size: 13px;
|
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;
|
display: none;
|
||||||
}
|
}
|
||||||
.pase-size a:last-child{
|
.pase-size a:last-child{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
} */
|
||||||
.pull-swiper{
|
.pull-swiper{
|
||||||
height: 240px;
|
height: 240px;
|
||||||
}
|
}
|
||||||
|
@ -2649,10 +2660,16 @@ textarea::-webkit-input-placeholder {
|
||||||
.news-page .next{
|
.news-page .next{
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
.news-page .next .page-title{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
.business-img{
|
.business-img{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.area-list li p{
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
.view{
|
.view{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -2680,7 +2697,10 @@ textarea::-webkit-input-placeholder {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.area-list li .more{
|
.area-list li .more{
|
||||||
margin-top: 40px;
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
.area-list li{
|
||||||
|
padding: 30px 18px;
|
||||||
}
|
}
|
||||||
.area-list li:nth-of-type(odd){
|
.area-list li:nth-of-type(odd){
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
@ -2692,7 +2712,7 @@ textarea::-webkit-input-placeholder {
|
||||||
padding: 20px 10px;
|
padding: 20px 10px;
|
||||||
}
|
}
|
||||||
.inspect-time{
|
.inspect-time{
|
||||||
width: 70;
|
width: 72px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
.inspect-txt{
|
.inspect-txt{
|
||||||
|
@ -2704,6 +2724,19 @@ textarea::-webkit-input-placeholder {
|
||||||
.enterprise-list li>div{
|
.enterprise-list li>div{
|
||||||
width: 100%;
|
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{
|
.enterprise-img{
|
||||||
height: 205px;
|
height: 205px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue