zsfh.wxss 2.4 KB

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