|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center" th:if="${active && !apply}" id="applyButton">
|
|
|
|
|
<button th:class="${operation_pause}?'disabled'" class="button_position">
|
|
|
|
|
<button th:class="${operation_pause}?'button_gray'" class="button_position">
|
|
|
|
|
<span style="color: #FFFFFF;">我要参加</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center cancel_posttion" th:if="${active && apply}" id="cancelButton">
|
|
|
|
|
<button th:class="${operation_pause}?'disabled'" class="button_position button_color">
|
|
|
|
|
<button th:class="${operation_pause}?'button_gray'" class="button_position button_color">
|
|
|
|
|
<span class="cancel">放弃活动资格</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|