chargemoneylog.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* pages/ucenter/chargemoneylog/chargemoneylog.wxss */
  2. page {
  3. background-color: #fff;
  4. height: 100%;
  5. overflow-y: hidden;
  6. }
  7. /* .title {
  8. background-color: #42b9b4;
  9. width: 100%;
  10. height: 88rpx;
  11. line-height: 88rpx;
  12. min-height: 88rpx;
  13. padding: 0 30rpx;
  14. font-family: 'Lucida Sans',
  15. 'Lucida Sans Regular',
  16. 'Lucida Grande',
  17. 'Lucida Sans Unicode',
  18. Geneva,
  19. Verdana,
  20. sans-serif;
  21. color: #fff;
  22. vertical-align: text-bottom;
  23. } */
  24. /* .title text {
  25. padding: 0 10rpx 0 0;
  26. display: inline-block;
  27. font-size: 24rpx;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. line-height: 24rpx;
  32. height: 24rpx;
  33. min-height: 24rpx;
  34. } */
  35. /* .title .bold {
  36. font-style: italic;
  37. font-weight: bold;
  38. font-size: 28rpx;
  39. line-height: 28rpx;
  40. height: 28rpx;
  41. min-height: 28rpx;
  42. } */
  43. .context_block {
  44. width: 100%;
  45. height: 100rpx;
  46. background: #f4f4f4;
  47. display: flex;
  48. }
  49. .context_block text{
  50. font-size: 28rpx;
  51. font-family: 'Lucida Sans',
  52. 'Lucida Sans Regular',
  53. 'Lucida Grande',
  54. 'Lucida Sans Unicode',
  55. Geneva,
  56. Verdana,
  57. sans-serif;
  58. color: #434343;
  59. text-overflow: ellipsis;
  60. white-space: nowrap;
  61. overflow: hidden;
  62. line-height: 100rpx;
  63. height: 100rpx;
  64. min-height: 100rpx;
  65. }
  66. .context_block .time {
  67. flex-shrink: 0;
  68. margin-left: 40rpx;
  69. width: 300rpx;
  70. }
  71. .context_block .money {
  72. width: 100%;
  73. text-align: right;
  74. padding-right: 130rpx;
  75. }
  76. .context_block .state {
  77. flex-shrink: 0;
  78. width: 120rpx;
  79. }
  80. .context {
  81. height: calc(100% - 100rpx);
  82. }
  83. .text_context {
  84. position: relative;
  85. display: flex;
  86. height:120rpx;
  87. border-bottom: 2rpx solid #f1f1f1;
  88. }
  89. .text_context text{
  90. font-size: 24rpx;
  91. font-family: 'Lucida Sans',
  92. 'Lucida Sans Regular',
  93. 'Lucida Grande',
  94. 'Lucida Sans Unicode',
  95. Geneva,
  96. Verdana,
  97. sans-serif;
  98. color: #434343;
  99. text-overflow: ellipsis;
  100. white-space: nowrap;
  101. overflow: hidden;
  102. line-height: 120rpx;
  103. height: 120rpx;
  104. min-height: 120rpx;
  105. }
  106. .text_context .time {
  107. flex-shrink: 0;
  108. margin-left: 40rpx;
  109. width: 300rpx;
  110. }
  111. .text_context .time .date_time {
  112. display: block;
  113. color:#999999;
  114. position: absolute;
  115. top: 72rpx;
  116. line-height: 32rpx;
  117. height: 32rpx;
  118. min-height: 32rpx;
  119. }
  120. .text_context .money {
  121. width: 100%;
  122. text-align: right;
  123. padding-right: 130rpx;
  124. }
  125. .text_context .state {
  126. flex-shrink: 0;
  127. width: 120rpx;
  128. color: #16b2ef;
  129. }