|
@@ -242,7 +242,6 @@ html {
|
|
|
margin: 57px auto 0 auto;
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 8px;
|
|
|
- padding: 7px 37px 30px 24px;
|
|
|
position: relative;
|
|
|
color: #444444;
|
|
|
}
|
|
@@ -259,13 +258,13 @@ html {
|
|
|
}
|
|
|
.bonus_list .prompt_label .title {
|
|
|
position: absolute;
|
|
|
- width: 340px;
|
|
|
left: 50%;
|
|
|
top: 0;
|
|
|
background: #fff;
|
|
|
z-index: 2;
|
|
|
padding: 0 50px;
|
|
|
-webkit-transform: translateX(-50%);
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.bonus_list .prompt_label:after {
|
|
|
position: absolute;
|