chargpilemonitorsearch.wxss 1.9 KB

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