|
@@ -27,24 +27,25 @@
|
|
max-width: 450px;
|
|
max-width: 450px;
|
|
font-size: 100px;
|
|
font-size: 100px;
|
|
height:100%;
|
|
height:100%;
|
|
|
|
+ background-color:#cce8ff;
|
|
}
|
|
}
|
|
|
|
|
|
.main_box{
|
|
.main_box{
|
|
width:100%;
|
|
width:100%;
|
|
- height:100%;
|
|
|
|
position:relative;
|
|
position:relative;
|
|
- background:#cce8ff url(https://cdn-novel.iycdm.com/crm/freecurrency/bg.jpg) no-repeat top left;
|
|
|
|
- background-size:contain;
|
|
|
|
|
|
+ left:0;
|
|
|
|
+ top:0;
|
|
}
|
|
}
|
|
|
|
|
|
- img {
|
|
|
|
|
|
+
|
|
|
|
+ .main_box .bg {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.fee {
|
|
.fee {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 49%;
|
|
left: 49%;
|
|
- top: 38.5%;
|
|
|
|
|
|
+ top: 38%;
|
|
font-size: 0.28rem;
|
|
font-size: 0.28rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #f74b4b;
|
|
color: #f74b4b;
|
|
@@ -55,7 +56,7 @@
|
|
width: 65%;
|
|
width: 65%;
|
|
left: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
transform: translate(-50%);
|
|
- top: 50%;
|
|
|
|
|
|
+ top: 51%;
|
|
}
|
|
}
|
|
|
|
|
|
.rule-dialog {
|
|
.rule-dialog {
|
|
@@ -111,6 +112,7 @@
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<main class="main_box">
|
|
<main class="main_box">
|
|
|
|
+ <img src="https://cdn-novel.iycdm.com/crm/freecurrency/bg.jpg" class="bg" />
|
|
<div class="fee">{{$fee}}</div>
|
|
<div class="fee">{{$fee}}</div>
|
|
<a href="{{$url}}">
|
|
<a href="{{$url}}">
|
|
<img src="https://cdn-novel.iycdm.com/crm/freecurrency/button.png" class="imgbutton" />
|
|
<img src="https://cdn-novel.iycdm.com/crm/freecurrency/button.png" class="imgbutton" />
|