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

提现最低限制

@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 <body> 22 <body>
23 <div class="detail_box"> 23 <div class="detail_box">
24 <!-- 顶部 --> 24 <!-- 顶部 -->
25 - <div class="detail_top order_top"> 25 + <div class="detail_top order_tops">
26 <a href="javascript:history.go(-1)"> 26 <a href="javascript:history.go(-1)">
27 <img src="__TMPL__/public/assets/images/left2.png" alt=""> 27 <img src="__TMPL__/public/assets/images/left2.png" alt="">
28 </a> 28 </a>
@@ -974,7 +974,15 @@ body { @@ -974,7 +974,15 @@ body {
974 height: 0.88rem; 974 height: 0.88rem;
975 background-color: white; 975 background-color: white;
976 } 976 }
977 - 977 +.order_tops{
  978 + position: fixed;
  979 + top: 0;
  980 + left: 0;
  981 + cursor: pointer;
  982 + width: 100%;
  983 + height: 0.88rem;
  984 + background-color: white;
  985 +}
978 .order_top img { 986 .order_top img {
979 width: 0.32rem; 987 width: 0.32rem;
980 position: absolute; 988 position: absolute;
@@ -147,7 +147,15 @@ @@ -147,7 +147,15 @@
147 /*left: 0;*/ 147 /*left: 0;*/
148 148
149 } 149 }
150 - 150 +.order_tops{
  151 + position: fixed;
  152 + top: 0;
  153 + left: 0;
  154 + cursor: pointer;
  155 + width: 100%;
  156 + height: 0.88rem;
  157 + background-color: white;
  158 +}
151 .order_top img { 159 .order_top img {
152 cursor: pointer; 160 cursor: pointer;
153 width: 0.32rem; 161 width: 0.32rem;