...
|
...
|
@@ -966,6 +966,15 @@ body { |
|
|
/* 确认订单页面 */
|
|
|
|
|
|
.order_top {
|
|
|
position: relative;
|
|
|
/*top: 0;*/
|
|
|
/*left: 0;*/
|
|
|
cursor: pointer;
|
|
|
width: 100%;
|
|
|
height: 0.88rem;
|
|
|
background-color: white;
|
|
|
}
|
|
|
.order_tops{
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
...
|
...
|
@@ -974,15 +983,6 @@ body { |
|
|
height: 0.88rem;
|
|
|
background-color: white;
|
|
|
}
|
|
|
/*.order_tops{*/
|
|
|
/*position: fixed;*/
|
|
|
/*top: 0;*/
|
|
|
/*left: 0;*/
|
|
|
/*cursor: pointer;*/
|
|
|
/*width: 100%;*/
|
|
|
/*height: 0.88rem;*/
|
|
|
/*background-color: white;*/
|
|
|
/*}*/
|
|
|
.order_top img {
|
|
|
width: 0.32rem;
|
|
|
position: absolute;
|
...
|
...
|
|