yuyt.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. .upFlag{
  15. position: absolute;
  16. color:#E99D42;
  17. font-size: 28rpx;
  18. right: 20rpx;
  19. top: 60rpx;
  20. }
  21. .downBtn{
  22. position: absolute;
  23. color:#000000;
  24. border: 1px solid #aaaaaa;
  25. border-radius: 30rpx;
  26. padding: 3rpx 6rpx;
  27. font-size: 22rpx;
  28. right: 20rpx;
  29. bottom: 20rpx;
  30. }
  31. .text_context {
  32. position: relative;
  33. height: 308rpx;
  34. background: #fff;
  35. padding: 0 30rpx;
  36. margin: 0 28rpx 24rpx 28rpx;
  37. border-radius: 20rpx;
  38. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  39. }
  40. .text_context.h1 {
  41. height: 396rpx;
  42. }
  43. .text_context.h2 {
  44. height: 478rpx;
  45. }
  46. .text_context.h3 {
  47. height: 348rpx;
  48. }
  49. .text_context.h4 {
  50. height: 308rpx;
  51. }
  52. .text_context.active {
  53. background-color: #ebebeb;
  54. }
  55. .charging_text_title {
  56. height: 105rpx;
  57. width: 100%;
  58. display: flex;
  59. margin-bottom: 20rpx;
  60. }
  61. .charging_text_title1 {
  62. width: 100%;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. overflow: hidden;
  66. }
  67. .charging {
  68. width: 62rpx;
  69. height: 62rpx;
  70. margin: 30rpx 30rpx 30rpx 0;
  71. flex-shrink: 0;
  72. overflow: hidden;
  73. }
  74. .charging image {
  75. width: 62rpx;
  76. height: 62rpx;
  77. }
  78. .text_context text {
  79. margin: 0 0 18rpx 0;
  80. display: block;
  81. font-size: 26rpx;
  82. font-family: 'Lucida Sans',
  83. 'Lucida Sans Regular',
  84. 'Lucida Grande',
  85. 'Lucida Sans Unicode',
  86. Geneva,
  87. Verdana,
  88. sans-serif;
  89. color: #231400;
  90. text-overflow: ellipsis;
  91. white-space: nowrap;
  92. overflow: hidden;
  93. line-height: 30rpx;
  94. height: 30rpx;
  95. min-height: 30rpx;
  96. }
  97. .text_context .bold {
  98. font-weight: bold;
  99. line-height: 34rpx;
  100. height: 34rpx;
  101. min-height: 34rpx;
  102. margin-top: 28rpx;
  103. margin-bottom: 8rpx;
  104. display: block;
  105. font-size: 30rpx;
  106. }
  107. .text_context .h1 {
  108. margin: 0rpx 0rpx 24rpx 0rpx;
  109. font-size: 24rpx;
  110. line-height: 28rpx;
  111. height: 28rpx;
  112. min-height: 28rpx;
  113. color: #a3a3a3;
  114. }
  115. .inline-view{
  116. height: 42rpx;
  117. }
  118. text.gray {
  119. color: #a3a3a3;
  120. font-size: 24rpx;
  121. text-overflow: ellipsis;
  122. white-space: nowrap;
  123. overflow: hidden;
  124. line-height: 28rpx;
  125. height: 28rpx;
  126. min-height: 28rpx;
  127. margin-bottom: 24rpx;
  128. }
  129. text.gray1 {
  130. color: #575757;
  131. }
  132. text.gray2 {
  133. color: #AAAAAA;
  134. }
  135. .inlineView text{
  136. display: inline-block;
  137. }
  138. text.inline {
  139. display: inline-block;
  140. }
  141. view.inline {
  142. display: inline-block;
  143. }
  144. text.red {
  145. color: red;
  146. }
  147. .topBar{
  148. height: 60rpx;
  149. font-size: 30rpx;
  150. line-height: 80rpx;
  151. display: flex;
  152. flex-direction: row;
  153. justify-content: space-between;
  154. padding: 0 40rpx;
  155. color:#848484;
  156. }
  157. .topBar .active{
  158. color: #000000;
  159. }