opsCharginglog.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. display: block;
  51. font-size: 24rpx;
  52. font-family: 'Lucida Sans',
  53. 'Lucida Sans Regular',
  54. 'Lucida Grande',
  55. 'Lucida Sans Unicode',
  56. Geneva,
  57. Verdana,
  58. sans-serif;
  59. color: #231400;
  60. text-overflow: ellipsis;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. line-height: 30rpx;
  64. height: 30rpx;
  65. min-height: 30rpx;
  66. }
  67. .text_context .bold {
  68. font-weight: bold;
  69. line-height: 34rpx;
  70. height: 34rpx;
  71. min-height: 34rpx;
  72. margin-top: 28rpx;
  73. margin-bottom: 8rpx;
  74. display: block;
  75. font-size: 30rpx;
  76. }
  77. .text_context .h1 {
  78. margin: 0rpx 0rpx 24rpx 0rpx;
  79. font-size: 24rpx;
  80. line-height: 28rpx;
  81. height: 28rpx;
  82. min-height: 28rpx;
  83. color: #a3a3a3;
  84. }
  85. .inline-view{
  86. height: 42rpx;
  87. }
  88. text.gray {
  89. color: #a3a3a3;
  90. font-size: 24rpx;
  91. text-overflow: ellipsis;
  92. white-space: nowrap;
  93. overflow: hidden;
  94. line-height: 28rpx;
  95. height: 28rpx;
  96. min-height: 28rpx;
  97. }
  98. text.gray1 {
  99. color: #575757;
  100. }
  101. text.inline {
  102. display: inline-block;
  103. }
  104. text.red {
  105. color: red;
  106. }