scan_result.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* pages/scan_result/scan_result.wxss */
  2. page {
  3. height: 100%;
  4. }
  5. view.inline {
  6. display: inline-block;
  7. vertical-align: middle;
  8. line-height: 28rpx;
  9. height: 28rpx;
  10. min-height: 28rpx;
  11. }
  12. .map_text {
  13. position: relative;
  14. /* height: calc(100% - 640rpx); */
  15. background: #fff;
  16. padding: 20rpx 30rpx 0 30rpx;
  17. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  18. width: calc(100% - 60rpx);
  19. }
  20. .charging_text_title {
  21. height: 105rpx;
  22. width: 100%;
  23. display: flex;
  24. margin-bottom: 20rpx;
  25. }
  26. .charging_text_title1 {
  27. width: 100%;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. }
  32. .charging {
  33. width: 62rpx;
  34. height: 62rpx;
  35. margin: 30rpx 30rpx 30rpx 0;
  36. flex-shrink: 0;
  37. overflow: hidden;
  38. }
  39. .charging image {
  40. width: 62rpx;
  41. height: 62rpx;
  42. }
  43. .soc {
  44. height:100%;
  45. margin: 19rpx 0rpx 30rpx 0;
  46. flex-shrink: 0;
  47. overflow: hidden;
  48. display: flex;
  49. flex-direction: column;
  50. align-items: center;
  51. justify-content: center;
  52. text-align: center;
  53. }
  54. .soc image {
  55. width: 52rpx;
  56. height: 52rpx;
  57. }
  58. text {
  59. margin: 0 0 18rpx 0;
  60. display: block;
  61. font-size: 26rpx;
  62. font-family: 'Lucida Sans',
  63. 'Lucida Sans Regular',
  64. 'Lucida Grande',
  65. 'Lucida Sans Unicode',
  66. Geneva,
  67. Verdana,
  68. sans-serif;
  69. color: #231400;
  70. text-overflow: ellipsis;
  71. white-space: nowrap;
  72. overflow: hidden;
  73. line-height: 30rpx;
  74. height: 30rpx;
  75. min-height: 30rpx;
  76. }
  77. text.bold {
  78. font-weight: bold;
  79. line-height: 34rpx;
  80. height: 34rpx;
  81. min-height: 34rpx;
  82. margin-top: 28rpx;
  83. margin-bottom: 8rpx;
  84. display: block;
  85. font-size: 30rpx;
  86. }
  87. text.inline {
  88. display: inline-block;
  89. color: #575757;
  90. margin-top:18rpx;
  91. margin-bottom: 0;
  92. }
  93. .h1 {
  94. margin: 0rpx 0rpx 24rpx 0rpx;
  95. font-size: 24rpx;
  96. line-height: 28rpx;
  97. height: 28rpx;
  98. min-height: 28rpx;
  99. color: #a3a3a3;
  100. }
  101. .charg_button {
  102. font-size: 32rpx;
  103. margin: 20rpx 65rpx;
  104. height: 90rpx;
  105. font-family: 'Lucida Sans',
  106. 'Lucida Sans Regular',
  107. 'Lucida Grande',
  108. 'Lucida Sans Unicode',
  109. Geneva,
  110. Verdana,
  111. sans-serif;
  112. color: #ffffff;
  113. text-overflow: ellipsis;
  114. white-space: nowrap;
  115. background-color: #1d9bf7;
  116. border-radius: 45rpx;
  117. box-shadow: 0rpx 16rpx 0rpx #edf5fd;
  118. border: none;
  119. position: fixed;
  120. bottom: 10rpx;
  121. width: 80%;
  122. }
  123. .charg_button.button-hover {
  124. background-color: #1d9cf7b9;
  125. color: #ffffff;
  126. }
  127. .rtable{
  128. width: 100%;
  129. display: flex;
  130. flex-direction: column;
  131. justify-content: space-between;
  132. }
  133. .rtable .rtr{
  134. width: 100%;
  135. height: 40rpx;
  136. display: flex;
  137. flex-direction: row;
  138. }
  139. .rtable .rtr{
  140. font-size: 26rpx;
  141. }
  142. .rtable .rtr.active{
  143. color:#f06c6c;
  144. font-weight: bold;
  145. font-size: 28rpx;
  146. font-style: italic;
  147. }
  148. .rtable .rtr .rtd{
  149. font-size: 26rpx;
  150. }
  151. .rtable .rtr .rtd.t1{
  152. width: 210rpx
  153. }
  154. .rtable .rtr .rtd.t2{
  155. width: 180rpx
  156. }
  157. .context{
  158. height: 1400rpx;
  159. width: 100%;
  160. }
  161. .richHourNum{
  162. display: inline;
  163. color: red;
  164. padding-left: 10rpx;
  165. padding-right: 20rpx;
  166. }
  167. .scan_img{
  168. width:400rpx;
  169. height:400rpx;
  170. padding: 0 calc((100% - 400rpx) / 2);
  171. }
  172. .scan_text{
  173. word-wrap: break-word;
  174. word-break: break-all;
  175. white-space: pre-line;
  176. text-align: center;
  177. padding:0 calc((100% - 500rpx) / 2);
  178. padding-bottom: 200rpx;
  179. }