scan_result.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. map_text/* 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% - 240rpx);
  16. background: #fff;
  17. padding: 20rpx 30rpx 0 30rpx;
  18. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  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: 50rpx 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. }
  105. .charg_button.button-hover {
  106. background-color: #1d9cf7b9;
  107. color: #ffffff;
  108. }