accounts.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .bg{
  2. background-color: #f3f3f3;
  3. width: 100%;
  4. height: 372rpx;
  5. overflow: hidden;
  6. }
  7. .accounts{
  8. background: -webkit-linear-gradient(left, #86a7da , #658ac5);
  9. background: -o-linear-gradient(right, #86a7da, #658ac5);
  10. background: -moz-linear-gradient(right, #86a7da, #658ac5);
  11. background: linear-gradient(to right, #86a7da , #658ac5);
  12. height: 332rpx;
  13. width: 710rpx;
  14. margin: 20rpx auto 0;
  15. border-radius:10rpx;
  16. position: relative;
  17. }
  18. .w-text{
  19. font-size: 30rpx;
  20. text-align: center;
  21. color:#d2e4ff;
  22. padding-top: 25rpx;
  23. padding-bottom: 25rpx;
  24. }
  25. .w-money{
  26. font-size: 40rpx;
  27. text-align: center;
  28. color: #fff;
  29. font-weight: 900;
  30. padding-bottom: 40rpx;
  31. }
  32. .y-text{
  33. font-size: 30rpx;
  34. text-align: center;
  35. color:#d2e4ff;
  36. padding-top: 30rpx;
  37. padding-bottom: 10rpx;
  38. }
  39. .y-money{
  40. font-size: 30rpx;
  41. text-align: center;
  42. color: #fff;
  43. font-weight: 900;
  44. /* padding-bottom: 30rpx; */
  45. }
  46. .x-text{
  47. font-size: 30rpx;
  48. text-align: center;
  49. color:#d2e4ff;
  50. padding-top: 30rpx;
  51. padding-bottom: 10rpx;
  52. }
  53. .x-money{
  54. font-size: 30rpx;
  55. text-align: center;
  56. color: #fff;
  57. font-weight: 900;
  58. /* padding-bottom: 30rpx; */
  59. }
  60. .accounts-bottom{
  61. border-top: 1rpx solid #6584b4;
  62. }
  63. .accounts-left{
  64. float: left;
  65. padding-left: 12%;
  66. }
  67. .accounts-right{
  68. float: right;
  69. padding-right: 12%;
  70. }
  71. .record-title{
  72. text-align: center;
  73. font-size: 26rpx;
  74. color: #8ba5ce;
  75. background-color: #f4f7fc;
  76. margin: 20rpx auto 0;
  77. width: 710rpx;
  78. height: 40rpx;
  79. padding-top: 10rpx;
  80. }
  81. .record-li{
  82. height: 120rpx;
  83. width: 710rpx;
  84. margin: 0 auto;
  85. border-bottom: 1rpx solid #ccc;
  86. }
  87. .record-time{
  88. font-size: 23rpx;
  89. color: #999;
  90. line-height: 120rpx;
  91. }
  92. .record-money{
  93. font-size: 30rpx;
  94. color: #eab86a;
  95. line-height: 120rpx;
  96. float: right;
  97. }
  98. .accounts-icon{
  99. width: 40rpx;
  100. height: 40rpx;
  101. position: absolute;
  102. top: 26rpx;
  103. right: 26rpx;
  104. }
  105. .accounts-record{
  106. position: relative;
  107. }
  108. .img{
  109. width: 125rpx;
  110. height: 125rpx;
  111. display: block;
  112. margin: 150rpx auto 0;
  113. }
  114. .no-record{
  115. font-size: 30rpx;
  116. text-align: center;
  117. margin-top: 17rpx;
  118. color: #b3becb
  119. }
  120. .first{
  121. font-size: 30rpx;
  122. color: #999;
  123. line-height: 120rpx;
  124. float: right;
  125. }