wallet.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #ffffff;
  13. height: 100%;
  14. }
  15. .content-money {
  16. padding-bottom: 30rpx;
  17. background: #f8f8f8;
  18. }
  19. .content-money .moneyTx {
  20. position: absolute;
  21. top: 150rpx;
  22. right: 0rpx;
  23. width: 150rpx;
  24. padding: 10rpx 30rpx;
  25. border: 2px solid #ffffff;
  26. border-top-left-radius: 99rpx;
  27. border-bottom-left-radius: 99rpx;
  28. color: #ffffff;
  29. line-height: 1;
  30. font-size: 28rpx;
  31. }
  32. .content-money .buttom-box {
  33. background-color: #ffffff;
  34. text-align: center;
  35. margin: 0 30rpx;
  36. padding: 20rpx 0;
  37. border-radius: 15rpx;
  38. margin-top: -60rpx;
  39. }
  40. .content-money .buttom-box .buttom {
  41. font-size: 32rpx;
  42. flex-grow: 1;
  43. }
  44. .content-money .buttom-box .interval {
  45. width: 2px;
  46. height: 60rpx;
  47. background-color: #eeeeee;
  48. }
  49. .content-money .buttom-box .icon {
  50. height: 50rpx;
  51. width: 48rpx;
  52. margin: 0 auto;
  53. }
  54. .content-money .buttom-box .icon .icon-img {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .money-box {
  59. background-color: #ff4e4a;
  60. padding-top: 25px;
  61. height: 368rpx;
  62. color: #ffffff;
  63. text-align: center;
  64. }
  65. .money-box .text {
  66. padding-top: 147rpx;
  67. font-size: 24rpx;
  68. }
  69. .money-box .money {
  70. font-size: 56rpx;
  71. }
  72. .navbar {
  73. display: flex;
  74. height: 40px;
  75. padding: 0 5px;
  76. background: #fff;
  77. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  78. position: relative;
  79. z-index: 10;
  80. }
  81. .navbar .nav-item {
  82. flex: 1;
  83. display: flex;
  84. justify-content: center;
  85. align-items: center;
  86. height: 100%;
  87. font-size: 15px;
  88. color: #303133;
  89. position: relative;
  90. }
  91. .navbar .nav-item.current {
  92. color: #ff4e4a;
  93. }
  94. .navbar .nav-item.current:after {
  95. content: '';
  96. position: absolute;
  97. left: 50%;
  98. bottom: 0;
  99. -webkit-transform: translateX(-50%);
  100. transform: translateX(-50%);
  101. width: 44px;
  102. height: 0;
  103. border-bottom: 2px solid #ff4e4a;
  104. }
  105. .swiper-box {
  106. padding-top: 10rpx;
  107. }
  108. .swiper-box .order-item {
  109. padding: 20rpx 30rpx;
  110. line-height: 1.5;
  111. }
  112. .swiper-box .order-item .title-box .title {
  113. font-size: 32rpx;
  114. color: #606266;
  115. }
  116. .swiper-box .order-item .title-box .time {
  117. font-size: 28rpx;
  118. color: #909399;
  119. }
  120. .swiper-box .order-item .money {
  121. color: #fd5b23;
  122. font-size: 32rpx;
  123. }
  124. .list-scroll-content {
  125. height: 100%;
  126. }
  127. .content {
  128. height: 100%;
  129. }
  130. .content .empty-content {
  131. background-color: #ffffff;
  132. }