bill.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. .income-view .neck {
  20. padding: 8px 12px;
  21. border-top: 1px solid #f6f6f6;
  22. background-color: hsla(0, 0%, 100%, .8);
  23. -webkit-backdrop-filter: blur(3px);
  24. backdrop-filter: blur(3px);
  25. position: -webkit-sticky;
  26. position: sticky;
  27. top: 44px;
  28. font-size: 11px;
  29. line-height: 1.8;
  30. }
  31. .income-view .neck .u-subsection--button {
  32. padding: 4px;
  33. border-radius: 8px;
  34. }
  35. .u-subsection--button {
  36. height: 32px;
  37. background-color: #eeeeef;
  38. padding: 3px;
  39. border-radius: 3px;
  40. align-items: stretch;
  41. }
  42. .u-subsection {
  43. display: flex;
  44. flex-direction: row;
  45. position: relative;
  46. overflow: hidden;
  47. width: 100%;
  48. box-sizing: border-box;
  49. }
  50. .u-subsection__bar {
  51. position: absolute;
  52. transition-property: color, -webkit-transform;
  53. transition-property: transform, color;
  54. transition-property: transform, color, -webkit-transform;
  55. transition-duration: .3s;
  56. transition-timing-function: ease-in-out;
  57. }
  58. .u-subsection--button__bar {
  59. background-color: #fff;
  60. border-radius: 3px !important;
  61. }
  62. .u-subsection__item--first {
  63. border-top-left-radius: 3px;
  64. border-bottom-left-radius: 3px;
  65. }
  66. .u-subsection__item--no-border-right {
  67. border-right-width: 0 !important;
  68. }
  69. .u-subsection__item {
  70. display: flex;
  71. flex-direction: row;
  72. flex: 1;
  73. justify-content: center;
  74. align-items: center;
  75. position: relative;
  76. }
  77. .u-subsection__item__text {
  78. font-size: 12px;
  79. line-height: 12px;
  80. display: flex;
  81. flex-direction: row;
  82. align-items: center;
  83. transition-property: color;
  84. transition-duration: .3s;
  85. }
  86. .seled {
  87. color: rgb(255, 169, 110);
  88. background-color: #fff;
  89. font-weight: bold;
  90. }
  91. .o-li {
  92. display: flex;
  93. justify-content: space-between;
  94. width: 96%;
  95. margin: 1rem auto;
  96. border-bottom: 1px solid #ccc;
  97. padding-bottom: 15px;
  98. }
  99. .o-li p {
  100. margin-top: 10px;
  101. }
  102. .o-li span {
  103. margin-left: 10px;
  104. }
  105. .o-right{
  106. text-align: right;
  107. }
  108. .o-right p {
  109. color: rgb(255, 169, 110);
  110. font-size: 14px;
  111. font-weight: 800;
  112. }
  113. .g-col-up {
  114. color: rgb(102, 241, 109);
  115. }
  116. .g-col-dow {
  117. color: rgb(250, 68, 68);
  118. }
  119. .o-left {
  120. color: rgb(131, 128, 128);
  121. }
  122. </style>
  123. </head>
  124. <body>
  125. <div class="o-body">
  126. <div class="o-head">
  127. <div class="o-tit">账单记录</div>
  128. </div>
  129. <div class="neck">
  130. <div class="u-subsection u-subsection--button" style="background-color: rgb(238, 238, 239);">
  131. <div
  132. class="u-subsection__item u-subsection__item--0 u-subsection__item--no-border-right u-subsection__item--first seled">
  133. <text class="u-subsection__item__text">
  134. <span>本月收入</span>
  135. </text>
  136. </div>
  137. <div class="u-subsection__item u-subsection__item--1 u-subsection__item--no-border-right">
  138. <text class="u-subsection__item__text">
  139. <span>今日收入</span>
  140. </text>
  141. </div>
  142. <div class="u-subsection__item u-subsection__item--2 u-subsection__item--last">
  143. <text class="u-subsection__item__text">
  144. <span>提现记录</span>
  145. </text>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="o-list">
  150. <div class="o-li">
  151. <div class="o-left">
  152. <p><span style="font-size: 16px;color: rgb(144, 147, 153);">1</span><span
  153. style="font-size: 16px;color: rgb(144, 147, 153);">|</span><span>(秒返)联通星空卡</span></p>
  154. <p style="font-size: 12px;text-align: center;;">137***12345</p>
  155. </div>
  156. <div class="o-right">
  157. <p><span>66</span></p>
  158. <p><span style="font-size: 12px; color: #b3b0b0;font-weight: normal;">2023-10-25 12:25:23</span></p>
  159. </div>
  160. </div>
  161. <div class="o-li">
  162. <div class="o-left">
  163. <p><span style="font-size: 16px;color: rgb(144, 147, 153);">2</span><span
  164. style="font-size: 16px;color: rgb(144, 147, 153);">|</span><span>(秒返)联通星空卡</span></p>
  165. <p style="font-size: 12px;text-align: center;;">137***12345</p>
  166. </div>
  167. <div class="o-right">
  168. <p><span>66</span></p>
  169. <p><span style="font-size: 12px; color: #b3b0b0;font-weight: normal;">2023-10-25 12:25:23</span></p>
  170. </div>
  171. </div>
  172. <div class="o-li">
  173. <div class="o-left">
  174. <p><span style="font-size: 16px;color: rgb(144, 147, 153);">1</span><span
  175. style="font-size: 16px;color: rgb(144, 147, 153);">|</span><span>申请提现</span></p>
  176. <p style="font-size: 12px;text-align: center;;">2023-10-25 12:25:23</p>
  177. </div>
  178. <div class="o-right">
  179. <p><span>成功</span></span></p>
  180. <p><span style="font-size: 14px; color: #1c9ff7;font-weight: blod;">100</span></p>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. <div class="uni-tabbar-bottom">
  186. <div class="uni-tabbar" style="background-color: rgb(255, 255, 255); backdrop-filter: none;">
  187. <div class="uni-tabbar-border" style="background-color: rgb(228, 231, 237);"></div>
  188. <div class="uni-tabbar__item">
  189. <div class="uni-tabbar__bd" style="height: 50px;" data-url="index.html">
  190. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;">
  191. <img src="static/images/home.png">
  192. </div>
  193. <div class="uni-tabbar__label"
  194. style="color: rgb(50, 50, 50); font-size: 10px; line-height: normal; margin-top: 3px;"> 首页
  195. </div>
  196. </div>
  197. </div>
  198. <div class="uni-tabbar__item"><!---->
  199. <div class="uni-tabbar__bd" style="height: 50px;" data-url="order.html">
  200. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img src="static/images/order.png">
  201. </div>
  202. <div class="uni-tabbar__label"
  203. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  204. 订单 </div>
  205. <!---->
  206. </div>
  207. </div>
  208. <div class="uni-tabbar__item"><!---->
  209. <div class="uni-tabbar__bd" style="height: 50px;" data-url="bill.html">
  210. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img
  211. src="static/images/income-act.png"></div>
  212. <div class="uni-tabbar__label"
  213. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  214. 账单 </div><!---->
  215. </div>
  216. </div>
  217. <div class="uni-tabbar__item"><!---->
  218. <div class="uni-tabbar__bd" style="height: 50px;" data-url="my.html">
  219. <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"><img src="static/images/my.png">
  220. </div>
  221. <div class="uni-tabbar__label"
  222. style="color: rgb(150, 150, 150); font-size: 10px; line-height: normal; margin-top: 3px;">
  223. 我的 </div><!---->
  224. </div>
  225. </div>
  226. </div>
  227. <div class="uni-placeholder" style="height: 50px;"></div>
  228. </div>
  229. </body>
  230. </html>
  231. <script>
  232. $(document).ready(function () {
  233. $('#hideButton').click(function () {
  234. $('#myDiv').hide();
  235. });
  236. $('.o-li').click(function () {
  237. $('#myDiv').show();
  238. });
  239. $('.uni-tabbar__bd').click(function () {
  240. var url = $(this).data('url');
  241. window.location.href = url;
  242. });
  243. $('.u-subsection__item').click(function () {
  244. $('.u-subsection__item').removeClass('seled');
  245. $(this).addClass('seled');;
  246. });
  247. });
  248. </script>