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

提现最低限制

... ... @@ -22,7 +22,7 @@
<body>
<div class="detail_box">
<!-- 顶部 -->
<div class="detail_top order_top">
<div class="detail_top order_tops">
<a href="javascript:history.go(-1)">
<img src="__TMPL__/public/assets/images/left2.png" alt="">
</a>
... ...
... ... @@ -974,7 +974,15 @@ 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;
... ...
... ... @@ -147,7 +147,15 @@
/*left: 0;*/
}
.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;
... ...