yuyt.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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: 20rpx;
  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: 378rpx;
  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.active {
  41. background-color: #ebebeb;
  42. }
  43. .charging_text_title {
  44. height: 105rpx;
  45. width: 100%;
  46. display: flex;
  47. margin-bottom: 20rpx;
  48. }
  49. .charging_text_title1 {
  50. width: 100%;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. overflow: hidden;
  54. }
  55. .charging {
  56. width: 62rpx;
  57. height: 62rpx;
  58. margin: 30rpx 30rpx 30rpx 0;
  59. flex-shrink: 0;
  60. overflow: hidden;
  61. }
  62. .charging image {
  63. width: 62rpx;
  64. height: 62rpx;
  65. }
  66. .text_context text {
  67. margin: 0 0 18rpx 0;
  68. display: block;
  69. font-size: 26rpx;
  70. font-family: 'Lucida Sans',
  71. 'Lucida Sans Regular',
  72. 'Lucida Grande',
  73. 'Lucida Sans Unicode',
  74. Geneva,
  75. Verdana,
  76. sans-serif;
  77. color: #231400;
  78. text-overflow: ellipsis;
  79. white-space: nowrap;
  80. overflow: hidden;
  81. line-height: 30rpx;
  82. height: 30rpx;
  83. min-height: 30rpx;
  84. }
  85. .text_context .bold {
  86. font-weight: bold;
  87. line-height: 34rpx;
  88. height: 34rpx;
  89. min-height: 34rpx;
  90. margin-top: 28rpx;
  91. margin-bottom: 8rpx;
  92. display: block;
  93. font-size: 30rpx;
  94. }
  95. .text_context .h1 {
  96. margin: 0rpx 0rpx 24rpx 0rpx;
  97. font-size: 24rpx;
  98. line-height: 28rpx;
  99. height: 28rpx;
  100. min-height: 28rpx;
  101. color: #a3a3a3;
  102. }
  103. .inline-view{
  104. height: 42rpx;
  105. }
  106. text.gray {
  107. color: #a3a3a3;
  108. font-size: 24rpx;
  109. text-overflow: ellipsis;
  110. white-space: nowrap;
  111. overflow: hidden;
  112. line-height: 28rpx;
  113. height: 28rpx;
  114. min-height: 28rpx;
  115. margin-bottom: 24rpx;
  116. }
  117. text.gray1 {
  118. color: #575757;
  119. }
  120. text.gray2 {
  121. color: #AAAAAA;
  122. }
  123. .inlineView text{
  124. display: inline-block;
  125. }
  126. text.inline {
  127. display: inline-block;
  128. }
  129. view.inline {
  130. display: inline-block;
  131. }
  132. text.red {
  133. color: red;
  134. }
  135. .topBar{
  136. height: 60rpx;
  137. font-size: 30rpx;
  138. line-height: 80rpx;
  139. display: flex;
  140. flex-direction: row;
  141. justify-content: space-between;
  142. padding: 0 40rpx;
  143. color:#848484;
  144. }
  145. .topBar .active{
  146. color: #000000;
  147. }