Commit 72bfc71a authored by zhengke's avatar zhengke

b2b首页新增酒店显示

parent bc1c8749
......@@ -590,8 +590,8 @@ a{
.Home .hotel .hotel_right_item .hotel_remake{
width:116px;
height:116px;
background:rgba(0,0,0,1);
opacity:0.75;
background:rgba(0,0,0,0.45);
/* opacity:0.75; */
border-radius:50%;
position: absolute;
text-align: center;
......@@ -804,3 +804,14 @@ a{
height: 1px;
background-color: #ededed;
}
.Home .Home_HtName{
display: inline-block;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
padding: 0 5px;
-webkit-box-orient: vertical;
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment