|
@@ -21,6 +21,9 @@
|
|
|
margin: 0;
|
|
|
background-color: #ba3d26;
|
|
|
font-size: 100px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .main_box {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -32,7 +35,7 @@
|
|
|
width: 100%;
|
|
|
height: 0.3rem;
|
|
|
position: absolute;
|
|
|
- top: 19%;
|
|
|
+ top: 16%;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
overflow: hidden;
|
|
@@ -92,7 +95,7 @@
|
|
|
|
|
|
.index .time {
|
|
|
position: absolute;
|
|
|
- top: 26.5%;
|
|
|
+ top: 22%;
|
|
|
width: 50%;
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%);
|
|
@@ -121,7 +124,7 @@
|
|
|
|
|
|
.index .zp_out {
|
|
|
position: absolute;
|
|
|
- top: 34.3%;
|
|
|
+ top: 28%;
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%);
|
|
|
transform: translate(-50%);
|
|
@@ -138,7 +141,7 @@
|
|
|
|
|
|
.index .zz {
|
|
|
position: absolute;
|
|
|
- top: 44%;
|
|
|
+ top: 35%;
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%);
|
|
|
transform: translate(-50%);
|
|
@@ -163,7 +166,7 @@
|
|
|
font-size: 0.25rem;
|
|
|
color: #9b1800;
|
|
|
position: absolute;
|
|
|
- top: 75%;
|
|
|
+ top: 61%;
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%);
|
|
|
transform: translate(-50%);
|
|
@@ -191,7 +194,7 @@
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
position: absolute;
|
|
|
- top: 85%;
|
|
|
+ top: 69.5%;
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%);
|
|
|
transform: translate(-50%);
|
|
@@ -206,6 +209,7 @@
|
|
|
border-radius: 100px;
|
|
|
color: #ba3d26;
|
|
|
margin-right: 0.1rem;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.index .remaining .remaining-rmb {
|
|
@@ -214,7 +218,7 @@
|
|
|
|
|
|
.index .rule {
|
|
|
position: absolute;
|
|
|
- top: 92%;
|
|
|
+ top: 75%;
|
|
|
padding: 0 0.37rem;
|
|
|
}
|
|
|
|
|
@@ -242,6 +246,8 @@
|
|
|
.index .rule .rule_content {
|
|
|
font-size: 0.12rem;
|
|
|
color: #fabbaf;
|
|
|
+ overflow-y: scroll;
|
|
|
+ height: 1.25rem;
|
|
|
}
|
|
|
|
|
|
.dialog {
|
|
@@ -262,7 +268,7 @@
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
transform: translate(-50%, -50%);
|
|
|
- background: top/cover url(https://cdn-novel.iycdm.com/h5/activity-2019-05-30/get.png) no-repeat;
|
|
|
+ background: top/cover url(./img/弹框.png) no-repeat;
|
|
|
font-size: 0;
|
|
|
border-radius: 6px;
|
|
|
}
|
|
@@ -320,7 +326,7 @@
|
|
|
left: 50%;
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
transform: translate(-50%, -50%);
|
|
|
- background: top/cover url(https://cdn-novel.iycdm.com/h5/activity-2019-05-30/failure.png) no-repeat;
|
|
|
+ background: top/cover url(./img/没中奖弹框.png) no-repeat;
|
|
|
font-size: 0;
|
|
|
border-radius: 6px;
|
|
|
}
|
|
@@ -347,8 +353,6 @@
|
|
|
.hide{
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
- /*# sourceMappingURL=index.css.map */
|
|
|
</style>
|
|
|
</head>
|
|
|
|