Commit 1cf1f461cd7fc8496a2b98be6bdf6236840ff0f7

Authored by liwei2917
1 parent 1be4ccd3

直播页面

src/main/resources/templates/page/live.html
@@ -196,14 +196,14 @@ @@ -196,14 +196,14 @@
196 196
197 <!-- </a> --> 197 <!-- </a> -->
198 <div class="form-group" th:if="${live.activity_status != 1 }"> 198 <div class="form-group" th:if="${live.activity_status != 1 }">
199 - <div style="height: 23vmin;background: pink;"> 199 + <div style="height: 22.5vmin;background: pink;">
200 <img th:src='@{${live.cover_img_url}}' 200 <img th:src='@{${live.cover_img_url}}'
201 alt="封面图" width="100%" height="100%"> 201 alt="封面图" width="100%" height="100%">
202 </div> 202 </div>
203 203
204 </div> 204 </div>
205 <div class="form-group" th:if="${live.activity_status== 1 }"> 205 <div class="form-group" th:if="${live.activity_status== 1 }">
206 - <div style="height: 23vmin;background: pink;"> 206 + <div style="height: 22.5vmin;background: pink;">
207 <embed name="cnlive" width="100%" height="100%" id="cnlive" 207 <embed name="cnlive" width="100%" height="100%" id="cnlive"
208 src="http://data.cnlive.com/export/UuidPlayerMain.swf" 208 src="http://data.cnlive.com/export/UuidPlayerMain.swf"
209 th:flashVars="@{'hasBorder=false&appid=82_irej0pbo53&type=live&model=2&videoURL='+${live.rtmp_url}}" 209 th:flashVars="@{'hasBorder=false&appid=82_irej0pbo53&type=live&model=2&videoURL='+${live.rtmp_url}}"