myteam.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. position: absolute;
  11. top: 150rpx;
  12. right: 0rpx;
  13. width: 150rpx;
  14. padding: 10rpx 30rpx;
  15. border: 2px solid #fff;
  16. border-top-left-radius: 99rpx;
  17. border-bottom-left-radius: 99rpx;
  18. color: #fff;
  19. line-height: 1;
  20. font-size: 28rpx;
  21. }
  22. .content-money .buttom-box {
  23. background-color: #fff;
  24. text-align: center;
  25. padding: 20rpx 0;
  26. border-radius: 15rpx;
  27. margin: -60rpx 30rpx 0;
  28. }
  29. .content-money .buttom-box .buttom {
  30. font-size: 32rpx;
  31. -webkit-box-flex: 1;
  32. flex-grow: 1;
  33. }
  34. .content-money .buttom-box .interval {
  35. width: 2px;
  36. height: 60rpx;
  37. background-color: #eee;
  38. }
  39. .content-money .buttom-box .icon {
  40. height: 50rpx;
  41. width: 48rpx;
  42. margin: 0 auto;
  43. }
  44. .content-money .buttom-box .icon .icon-img {
  45. width: 100%;
  46. height: 100%;
  47. }
  48. .money-box {
  49. background-color: #5dbc7c;
  50. padding-top: 25px;
  51. height: 180rpx;
  52. display: flex;
  53. -webkit-box-orient: vertical;
  54. -webkit-box-direction: normal;
  55. flex-direction: column;
  56. -webkit-box-align: center;
  57. align-items: center;
  58. -webkit-box-pack: center;
  59. justify-content: center;
  60. color: #fff;
  61. }
  62. .money-box .text {
  63. font-size: 24rpx;
  64. }
  65. .money-box .money {
  66. font-size: 56rpx;
  67. }
  68. .navbar {
  69. height: 40px;
  70. padding: 0 5px;
  71. background: #fff;
  72. box-shadow: 0 1px 5px rgba(0,0,0,.06);
  73. z-index: 10;
  74. }
  75. .navbar,.navbar .nav-item {
  76. display: flex;
  77. position: relative;
  78. }
  79. .navbar .nav-item {
  80. -webkit-box-flex: 1;
  81. flex: 1;
  82. -webkit-box-pack: center;
  83. justify-content: center;
  84. -webkit-box-align: center;
  85. align-items: center;
  86. height: 100%;
  87. font-size: 15px;
  88. color: #303133;
  89. }
  90. .navbar .nav-item.current {
  91. color: #5dbc7c;
  92. }
  93. .navbar .nav-item.current:after {
  94. content: "";
  95. position: absolute;
  96. left: 50%;
  97. bottom: 0;
  98. transform: translateX(-50%);
  99. width: 44px;
  100. height: 0;
  101. border-bottom: 2px solid #5dbc7c;
  102. }
  103. .swiper-box {
  104. padding-top: 10rpx;
  105. }
  106. .swiper-box .order-item {
  107. padding: 20rpx 30rpx;
  108. line-height: 1.5;
  109. }
  110. .swiper-box .order-item .title-box .title {
  111. font-size: 32rpx;
  112. color: #606266;
  113. }
  114. .swiper-box .order-item .title-box .time {
  115. font-size: 28rpx;
  116. color: #909399;
  117. }
  118. .swiper-box .order-item .money {
  119. color: #fd5b23;
  120. font-size: 32rpx;
  121. }
  122. .content,.list-scroll-content {
  123. height: 100%;
  124. }
  125. .content .empty-content {
  126. background-color: #fff;
  127. }
  128. .andr-mt-avatar {
  129. width: 78rpx;
  130. height: 78rpx;
  131. border-radius: 50rpx;
  132. }
  133. .andr-mt-avatarBd {
  134. border: 2px solid #fff;
  135. }
  136. .andr-mt-cname {
  137. font-size: 28rpx;
  138. color: #fff;
  139. }
  140. .andr-mt-flex {
  141. display: flex;
  142. }
  143. .andr-mt-lBox {
  144. background-color: #fff;
  145. height: 130rpx;
  146. padding: 20rpx;
  147. border-bottom: 1px solid #f0f0f0;
  148. }
  149. .andr-mt-marR20 {
  150. margin-right: 20rpx;
  151. }
  152. .andr-mt-fdC {
  153. -webkit-box-orient: vertical;
  154. -webkit-box-direction: normal;
  155. flex-direction: column;
  156. -webkit-box-flex: 1;
  157. flex-grow: 1;
  158. }
  159. .andr-mt-lname {
  160. font-size: 30rpx;
  161. line-height: 1;
  162. color: #3f454b;
  163. }
  164. .andr-mt-lname .levelBox image {
  165. height: 35rpx;
  166. width: 35rpx;
  167. }
  168. .andr-mt-ltime {
  169. font-size: 22rpx;
  170. color: #999;
  171. }