|
@@ -4,7 +4,6 @@ body {
|
|
|
}
|
|
|
.maincontent {
|
|
|
background: #FFFAF5;
|
|
|
- padding-bottom: 2.5rem;
|
|
|
}
|
|
|
.top {
|
|
|
position: relative;
|
|
@@ -575,7 +574,7 @@ input,button {
|
|
|
margin-right: 0.05rem;
|
|
|
}
|
|
|
.price_box {
|
|
|
- margin-top: 0.2rem;
|
|
|
+ margin-top: 0.29rem;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.new_icon {
|
|
@@ -648,6 +647,7 @@ input,button {
|
|
|
background-size: 100%;
|
|
|
position: relative;
|
|
|
top: 0.05rem;
|
|
|
+ /*margin-right: 0.05rem;*/
|
|
|
}
|
|
|
.bonus_price {
|
|
|
font-size: 15px;
|
|
@@ -705,13 +705,12 @@ input,button {
|
|
|
}
|
|
|
.use_bonus {
|
|
|
background: #fff;
|
|
|
- padding: 0.37rem 0;
|
|
|
/*margin-top:0.67rem;*/
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- width: 10rem;
|
|
|
- z-index: 9999;
|
|
|
+ /*position: fixed;*/
|
|
|
+ /*bottom: 0;*/
|
|
|
+ /*left: 0;*/
|
|
|
+ /*width: 10rem;*/
|
|
|
+ /*z-index: 9999;*/
|
|
|
}
|
|
|
.btn_use_bonus {
|
|
|
display: block;
|
|
@@ -723,6 +722,7 @@ input,button {
|
|
|
margin: 0 auto;
|
|
|
font-size: 18px;
|
|
|
border-radius: 10px;
|
|
|
+ margin-top:0.67rem;
|
|
|
}
|
|
|
[data-dpr = "2"] .btn_use_bonus {
|
|
|
font-size: 36px;
|
|
@@ -745,7 +745,8 @@ a:hover {
|
|
|
position: absolute;
|
|
|
width: 0.93rem;
|
|
|
height: 0.4rem;
|
|
|
- bottom: 0.2rem;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ bottom: 0.17rem;
|
|
|
right: 0.2rem;
|
|
|
font-size: 10px;
|
|
|
border: 2px solid #FF4E4E;
|