作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

提现最低限制

... ... @@ -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;
... ...
... ... @@ -140,22 +140,22 @@
.order_top {
cursor: pointer;
position: fixed;
position: relative;
width: 100%;
height: 0.88rem;
/*top: 0;*/
/*left: 0;*/
}
.order_tops{
position: fixed;
top: 0;
left: 0;
cursor: pointer;
width: 100%;
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 {
cursor: pointer;
width: 0.32rem;
... ...