|
@@ -26,6 +26,15 @@
|
|
|
padding: 0;
|
|
|
max-width: 450px;
|
|
|
font-size: 100px;
|
|
|
+ height:100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .main_box{
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ position:relative;
|
|
|
+ background:#cce8ff url(https://cdn-novel.iycdm.com/crm/freecurrency/bg.jpg) no-repeat top left;
|
|
|
+ background-size:contain;
|
|
|
}
|
|
|
|
|
|
img {
|
|
@@ -34,8 +43,8 @@
|
|
|
|
|
|
.fee {
|
|
|
position: absolute;
|
|
|
- top: 38.5%;
|
|
|
left: 49%;
|
|
|
+ top: 35%;
|
|
|
font-size: 0.28rem;
|
|
|
font-weight: bold;
|
|
|
color: #f74b4b;
|
|
@@ -46,7 +55,7 @@
|
|
|
width: 65%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
- top: 50%;
|
|
|
+ top: 48%;
|
|
|
}
|
|
|
|
|
|
.rule-dialog {
|
|
@@ -102,12 +111,10 @@
|
|
|
|
|
|
<body>
|
|
|
<main class="main_box">
|
|
|
- <img src="https://cdn-novel.iycdm.com/crm/freecurrency/bg.jpg" alt="" />
|
|
|
<div class="fee">{{$fee}}</div>
|
|
|
<a href="{{$url}}">
|
|
|
<img src="https://cdn-novel.iycdm.com/crm/freecurrency/button.png" class="imgbutton" />
|
|
|
</a>
|
|
|
- <div class="recharge-list"></div>
|
|
|
</main>
|
|
|
@if($is_get == 0)
|
|
|
<div class="rule-dialog" style="display: block;">
|