master
yuan 7 years ago
parent f278517d63
commit fca8e8695c

@ -39,12 +39,12 @@
<li>本活动最终解释权归RoyalPay所有</li>
</ul>
</div>
<div class="button_center" th:if="${detail['apply']}" id="applyButton">
<div class="button_center" th:if="!${detail['apply']}" id="applyButton">
<button class="button_position">
<span style="color: #FFFFFF;">我要参加</span>
</button>
</div>
<div th:class="!${detail['apply']}?'margin_top'">
<div th:class="${detail['apply']}?'margin_top'">
<div class="content">
<div class="h3_width">
<h2>补贴金额记录</h2>
@ -68,14 +68,14 @@
</div>
</div>
</div>
<div class="shape1_position"><img src="/static/templates/activity/mondelay/shape1@3x.png"></div>
<div class="shape2_position"><img src="/static/templates/activity/mondelay/shape2@3x.png"></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>
<div class="shape4_position"><img src="/static/templates/activity/mondelay/shape4@3x.png"></div>
<div class="shape5_position"><img src="/static/templates/activity/mondelay/shape5@3x.png"></div>
<div class="shape4_position"><img src="/static/templates/activity/mondelay/shape4@2x.png"></div>
<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@3x.png">
<button type="button" class="btn btn-primary" th:if="!${detail['apply']}" id="cancelButton">取消</button>
<footer class="royal_position"><img src="/static/templates/activity/mondelay/logo@2x.png">
<button type="button" class="btn btn-primary" th:if="${detail['apply']}" id="cancelButton">取消</button>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

@ -1,5 +1,5 @@
body{
background: url(background@3x.png) no-repeat center top;
background: url(background@2x.png) no-repeat center top;
background-size: 100%;
}
.title_img{
@ -135,7 +135,7 @@ tbody tr:nth-child(odd){
.shape5_position{
position: absolute;
right: 0px;
top: 560px;
top: 550px;
}
.shape5_position img{
width: 95px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Loading…
Cancel
Save