Commit 3c5fc371 by libai

测试

parent 34b4ef1e
......@@ -60,8 +60,6 @@ body::-webkit-scrollbar {
.live-box-ul .live-top-box {
width: 268px;
height: 268px;
background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368) no-repeat;
background-size: cover;
border-radius: 8px;
overflow: hidden;
position: relative;
......@@ -70,11 +68,12 @@ body::-webkit-scrollbar {
}
.live-box-ul .live-top-shadow {
width: 268px;
height: 60px;
height: 130px;
opacity: 0.5;
position: absolute;
bottom: 0;
bottom: -50px;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
pointer-events: none;
}
.live-box-ul .live-icon {
......
......@@ -78,8 +78,8 @@
.live-top-box{
width: 268px;
height: 268px;
background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
background-size: cover;
// background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
// background-size: cover;
border-radius: 8px;
overflow: hidden;
position: relative;
......@@ -88,11 +88,12 @@
}
.live-top-shadow{
width: 268px;
height: 60px;
height:130px;
opacity: 0.5;
position: absolute;
bottom: 0;
bottom: -50px;
left: 0;
background:linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));
background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0));
pointer-events: none;
}
.live-icon{
......
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 sign in to comment