|
@@ -109,7 +109,7 @@ html {
|
|
|
.top {
|
|
|
position: relative;
|
|
|
height: 547px;
|
|
|
- background: url("../images/top_bg.jpg?v=5") no-repeat;
|
|
|
+ background: url("../images/top_bg.jpg?v=6") no-repeat;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
.top .label {
|
|
@@ -139,11 +139,12 @@ html {
|
|
|
display: block;
|
|
|
margin-right: 35px;
|
|
|
}
|
|
|
+
|
|
|
.bonus_content {
|
|
|
width: 750px;
|
|
|
margin: 0 auto;
|
|
|
padding-bottom: 20px;
|
|
|
- background: url("../images/center_bg.png?v=5") center 0 #ffffff no-repeat;
|
|
|
+ background: url("../images/center_bg.png?v=6") center 0 #ffffff no-repeat;
|
|
|
}
|
|
|
.user_msg {
|
|
|
width: 718px;
|
|
@@ -246,7 +247,7 @@ html {
|
|
|
color: #444444;
|
|
|
}
|
|
|
.bonus_list .invite_num {
|
|
|
- color: #FE4F4C;
|
|
|
+ color: #444444;
|
|
|
padding: 0 5px;
|
|
|
}
|
|
|
.bonus_list .prompt_label {
|
|
@@ -299,7 +300,7 @@ html {
|
|
|
}
|
|
|
.item {
|
|
|
position: relative;
|
|
|
- height: 128px;
|
|
|
+ height: 140px;
|
|
|
cursor: pointer;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-align: center;
|
|
@@ -396,6 +397,7 @@ html {
|
|
|
background: url("../images/rules_bg.png?v=5") no-repeat;
|
|
|
background-size: 100%;
|
|
|
z-index: 99;
|
|
|
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
|
}
|
|
|
.pop {
|
|
|
position: fixed;
|
|
@@ -453,10 +455,13 @@ html {
|
|
|
}
|
|
|
.invite_msg {
|
|
|
font-size: 20px;
|
|
|
- margin-top: 10px;
|
|
|
+ margin: 8px 0;
|
|
|
+}
|
|
|
+.login_time {
|
|
|
+ font-size: 20px;
|
|
|
}
|
|
|
.invite_msg span.price {
|
|
|
- color: #FE4F4C;
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
@-webkit-keyframes coin {
|
|
|
0% {
|
|
@@ -582,7 +587,7 @@ html {
|
|
|
.prompt {
|
|
|
width: 684px;
|
|
|
margin: 38px auto 0 auto;
|
|
|
- color: #FE4F4C;
|
|
|
+ color: #444444;
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
|