zhanw.wxss 2.8 KB

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