...
|
...
|
@@ -760,7 +760,17 @@ body { |
|
|
width: 100%;
|
|
|
background-color: white;
|
|
|
}
|
|
|
|
|
|
.happy_live_con_1_introduce span{
|
|
|
display: block;
|
|
|
font-size: 14px;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
line-height: 24px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 5;
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
.happy_live_con_1_introduce {
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
...
|
...
|
@@ -771,14 +781,7 @@ body { |
|
|
box-sizing: border-box;
|
|
|
height: 160px;
|
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
font-size: 14px;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
line-height: 24px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 5;
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
|
}
|
|
|
|
|
|
.happy_live_con_1Img {
|
...
|
...
|
|