lee
parent
c602266429
commit
4a12ac90c4
|
@ -414,6 +414,9 @@
|
||||||
.index-product .product-list .product-item{
|
.index-product .product-list .product-item{
|
||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
|
.index-product .product-list .product-item>a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.index-product .product-list .product-item:first-child{
|
.index-product .product-list .product-item:first-child{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
@ -475,6 +478,9 @@
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.index-news .left>a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.index-news .left span{
|
.index-news .left span{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1535,6 +1541,13 @@
|
||||||
.page-product>div.right .page-txt{
|
.page-product>div.right .page-txt{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
.page-product>div.right>a:nth-of-type(1){
|
||||||
|
display: block;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 80%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.page-product>div .more{
|
.page-product>div .more{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -2291,6 +2304,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.index-news .left>a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.index-news .left span{
|
.index-news .left span{
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
@ -2312,6 +2328,9 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.index-news .right>.news-item a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.index-news .right>.news-item .news-title{
|
.index-news .right>.news-item .news-title{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -2812,7 +2831,7 @@
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
.join-list li .join-title h4{
|
.join-list li .join-title h4{
|
||||||
max-width: 60%;
|
max-width: 46%;
|
||||||
}
|
}
|
||||||
.join-list li .join-title h4, .join-list li .join-title span{
|
.join-list li .join-title h4, .join-list li .join-title span{
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue