income.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. page {
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. }
  5. .container {
  6. background: #f4f4f4;
  7. min-height: 100%;
  8. padding-top: 50px;
  9. }
  10. .help {
  11. height: 72rpx;
  12. line-height: 72rpx;
  13. text-align: right;
  14. padding-right: 30rpx;
  15. background: url(https://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/couponHelp-4768607555.png) 590rpx center no-repeat;
  16. background-size: 28rpx;
  17. color: #999;
  18. font-size: 24rpx;
  19. }
  20. .income-list {
  21. width: 100%;
  22. height: auto;
  23. overflow: hidden;
  24. padding-left: 30rpx;
  25. padding-right: 30rpx;
  26. }
  27. .item {
  28. position: relative;
  29. height: 250rpx;
  30. width: 100%;
  31. background: linear-gradient(to right, #cfa568, #e3bf79);
  32. margin-bottom: 30rpx;
  33. padding-top: 52rpx;
  34. border-radius: 20rpx;
  35. }
  36. .all {
  37. background: #facc5d;
  38. }
  39. .change {
  40. background: #95cdb4;
  41. }
  42. .tag {
  43. height: 32rpx;
  44. background: #a48143;
  45. padding-left: 16rpx;
  46. padding-right: 16rpx;
  47. position: absolute;
  48. left: 30rpx;
  49. color: #fff;
  50. top: 20rpx;
  51. text-align: center;
  52. line-height: 32rpx;
  53. margin-top: 40rpx;
  54. }
  55. .change-tag {
  56. background: #739c8a;
  57. }
  58. .content {
  59. margin-top: 50rpx;
  60. margin-left: 40rpx;
  61. display: flex;
  62. margin-right: 40rpx;
  63. flex-direction: row;
  64. align-items: center;
  65. }
  66. .content .left {
  67. flex: 1;
  68. }
  69. .name {
  70. font-size: 60rpx;
  71. color: #fff;
  72. margin-bottom: 14rpx;
  73. margin-left: 10rpx;
  74. margin-top: 20rpx;
  75. }
  76. .content .right {
  77. width: 162rpx;
  78. }
  79. .go {
  80. height: 48rpx;
  81. border: none;
  82. width: 162rpx;
  83. background: rgba(255, 255, 255, 0.8);
  84. border-radius: 4rpx;
  85. line-height: 48rpx;
  86. color: #b69150;
  87. font-size: 24rpx;
  88. }