上传文件至 'css'

master
Lee 2021-12-15 18:28:13 +08:00
parent 7692f7af04
commit e43bb6d950
1 changed files with 10 additions and 1 deletions

View File

@ -79,6 +79,9 @@
position: relative;
cursor: pointer;
}
.classify-item>li>a{
display: block;
}
.sub-nav dl dt>a,
.product-classify>li span,
.classify-item>li span{
@ -995,6 +998,9 @@
align-items: center;
flex-direction: row-reverse;
}
.classify-list ul li>a{
display: block;
}
.classify-list ul li .product-img{
width: 50%;
/* height: 480px; */
@ -1136,6 +1142,7 @@
}
.news-content ul>li .news-txt{
width: 38.28%;
min-height: 150px;
position: relative;
}
.news-content ul>li .news-txt h3{
@ -1173,7 +1180,6 @@
}
.news-content ul>li .news-img{
width: 31.25%;
height: ;
overflow: hidden;
}
.news-content ul>li .news-img img{
@ -2687,6 +2693,9 @@
height: 240px;
margin-top: 30px;
}
.news-content ul>li .news-txt{
min-height: auto;
}
}