wallet.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. page {
  2. background: #fff;
  3. height: 100%;
  4. padding: 0;
  5. }
  6. .content-money {
  7. padding-bottom: 30rpx;
  8. background: #f8f8f8;
  9. }
  10. .content-money .moneyTx {
  11. top: 150rpx;
  12. }
  13. .content-money .moneyTx,.content-money .moneyTxs {
  14. position: absolute;
  15. right: 0rpx;
  16. width: 150rpx;
  17. padding: 10rpx 30rpx;
  18. border: 2px solid #fff;
  19. border-top-left-radius: 99rpx;
  20. border-bottom-left-radius: 99rpx;
  21. color: #fff;
  22. line-height: 1;
  23. font-size: 28rpx;
  24. }
  25. .content-money .moneyTxs {
  26. top: 210rpx;
  27. }
  28. .content-money .moneyTxss {
  29. position: absolute;
  30. top: 270rpx;
  31. right: 0rpx;
  32. width: 150rpx;
  33. padding: 10rpx 30rpx;
  34. border: 2px solid #fff;
  35. border-top-left-radius: 99rpx;
  36. border-bottom-left-radius: 99rpx;
  37. color: #fff;
  38. line-height: 1;
  39. font-size: 28rpx;
  40. }
  41. .content-money .buttom-box {
  42. background-color: #fff;
  43. text-align: center;
  44. padding: 20rpx 0;
  45. border-radius: 15rpx;
  46. margin: -60rpx 30rpx 0;
  47. }
  48. .content-money .buttom-box .buttom {
  49. font-size: 32rpx;
  50. -webkit-box-flex: 1;
  51. flex-grow: 1;
  52. }
  53. .content-money .buttom-box .interval {
  54. width: 2px;
  55. height: 60rpx;
  56. background-color: #eee;
  57. }
  58. .content-money .buttom-box .icon {
  59. height: 50rpx;
  60. width: 48rpx;
  61. margin: 0 auto;
  62. }
  63. .content-money .buttom-box .icon .icon-img {
  64. width: 100%;
  65. height: 100%;
  66. }
  67. .money-box {
  68. background-color: #5dbc7c;
  69. padding-top: 25px;
  70. height: 368rpx;
  71. color: #fff;
  72. text-align: center;
  73. -webkit-box-pack: center;
  74. justify-content: center;
  75. }
  76. .money-box .text {
  77. font-size: 24rpx;
  78. }
  79. .money-box .money {
  80. font-size: 56rpx;
  81. }
  82. .navbar {
  83. height: 40px;
  84. padding: 0 5px;
  85. background: #fff;
  86. box-shadow: 0 1px 5px rgba(0,0,0,.06);
  87. z-index: 10;
  88. }
  89. .navbar,.navbar .nav-item {
  90. display: flex;
  91. position: relative;
  92. }
  93. .navbar .nav-item {
  94. -webkit-box-flex: 1;
  95. flex: 1;
  96. -webkit-box-pack: center;
  97. justify-content: center;
  98. -webkit-box-align: center;
  99. align-items: center;
  100. height: 100%;
  101. font-size: 15px;
  102. color: #303133;
  103. }
  104. .navbar .nav-item.current {
  105. color: #5dbc7c;
  106. }
  107. .navbar .nav-item.current:after {
  108. content: "";
  109. position: absolute;
  110. left: 50%;
  111. bottom: 0;
  112. transform: translateX(-50%);
  113. width: 44px;
  114. height: 0;
  115. border-bottom: 2px solid #5dbc7c;
  116. }
  117. .swiper-box {
  118. padding-top: 10rpx;
  119. }
  120. .swiper-box .order-item {
  121. padding: 20rpx 30rpx;
  122. line-height: 1.5;
  123. }
  124. .swiper-box .order-item .title-box .title {
  125. font-size: 32rpx;
  126. color: #606266;
  127. }
  128. .swiper-box .order-item .title-box .time {
  129. font-size: 28rpx;
  130. color: #909399;
  131. }
  132. .swiper-box .order-item .money {
  133. color: #fd5b23;
  134. font-size: 32rpx;
  135. }
  136. .content,.list-scroll-content {
  137. height: 100%;
  138. }
  139. .content .empty-content {
  140. background-color: #fff;
  141. }