|
|
|
@ -53,8 +53,8 @@
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center" th:if="${active && !apply}" id="applyButton">
|
|
|
|
|
<button class="button_position" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #808080 0%, #808080 100%)' )} + ''">
|
|
|
|
|
<span style="color: #FFFFFF;" >我要参加</span>
|
|
|
|
|
<button class="button_position" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #eee 0%, #eee 100%)' )} + ''">
|
|
|
|
|
<span style="color: #FFFFFF;" th:style="'color:' + @{(${operation_pause} ? '#999' )} + ''">我要参加</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div th:class="${apply}?'margin_top'" th:if="${list!=null}">
|
|
|
|
@ -87,8 +87,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center cancel_posttion" th:if="${active && apply}" id="cancelButton">
|
|
|
|
|
<button class="button_position button_color" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #808080 0%, #808080 100%)' )} + ''">
|
|
|
|
|
<span class="cancel" >放弃活动资格</span>
|
|
|
|
|
<button class="button_position button_color" th:style="'background-image:' + @{(${operation_pause} ? 'linear-gradient(0deg, #eee 0%, #eee 100%)' )} + ''">
|
|
|
|
|
<span class="cancel" th:style="'color:' + @{(${operation_pause} ? '#999' )} + ''">放弃活动资格</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|