income.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. /* font-size: 20rpx; */
  52. text-align: center;
  53. line-height: 32rpx;
  54. margin-top:40rpx;
  55. }
  56. .change-tag{
  57. background: #739c8a;
  58. }
  59. .content{
  60. margin-top:50rpx;
  61. margin-left: 40rpx;
  62. display: flex;
  63. margin-right: 40rpx;
  64. flex-direction: row;
  65. align-items: center;
  66. }
  67. .content .left{
  68. flex: 1;
  69. }
  70. .name{
  71. font-size:60rpx;
  72. color:#fff;
  73. margin-bottom:14rpx;
  74. margin-left:10rpx;
  75. margin-top:20rpx;
  76. }
  77. .content .right{
  78. width: 162rpx;
  79. }
  80. .go{
  81. height: 48rpx;
  82. border:none;
  83. width: 162rpx;
  84. background: rgba(255,255,255, 0.8);
  85. border-radius: 4rpx;
  86. line-height: 48rpx;
  87. color: #b69150;
  88. font-size: 24rpx;
  89. }