commission.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .content {
  15. height: 100%;
  16. }
  17. .content .swiper-box {
  18. padding-top: 25rpx;
  19. height: calc(100% - 220px);
  20. background-color: #ffffff;
  21. }
  22. .content .swiper-box .list-scroll-content {
  23. height: 100%;
  24. }
  25. .nodata {
  26. width: 100%;
  27. text-align: center;
  28. font-size: 32rpx;
  29. padding-top: 20rpx;
  30. }
  31. .content-money {
  32. padding-bottom: 30rpx;
  33. position: relative;
  34. }
  35. .content-money .buttom-box {
  36. background-color: #ffffff;
  37. text-align: center;
  38. margin: 0 30rpx;
  39. padding: 30rpx 0;
  40. border-radius: 15rpx;
  41. margin-top: -60rpx;
  42. z-index: 100;
  43. }
  44. .content-money .buttom-box .buttom {
  45. font-size: 32rpx;
  46. -webkit-box-flex: 1;
  47. -webkit-flex-grow: 1;
  48. flex-grow: 1;
  49. }
  50. .content-money .buttom-box .buttom .money {
  51. font-weight: 400;
  52. font-size: 32rpx;
  53. color: #333333;
  54. }
  55. .content-money .buttom-box .text {
  56. color: #666666;
  57. font-size: 26rpx;
  58. font-weight: 400;
  59. }
  60. .content-money .buttom-box .interval {
  61. width: 2rpx;
  62. height: 60rpx;
  63. background-color: #eeeeee;
  64. }
  65. .content-money .buttom-box .icon {
  66. height: 50rpx;
  67. width: 48rpx;
  68. margin: 0 auto;
  69. }
  70. .content-money .buttom-box .icon .icon-img {
  71. width: 100%;
  72. height: 100%;
  73. }
  74. .money-box {
  75. padding-top: 100rpx;
  76. background: -webkit-linear-gradient(38deg, #7e99fe, #978ffa);
  77. background: linear-gradient(52deg, #7e99fe, #978ffa);
  78. height: 400rpx;
  79. color: #ffffff;
  80. text-align: center;
  81. }
  82. .money-box .top {
  83. display: -webkit-box;
  84. display: -webkit-flex;
  85. display: flex;
  86. -webkit-box-pack: justify;
  87. -webkit-justify-content: space-between;
  88. justify-content: space-between;
  89. padding: 10rpx 25rpx 60rpx;
  90. }
  91. .money-box .top .top-left {
  92. width: 127rpx;
  93. height: 40rpx;
  94. border: 1rpx solid white;
  95. border-radius: 20px;
  96. line-height: 40rpx;
  97. }
  98. .money-box .top .top-left .top-left-text {
  99. width: 127rpx;
  100. font-size: 24rpx;
  101. font-weight: 400;
  102. color: white;
  103. text-align: center;
  104. }
  105. .money-box .top .top-left .top-left-text .top-left-text1 {
  106. margin-right: 5rpx;
  107. }
  108. .money-box .top .top-left .top-left-text .iconfont {
  109. line-height: 100%;
  110. }
  111. .money-box .top .top-right {
  112. font-size: 24rpx;
  113. font-weight: 400;
  114. color: white;
  115. display: -webkit-box;
  116. display: -webkit-flex;
  117. display: flex;
  118. -webkit-box-align: center;
  119. -webkit-align-items: center;
  120. align-items: center;
  121. }
  122. .money-box .top .top-right text {
  123. font-size: 30rpx;
  124. }
  125. .money-box .money_name {
  126. width: 100%;
  127. text-align: center;
  128. padding-bottom: 25rpx;
  129. font-size: 26rpx;
  130. font-weight: 400;
  131. color: white;
  132. }
  133. .money-box .money_num {
  134. font-size: 60rpx;
  135. font-weight: bold;
  136. color: white;
  137. }
  138. .money-box .forms {
  139. text-decoration: underline;
  140. }
  141. .withdraw {
  142. position: absolute;
  143. top: 165rpx;
  144. right: 0;
  145. width: 160rpx;
  146. height: 64rpx;
  147. background: white;
  148. border: 2px solid white;
  149. border-radius: 32px 0px 0px 32px;
  150. text-align: center;
  151. }
  152. .withdraw .withdraw-text {
  153. font-size: 30rpx;
  154. font-weight: bold;
  155. color: #8298fd;
  156. line-height: 60rpx;
  157. letter-spacing: 2rpx;
  158. }
  159. .list-box {
  160. margin: 0 30rpx;
  161. padding: 25rpx 0rpx;
  162. border-bottom: 1px solid #eeeeee;
  163. display: -webkit-box;
  164. display: -webkit-flex;
  165. display: flex;
  166. -webkit-box-align: center;
  167. -webkit-align-items: center;
  168. align-items: center;
  169. -webkit-box-pack: justify;
  170. -webkit-justify-content: space-between;
  171. justify-content: space-between;
  172. }
  173. .list-box .list-left .list-name {
  174. max-width: 400rpx;
  175. font-size: 28rpx;
  176. font-weight: 600;
  177. color: #333333;
  178. overflow: hidden;
  179. text-overflow: ellipsis;
  180. white-space: nowrap;
  181. }
  182. .list-box .list-left .list-time {
  183. margin-top: 16rpx;
  184. font-size: 22rpx;
  185. font-weight: 400;
  186. color: #999999;
  187. }
  188. .list-box .list-right {
  189. min-width: 220rpx;
  190. font-size: 30rpx;
  191. text-align: right;
  192. letter-spacing: 1px;
  193. font-weight: bold;
  194. }
  195. .list-box .list-right .jia {
  196. color: #333333;
  197. }
  198. .list-box .list-right .jian {
  199. color: #fc2a3f;
  200. }