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