|
|
|
@ -50,6 +50,11 @@
|
|
|
|
|
<h2>补贴金额记录</h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="amount_title">
|
|
|
|
|
<h5>累计补贴金额</h5>
|
|
|
|
|
<div class="total_redpack">$ <span th:text="${total_redpack}"></span></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="content_table">
|
|
|
|
|
<table class="table">
|
|
|
|
|
<thead>
|
|
|
|
@ -68,6 +73,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button_center cancel_posttion" th:if="${apply}" id="cancelButton">
|
|
|
|
|
<button class="button_position button_color">
|
|
|
|
|
<span class="cancel">取消</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="shape1_position"><img src="/static/templates/activity/mondelay/shape1@2x.png"></div>
|
|
|
|
|
<div class="shape2_position"><img src="/static/templates/activity/mondelay/shape2@2x.png"></div>
|
|
|
|
|
<div class="shape3_position"><img src="/static/templates/activity/mondelay/shape3@2x.png"></div>
|
|
|
|
@ -75,7 +85,6 @@
|
|
|
|
|
<div class="shape5_position"><img src="/static/templates/activity/mondelay/shape5@2x.png"></div>
|
|
|
|
|
<div class="shape6_position"><img src="/static/templates/activity/mondelay/shape6@2x.png"></div>
|
|
|
|
|
<footer class="royal_position"><img src="/static/templates/activity/mondelay/logo@2x.png">
|
|
|
|
|
<button type="button" class="btn btn-primary" th:if="${apply}" id="cancelButton">取消</button>
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|