charginglog.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* pages/ucenter/charginglog/charginglog.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. height: 100%;
  5. overflow-y: hidden;
  6. }
  7. .context {
  8. height: 100%;
  9. }
  10. .context_block {
  11. width: 100%;
  12. height: 24rpx;
  13. }
  14. .text_context {
  15. position: relative;
  16. height: 378rpx;
  17. background: #fff;
  18. padding: 0 30rpx;
  19. margin: 0 28rpx 24rpx 28rpx;
  20. border-radius: 20rpx;
  21. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  22. }
  23. .text_context.active {
  24. background-color: #ebebeb;
  25. }
  26. .charging_text_title {
  27. height: 105rpx;
  28. width: 100%;
  29. display: flex;
  30. margin-bottom: 20rpx;
  31. }
  32. .charging_text_title1 {
  33. width: 100%;
  34. text-overflow: ellipsis;
  35. white-space: nowrap;
  36. overflow: hidden;
  37. }
  38. .charging {
  39. width: 62rpx;
  40. height: 62rpx;
  41. margin: 30rpx 30rpx 30rpx 0;
  42. flex-shrink: 0;
  43. overflow: hidden;
  44. }
  45. .charging image {
  46. width: 62rpx;
  47. height: 62rpx;
  48. }
  49. .text_context text {
  50. margin: 0 0 18rpx 0;
  51. display: block;
  52. font-size: 26rpx;
  53. font-family: 'Lucida Sans',
  54. 'Lucida Sans Regular',
  55. 'Lucida Grande',
  56. 'Lucida Sans Unicode',
  57. Geneva,
  58. Verdana,
  59. sans-serif;
  60. color: #231400;
  61. text-overflow: ellipsis;
  62. white-space: nowrap;
  63. overflow: hidden;
  64. line-height: 30rpx;
  65. height: 30rpx;
  66. min-height: 30rpx;
  67. }
  68. .text_context .bold {
  69. font-weight: bold;
  70. line-height: 34rpx;
  71. height: 34rpx;
  72. min-height: 34rpx;
  73. margin-top: 28rpx;
  74. margin-bottom: 8rpx;
  75. display: block;
  76. font-size: 30rpx;
  77. }
  78. .text_context .h1 {
  79. margin: 0rpx 0rpx 24rpx 0rpx;
  80. font-size: 24rpx;
  81. line-height: 28rpx;
  82. height: 28rpx;
  83. min-height: 28rpx;
  84. color: #a3a3a3;
  85. }
  86. .inline-view{
  87. height: 42rpx;
  88. }
  89. text.gray {
  90. color: #a3a3a3;
  91. font-size: 24rpx;
  92. text-overflow: ellipsis;
  93. white-space: nowrap;
  94. overflow: hidden;
  95. line-height: 28rpx;
  96. height: 28rpx;
  97. min-height: 28rpx;
  98. margin-bottom: 24rpx;
  99. }
  100. text.gray1 {
  101. color: #575757;
  102. }
  103. text.inline {
  104. display: inline-block;
  105. }
  106. text.red {
  107. color: red;
  108. }