order.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <html>
  2. <head>
  3. <title>订单列表</title>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
  8. <link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/c/font_2056629_vzvl0jvb2q.css">
  9. <link rel="stylesheet" type="text/css" href="static/css/style.css">
  10. <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.js"></script>
  11. <style>
  12. .o-tit{
  13. font-size: 16px;
  14. font-weight: bold;
  15. color: rgb(80, 160, 255);
  16. margin: 1rem auto;
  17. padding-left: 1rem;
  18. }
  19. .o-where {
  20. margin: 1rem auto;
  21. padding-left: 1rem;
  22. }
  23. .o-where ul{
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: space-between;
  27. margin: 1rem auto;
  28. font-size: 14px;
  29. }
  30. .o-serch{
  31. padding: 5px 11px;
  32. border: 1px solid #f2f2f2;
  33. background-color: #f2f2f2;
  34. color: #323232;
  35. display: flex;
  36. flex-direction: row;
  37. justify-content: space-between;
  38. align-items: center;
  39. transition: border .3s;
  40. }
  41. .o-serch input{
  42. line-height: 2.4em;
  43. height: 2.4em;
  44. min-height: 2.0em;
  45. overflow: hidden;
  46. flex: 1;
  47. font-size: 14px;
  48. display: flex;
  49. align-items: center;
  50. border: none;
  51. color: grey;
  52. text-overflow: clip;
  53. white-space: pre;
  54. word-break: keep-all;
  55. line-height: inherit;
  56. }
  57. .o-li{
  58. display: flex;
  59. justify-content: space-around;
  60. }
  61. .o-li p{
  62. margin-top: 10px;
  63. }
  64. .o-li span{
  65. margin-left: 10px;
  66. }
  67. .o-right p{
  68. /* color: rgb(144, 147, 153); */
  69. font-size: 12px;
  70. }
  71. .o-seled{
  72. color:#50a0ff;
  73. font-size: 14px;
  74. }
  75. .detail{
  76. position: absolute;
  77. z-index: 99;
  78. background-color: #cccccc87;
  79. height: 100%;
  80. width: 100%;
  81. /* border-radius: 5%; */
  82. top: 0;
  83. left: 0;
  84. display: none;
  85. }
  86. .m-body{
  87. background-color: rgb(237 237 237);
  88. width: 85%;
  89. margin: 0 auto;
  90. margin-top: 26%;
  91. height: 26rem;
  92. border-radius: 5%;
  93. overflow: auto;
  94. scrollbar-width: none;
  95. }
  96. .scrollable-div::-webkit-scrollbar {
  97. display: none; /* 对于Chrome和Safari隐藏滚动条 */
  98. }
  99. .m-head1{
  100. display: flex;
  101. flex-direction: row;
  102. justify-content: space-between;
  103. padding-top: 1rem;
  104. width: 92%;
  105. margin: auto;
  106. font-size: 18px;
  107. font-weight: 700;
  108. color: rgba(0,0,0,.6);
  109. }
  110. .o-detail{
  111. background-color: #fff;
  112. margin: 1.2rem 0.6rem;
  113. padding: 1rem;
  114. }
  115. .o-copy{
  116. border: 1px solid rgba(0,0,0,.08);
  117. border-radius: 5px;
  118. padding: 2px;
  119. font-size: 12px;
  120. color: rgba(0,0,0,.35);
  121. }
  122. .o-key{
  123. flex: 1;
  124. font-size: 12px;
  125. color: rgba(80,160,255,.8);
  126. display: flex;
  127. justify-content: space-between;
  128. margin: 0.5rem auto;
  129. }
  130. .o-val{
  131. font-size: 14px;
  132. }
  133. </style>
  134. </head>
  135. <body>
  136. <div class="o-body">
  137. <div class="o-head">
  138. <div class="o-tit">订单列表</div>
  139. <div class="o-where">
  140. <ul>
  141. <li class="o-seled">全部</li>
  142. <li>待处理</li>
  143. <li>已提交</li>
  144. <li>运输中</li>
  145. <li>待激活</li>
  146. <li>已激活</li>
  147. <li>退单</li>
  148. </ul>
  149. <ul>
  150. <li class="o-seled">全部</li>
  151. <li>首充50及以上</li>
  152. <li>首充100及以上</li>
  153. </ul>
  154. </div>
  155. <div class="o-serch">
  156. <i class="iconfont iconsousuo"></i>
  157. <input type="search" name="serch" value="" placeholder="请输入完整手机号" />
  158. </div>
  159. <div class="o-list">
  160. <div class="o-li">
  161. <div class="o-left">
  162. <p><span style="font-size: 16px;color: rgb(144, 147, 153);">1</span><span style="font-size: 16px;color: rgb(144, 147, 153);">|</span><span>张三</span></p>
  163. <p style="font-size: 12px;color: rgb(144, 147, 153);">1388****12345</p>
  164. </div>
  165. <div class="o-right">
  166. <p><span>(秒返)联通星空卡</span><span>已激活</span></p>
  167. <p><span style="color: rgb(144, 147, 153);">2023-03-30 14:25:20</span></p>
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. <div class="detail" id="myDiv">
  174. <div class="m-body">
  175. <div class="m-head1"><div class="xq">详情</div><div id="hideButton"><i class="iconfont iconguanbi"></i></div></div>
  176. <div class="o-detail">
  177. <p class="o-key"><span>用户</span><span class="o-copy">复制</span></p>
  178. <p class="o-val"><span>张三</span><span>13111111116</span></p>
  179. <p class="o-key"><span>套餐</span><span class="o-copy">复制</span></p>
  180. <p class="o-val"><span>(秒返)联通星空卡</span><span>【已激活】</span></p>
  181. <p class="o-key"><span>快递</span><span class="o-copy">复制</span></p>
  182. <p class="o-val"><span>京东</span><span>JDV013410759958</span></p>
  183. <p class="o-key"><span>首充</span><span class="o-copy">复制</span></p>
  184. <p class="o-val"><span>100元</span><span>2023-04-02 12:12:30</span></p>
  185. <p class="o-key"><span>秒返</span><span class="o-copy">复制</span></p>
  186. <p class="o-val"><span>已反</span></p>
  187. <p class="o-key"><span>代理</span><span class="o-copy">复制</span></p>
  188. <p class="o-val"><span>李四</span><span>13111111116</span></p>
  189. </div>
  190. </div>
  191. </div>
  192. <div class="uni-tabbar-bottom">
  193. <div class="uni-tabbar" style="background-color: rgb(255, 255, 255); backdrop-filter: none;">
  194. <div class="uni-tabbar-border" style="background-color: rgb(228, 231, 237);"></div>
  195. <div class="uni-tabbar__item">
  196. <div class="uni-tabbar__bd" style="height: 50px;" data-url="index.html">
  197. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;">
  198. <img src="static/images/home.png">
  199. </div>
  200. <div class="uni-tabbar__label"
  201. style="color: rgb(50, 50, 50); font-size: 10px; line-height: normal; margin-top: 3px;"> 首页
  202. </div>
  203. </div>
  204. </div>
  205. <div class="uni-tabbar__item"><!---->
  206. <div class="uni-tabbar__bd" style="height: 50px;" data-url="order.html">
  207. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img src="static/images/order-act.png">
  208. </div>
  209. <div class="uni-tabbar__label"
  210. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  211. 订单 </div>
  212. <!---->
  213. </div>
  214. </div>
  215. <div class="uni-tabbar__item"><!---->
  216. <div class="uni-tabbar__bd" style="height: 50px;" data-url="bill.html">
  217. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img
  218. src="static/images/income.png"></div>
  219. <div class="uni-tabbar__label"
  220. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  221. 账单 </div><!---->
  222. </div>
  223. </div>
  224. <div class="uni-tabbar__item"><!---->
  225. <div class="uni-tabbar__bd" style="height: 50px;" data-url="my.html">
  226. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img src="static/images/my.png">
  227. </div>
  228. <div class="uni-tabbar__label"
  229. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  230. 我的 </div><!---->
  231. </div>
  232. </div>
  233. </div>
  234. <div class="uni-placeholder" style="height: 50px;"></div>
  235. </div>
  236. </body>
  237. </html>
  238. <script>
  239. $(document).ready(function () {
  240. $('#hideButton').click(function () {
  241. $('#myDiv').hide();
  242. });
  243. $('.o-li').click(function () {
  244. $('#myDiv').show();
  245. });
  246. $('.uni-tabbar__bd').click(function(){
  247. var url=$(this).data('url');
  248. window.location.href=url;
  249. });
  250. });
  251. </script>