Commit e0efd78d93677ee86b1dbb389321869f9523305c
1 parent
6d8aea1b
update
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/templates/page/videoDetail.html
| @@ -95,14 +95,14 @@ | @@ -95,14 +95,14 @@ | ||
| 95 | </div> | 95 | </div> |
| 96 | </div> | 96 | </div> |
| 97 | <div class="form-group" th:if="${video.res_origin != null}"> | 97 | <div class="form-group" th:if="${video.res_origin != null}"> |
| 98 | - <label for="res_origin" class="control-label col-sm-4">点播分辨率:</label> | 98 | + <label for="res_origin" class="control-label col-sm-4">源视频分辨率:</label> |
| 99 | <div class="col-sm-8"> | 99 | <div class="col-sm-8"> |
| 100 | <h5 style="font-size:1.5em; font-weight: bold;" | 100 | <h5 style="font-size:1.5em; font-weight: bold;" |
| 101 | th:text="${video.res_origin}">video_user_id</h5> | 101 | th:text="${video.res_origin}">video_user_id</h5> |
| 102 | </div> | 102 | </div> |
| 103 | </div> | 103 | </div> |
| 104 | <div class="form-group" th:if="${video.size_origin != null}"> | 104 | <div class="form-group" th:if="${video.size_origin != null}"> |
| 105 | - <label for="size_origin" class="control-label col-sm-4">点播大小:</label> | 105 | + <label for="size_origin" class="control-label col-sm-4">源视频大小:</label> |
| 106 | <div class="col-sm-8"> | 106 | <div class="col-sm-8"> |
| 107 | <h5 style="font-size:1.5em; font-weight: bold;" | 107 | <h5 style="font-size:1.5em; font-weight: bold;" |
| 108 | th:text="${video.size_origin}">video_user_id</h5> | 108 | th:text="${video.size_origin}">video_user_id</h5> |
| @@ -239,7 +239,7 @@ | @@ -239,7 +239,7 @@ | ||
| 239 | </div> | 239 | </div> |
| 240 | <div style="height:110px; margin-left: 17%;"> | 240 | <div style="height:110px; margin-left: 17%;"> |
| 241 | <div class="col-sm-4 popover-options " | 241 | <div class="col-sm-4 popover-options " |
| 242 | - th:style="${imgsStat.index==0}? 'float:left;margin-right: 43px;margin-left: -18px;':''" | 242 | + th:style="${imgsStat.index==0}? 'float:left;margin-right: 43p x;margin-left: -18px;':''" |
| 243 | th:if="${imgsStat.index<2}" | 243 | th:if="${imgsStat.index<2}" |
| 244 | th:each="imgs :${images}"> | 244 | th:each="imgs :${images}"> |
| 245 | <a href="#"> | 245 | <a href="#"> |