scan_result.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. text {
  44. margin: 0 0 18rpx 0;
  45. display: block;
  46. font-size: 26rpx;
  47. font-family: 'Lucida Sans',
  48. 'Lucida Sans Regular',
  49. 'Lucida Grande',
  50. 'Lucida Sans Unicode',
  51. Geneva,
  52. Verdana,
  53. sans-serif;
  54. color: #231400;
  55. text-overflow: ellipsis;
  56. white-space: nowrap;
  57. overflow: hidden;
  58. line-height: 30rpx;
  59. height: 30rpx;
  60. min-height: 30rpx;
  61. }
  62. text.bold {
  63. font-weight: bold;
  64. line-height: 34rpx;
  65. height: 34rpx;
  66. min-height: 34rpx;
  67. margin-top: 28rpx;
  68. margin-bottom: 8rpx;
  69. display: block;
  70. font-size: 30rpx;
  71. }
  72. text.inline {
  73. display: inline-block;
  74. color: #575757;
  75. margin-top:18rpx;
  76. margin-bottom: 0;
  77. }
  78. .h1 {
  79. margin: 0rpx 0rpx 24rpx 0rpx;
  80. font-size: 24rpx;
  81. line-height: 28rpx;
  82. height: 28rpx;
  83. min-height: 28rpx;
  84. color: #a3a3a3;
  85. }
  86. .charg_button {
  87. font-size: 32rpx;
  88. margin: 20rpx 65rpx;
  89. height: 90rpx;
  90. font-family: 'Lucida Sans',
  91. 'Lucida Sans Regular',
  92. 'Lucida Grande',
  93. 'Lucida Sans Unicode',
  94. Geneva,
  95. Verdana,
  96. sans-serif;
  97. color: #ffffff;
  98. text-overflow: ellipsis;
  99. white-space: nowrap;
  100. background-color: #1d9bf7;
  101. border-radius: 45rpx;
  102. box-shadow: 0rpx 16rpx 0rpx #edf5fd;
  103. border: none;
  104. position: fixed;
  105. bottom: 10rpx;
  106. width: 80%;
  107. }
  108. .charg_button.button-hover {
  109. background-color: #1d9cf7b9;
  110. color: #ffffff;
  111. }
  112. .rtable{
  113. width: 100%;
  114. display: flex;
  115. flex-direction: column;
  116. justify-content: space-between;
  117. }
  118. .rtable .rtr{
  119. width: 100%;
  120. height: 40rpx;
  121. display: flex;
  122. flex-direction: row;
  123. }
  124. .rtable .rtr{
  125. font-size: 26rpx;
  126. }
  127. .rtable .rtr.active{
  128. color:#f06c6c;
  129. font-weight: bold;
  130. font-size: 28rpx;
  131. font-style: italic;
  132. }
  133. .rtable .rtr .rtd{
  134. font-size: 26rpx;
  135. }
  136. .rtable .rtr .rtd.t1{
  137. width: 210rpx
  138. }
  139. .rtable .rtr .rtd.t2{
  140. width: 180rpx
  141. }
  142. .context{
  143. height: 1400rpx;
  144. width: 100%;
  145. }
  146. .richHourNum{
  147. display: inline;
  148. color: red;
  149. padding-left: 10rpx;
  150. padding-right: 20rpx;
  151. }
  152. .scan_img{
  153. width:400rpx;
  154. height:400rpx;
  155. padding: 0 calc((100% - 400rpx) / 2);
  156. }
  157. .scan_text{
  158. word-wrap: break-word;
  159. word-break: break-all;
  160. white-space: pre-line;
  161. text-align: center;
  162. padding:0 calc((100% - 500rpx) / 2);
  163. padding-bottom: 200rpx;
  164. }