@@ -94,16 +94,18 @@ ins, a {
.mobile-modal {
position: fixed;
top: 0;
- width: 100%;
- height: 100%;
+ bottom: 0;
+ left: 0;
+ right: 0;
z-index: 999;
background: rgba(0,0,0,.3);
.mobile-modal-box {
- position: fixed;
- width: 5.92rem;
+ position: absolute;
+ /*width: 5.92rem;*/
font-size: .28rem;
top: 27%;
left: 11%;
+ right: 11%;
z-index: 1000;
.mobile-modal-header {
line-height: .96rem;
@@ -285,6 +285,8 @@
width: 476px;
top: 30%;
left: 33%;
+ bottom: 3%;
+ overflow-y: auto;
/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
/*-moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
/*box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
@@ -200,6 +200,8 @@
top: 5%;
left: 3%;
right: 3%;
width: auto;
.say-price-info {
background: #f3f3f3;