index.wxss 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .advance {
  2. margin: 0;
  3. padding: 0;
  4. background: #f7f7f7;
  5. }
  6. .mainbox {
  7. width: 100vw;
  8. height: 437rpx;
  9. margin: 45rpx auto;
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: space-evenly;
  13. background-color: #ffffff;
  14. /* box-shadow: 15rpx 14rpx 17rpx #bababa; */
  15. padding: auto 20rpx;
  16. position: relative;
  17. }
  18. .mainbox view {
  19. padding-left: 60rpx;
  20. }
  21. .details {
  22. width: 211rpx;
  23. border-radius: 20rpx;
  24. color: #3da1ff;
  25. position: relative;
  26. }
  27. .de_btn{
  28. border-radius: 50rpx;
  29. width: 260rpx;
  30. }
  31. .list {
  32. position: relative;
  33. color: #ffffff;
  34. font-size:40rpx ;
  35. }
  36. .list_pay{
  37. position: relative;
  38. color: #ffffff;
  39. font-size: 55rpx;
  40. }
  41. /* 明细查询页面 */
  42. .details_main {
  43. margin: 0;
  44. padding: 0;
  45. /* background: #f7f7f7; */
  46. }
  47. .cost_all{
  48. width: 90%;
  49. height: 300rpx;
  50. margin: 20rpx auto;
  51. /* display: flex; */
  52. flex-direction: column;
  53. justify-content: space-evenly;
  54. background-color: #ffffff;
  55. /* padding: auto 20rpx; */
  56. position: relative;
  57. top: 152rpx;
  58. box-shadow: 4rpx 4rpx 10rpx gainsboro;
  59. }
  60. .date_range {
  61. width: 320rpx;
  62. height: 50rpx;
  63. background-color: #ececec;
  64. border: 2rpx solid #ececec;
  65. border-radius: 22rpx;
  66. margin: 10rpx auto;
  67. font-size: 24rpx;
  68. text-align: center;
  69. line-height: 50rpx;
  70. color: #535353;
  71. }
  72. .balance{
  73. display: flex;
  74. }
  75. .balance_t{
  76. flex: 1;
  77. text-align: center;
  78. font-size: 30px;
  79. }
  80. .disburse{
  81. color: #5fc35f;
  82. }
  83. .top_up{
  84. color: #ed5f5c;
  85. }
  86. .mingxi_xq{
  87. width: 90%;
  88. position: absolute;
  89. top: 275px;
  90. left: 5%;
  91. }
  92. .mingxi{
  93. width: 100%;
  94. height: 80px;
  95. background: #ffffff;
  96. /* margin: 105px auto; */
  97. margin-bottom: 10px;
  98. padding: 5px;
  99. box-sizing: border-box;
  100. box-shadow:0 0 10rpx gainsboro;
  101. }
  102. .mingxi_time{
  103. font-size: 18px;
  104. margin-bottom: 10px
  105. }
  106. .mingxi_yuer{
  107. position: absolute;
  108. top: 5px;
  109. right: 5px;
  110. }
  111. .mingxi_yuer2{
  112. position: absolute;
  113. right: 5px;
  114. }
  115. .mainBox {}
  116. .main_back {
  117. position: absolute;
  118. width: 100%;
  119. top: 0;
  120. }
  121. @charset "UTF-8";
  122. /**
  123. * 这里是uni-app内置的常用样式变量
  124. *
  125. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  126. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  127. *
  128. */
  129. /**
  130. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  131. *
  132. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  133. */
  134. /* 颜色变量 */
  135. /* 行为相关颜色 */
  136. /* 文字基本颜色 */
  137. /* 背景颜色 */
  138. /* 边框颜色 */
  139. /* 尺寸变量 */
  140. /* 文字尺寸 */
  141. /* 图片尺寸 */
  142. /* Border Radius */
  143. /* 水平间距 */
  144. /* 垂直间距 */
  145. /* 透明度 */
  146. /* 文章场景相关 */
  147. .data-v-72bd9d5e .de_btn {
  148. margin-left: 60rpx;
  149. padding-left: 0px;
  150. }
  151. .data-v-72bd9d5e .de_btn button {
  152. border-radius: 50rpx;
  153. width: 260rpx;
  154. }
  155. .data-v-72bd9d5e .de_btn button .van-button__text {
  156. padding-left: 0rpx;
  157. color: #00c4b3;
  158. }