Commit 7507cd9c1102d1cf8241286c2776d1078e46e41e
1 parent
3072cdfb
直播页面修改
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/page/live.html
| ... | ... | @@ -196,14 +196,14 @@ |
| 196 | 196 | |
| 197 | 197 | <!-- </a> --> |
| 198 | 198 | <div class="form-group" th:if="${live.activity_status != 1 }"> |
| 199 | - <div style="height: 230px"> | |
| 199 | + <div style="height: 22vmin;background: pink;"> | |
| 200 | 200 | <img th:src='@{${live.cover_img_url}}' |
| 201 | 201 | alt="封面图" width="100%" height="100%"> |
| 202 | 202 | </div> |
| 203 | 203 | |
| 204 | 204 | </div> |
| 205 | 205 | <div class="form-group" th:if="${live.activity_status== 1 }"> |
| 206 | - <div style="height: 230px"> | |
| 206 | + <div style="height: 22vmin;background: pink;"> | |
| 207 | 207 | <embed name="cnlive" width="100%" height="100%" id="cnlive" |
| 208 | 208 | src="http://data.cnlive.com/export/UuidPlayerMain.swf" |
| 209 | 209 | th:flashVars="@{'hasBorder=false&appid=82_irej0pbo53&type=live&model=2&videoURL='+${live.rtmp_url}}" | ... | ... |