...
|
...
|
@@ -52,7 +52,7 @@ |
|
|
border-radius: 2.5rem;
|
|
|
|
|
|
.img {
|
|
|
background: rgba(0, 0, 0, 0.5) resolve('img/activity/live/live/btn_play.png') center center;
|
|
|
background: rgba(0, 0, 0, 0.5) resolve('activity/live/live/btn_play.png') center center;
|
|
|
background-size: contain;
|
|
|
border-radius: 50%;
|
|
|
width: 165px;
|
...
|
...
|
@@ -95,7 +95,7 @@ |
|
|
width: 153px;
|
|
|
height: 110px;
|
|
|
margin: 0 auto;
|
|
|
background: resolve('img/activity/live/live/live-loading.gif') no-repeat;
|
|
|
background: resolve('activity/live/live/live-loading.gif') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -272,7 +272,7 @@ |
|
|
.live-like-pannel .like-main {
|
|
|
width: 110px;
|
|
|
height: 110px;
|
|
|
background: resolve('img/activity/live/live/like_icon1.png') no-repeat;
|
|
|
background: resolve('activity/live/live/like_icon1.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -385,7 +385,7 @@ |
|
|
height: 70px;
|
|
|
float: left;
|
|
|
margin-right: 16px;
|
|
|
background: resolve('img/activity/live/live/app_logo.png') no-repeat;
|
|
|
background: resolve('activity/live/live/app_logo.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
...
|
...
|
|