chargemoneylog.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /* pages/ucenter/chargemoneylog/chargemoneylog.wxss */
  2. page {
  3. background-color: #f4f4f4;
  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 {
  44. height: calc(100% - 88rpx);
  45. }
  46. .context_block {
  47. width: 100%;
  48. height: 32rpx;
  49. }
  50. .text_context {
  51. position: relative;
  52. height:281rpx;
  53. background: #fff;
  54. padding: 0 30rpx;
  55. margin: 0 20rpx 32rpx 20rpx;
  56. border-radius: 20rpx;
  57. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  58. }
  59. .text_context.active {
  60. background-color: #ebebeb;
  61. }
  62. .charging_text_title {
  63. height: 105rpx;
  64. width: 100%;
  65. display: flex;
  66. }
  67. .charging_text_title1 {
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. overflow: hidden;
  71. }
  72. image.card {
  73. margin: 39rpx 10rpx 39rpx 0;
  74. width: 40rpx;
  75. height: 27rpx;
  76. flex-shrink: 0;
  77. overflow: hidden;
  78. }
  79. image.car {
  80. margin: 39rpx 10rpx 39rpx 30rpx;
  81. width: 36rpx;
  82. height: 26rpx;
  83. flex-shrink: 0;
  84. overflow: hidden;
  85. }
  86. .text_context text {
  87. margin: 0 0 20rpx 0;
  88. display: block;
  89. font-size: 24rpx;
  90. font-family: 'Lucida Sans',
  91. 'Lucida Sans Regular',
  92. 'Lucida Grande',
  93. 'Lucida Sans Unicode',
  94. Geneva,
  95. Verdana,
  96. sans-serif;
  97. color: #545253;
  98. text-overflow: ellipsis;
  99. white-space: nowrap;
  100. overflow: hidden;
  101. line-height: 24rpx;
  102. height: 24rpx;
  103. min-height: 24rpx;
  104. }
  105. .text_context .bold {
  106. font-size: 28rpx;
  107. font-weight: bold;
  108. line-height: 45rpx;
  109. height: 45rpx;
  110. min-height: 45rpx;
  111. margin-top: 30rpx;
  112. margin-right: 10rpx;
  113. }
  114. text.inline {
  115. display: inline-block;
  116. }
  117. text.green{
  118. color: #18b15c;
  119. }