scan_result.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /* pages/scan_result/scan_result.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y:hidden;
  5. }
  6. view.inline {
  7. display: inline-block;
  8. vertical-align: middle;
  9. line-height: 28rpx;
  10. height: 28rpx;
  11. min-height: 28rpx;
  12. }
  13. .map_text {
  14. position: relative;
  15. /* height: calc(100% - 640rpx); */
  16. background: #fff;
  17. padding: 20rpx 30rpx 0 30rpx;
  18. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  19. width: calc(100% - 60rpx);
  20. }
  21. .charging_text_title {
  22. height: 105rpx;
  23. width: 100%;
  24. display: flex;
  25. margin-bottom: 20rpx;
  26. }
  27. .charging_text_title1 {
  28. width: 100%;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. overflow: hidden;
  32. }
  33. .charging {
  34. width: 62rpx;
  35. height: 62rpx;
  36. margin: 30rpx 30rpx 30rpx 0;
  37. flex-shrink: 0;
  38. overflow: hidden;
  39. }
  40. .charging image {
  41. width: 62rpx;
  42. height: 62rpx;
  43. }
  44. text {
  45. margin: 0 0 18rpx 0;
  46. display: block;
  47. font-size: 26rpx;
  48. font-family: 'Lucida Sans',
  49. 'Lucida Sans Regular',
  50. 'Lucida Grande',
  51. 'Lucida Sans Unicode',
  52. Geneva,
  53. Verdana,
  54. sans-serif;
  55. color: #231400;
  56. text-overflow: ellipsis;
  57. white-space: nowrap;
  58. overflow: hidden;
  59. line-height: 30rpx;
  60. height: 30rpx;
  61. min-height: 30rpx;
  62. }
  63. text.bold {
  64. font-weight: bold;
  65. line-height: 34rpx;
  66. height: 34rpx;
  67. min-height: 34rpx;
  68. margin-top: 28rpx;
  69. margin-bottom: 8rpx;
  70. display: block;
  71. font-size: 30rpx;
  72. }
  73. text.inline {
  74. display: inline-block;
  75. color: #575757;
  76. margin-top:18rpx;
  77. margin-bottom: 0;
  78. }
  79. .h1 {
  80. margin: 0rpx 0rpx 24rpx 0rpx;
  81. font-size: 24rpx;
  82. line-height: 28rpx;
  83. height: 28rpx;
  84. min-height: 28rpx;
  85. color: #a3a3a3;
  86. }
  87. .charg_button {
  88. font-size: 32rpx;
  89. margin: 50rpx 65rpx;
  90. height: 90rpx;
  91. font-family: 'Lucida Sans',
  92. 'Lucida Sans Regular',
  93. 'Lucida Grande',
  94. 'Lucida Sans Unicode',
  95. Geneva,
  96. Verdana,
  97. sans-serif;
  98. color: #ffffff;
  99. text-overflow: ellipsis;
  100. white-space: nowrap;
  101. background-color: #1d9bf7;
  102. border-radius: 45rpx;
  103. box-shadow: 0rpx 16rpx 0rpx #edf5fd;
  104. border: none;
  105. }
  106. .charg_button.button-hover {
  107. background-color: #1d9cf7b9;
  108. color: #ffffff;
  109. }
  110. .rtable{
  111. width: 100%;
  112. display: flex;
  113. flex-direction: column;
  114. justify-content: space-between;
  115. }
  116. .rtable .rtr{
  117. width: 100%;
  118. height: 40rpx;
  119. display: flex;
  120. flex-direction: row;
  121. }
  122. .rtable .rtr{
  123. font-size: 26rpx;
  124. }
  125. .rtable .rtr.active{
  126. color:#d57a80;
  127. font-weight: bold;
  128. font-size: 28rpx;
  129. font-style: italic;
  130. }
  131. .rtable .rtr .rtd.t1{
  132. width: 210rpx
  133. }
  134. .rtable .rtr .rtd.t2{
  135. width: 180rpx
  136. }