maps.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. view,
  2. label,
  3. swiper-item,
  4. scroll-view {
  5. display:flex;
  6. flex-direction:column;
  7. flex-shrink: 0;
  8. flex-grow: 0;
  9. flex-basis: auto;
  10. align-items: stretch;
  11. align-content: flex-start;
  12. }
  13. view,
  14. image,
  15. input,
  16. scroll-view,
  17. swiper,
  18. swiper-item,
  19. text,
  20. textarea,
  21. video {
  22. position: relative;
  23. border: 0px solid #000000;
  24. box-sizing: border-box;
  25. }
  26. swiper-item {
  27. position: absolute;
  28. }
  29. button {
  30. margin: 0;
  31. }
  32. @charset "UTF-8";
  33. /**
  34. * uni-app内置的常用样式变量
  35. */
  36. /* 行为相关颜色 */
  37. /* 文字基本颜色 */
  38. /* 背景颜色 */
  39. /* 边框颜色 */
  40. /* 尺寸变量 */
  41. /* 文字尺寸 */
  42. /* 图片尺寸 */
  43. /* Border Radius */
  44. /* 水平间距 */
  45. /* 垂直间距 */
  46. /* 透明度 */
  47. /* 文章场景相关 */
  48. .maptop.data-v-a84f8db4 {
  49. position: fixed;
  50. left: 34rpx;
  51. right: 34rpx;
  52. top: 24rpx;
  53. }
  54. .maptopflex.data-v-a84f8db4 {
  55. display: flex;
  56. align-items: center;
  57. padding: 0 32rpx;
  58. box-sizing: border-box;
  59. flex-direction: row;
  60. width: 684rpx;
  61. height: 84rpx;
  62. background: #ffffff;
  63. box-shadow: 0px 0px 12rpx 0px rgba(75, 75, 75, 0.35);
  64. border-radius: 6rpx;
  65. margin-bottom: 10rpx;
  66. }
  67. .maptopimg.data-v-a84f8db4 {
  68. width: 36rpx;
  69. height: 38rpx;
  70. margin-right: 16rpx;
  71. }
  72. .maptopint.data-v-a84f8db4 {
  73. font-size: 32rpx;
  74. color: #666666;
  75. flex: 1;
  76. height: 84rpx;
  77. }
  78. .mapfot.data-v-a84f8db4 {
  79. position: fixed;
  80. left: 34rpx;
  81. right: 34rpx;
  82. bottom: 24rpx;
  83. background: #fff;
  84. box-shadow: 0px 0px 12rpx 0px rgba(75, 75, 75, 0.35);
  85. border-radius: 6rpx;
  86. padding: 40rpx 32rpx 32rpx;
  87. min-height: 300rpx;
  88. }
  89. .mapfott.data-v-a84f8db4 {
  90. margin-bottom: 28rpx;
  91. }
  92. .mapfottit.data-v-a84f8db4 {
  93. font-size: 33rpx;
  94. font-weight: bold;
  95. color: #343434;
  96. }
  97. .mapfotx.data-v-a84f8db4 {
  98. display: flex;
  99. margin-bottom: 32rpx;
  100. min-height: 70rpx;
  101. flex-direction: row;
  102. }
  103. .mapfotimg.data-v-a84f8db4 {
  104. width: 26rpx;
  105. height: 28rpx;
  106. flex: 0 0 auto;
  107. margin-right: 12rpx;
  108. }
  109. .mapfottxt.data-v-a84f8db4 {
  110. flex: 1;
  111. font-size: 32rpx;
  112. color: #343434;
  113. line-height: 32rpx;
  114. }
  115. .mapfotn.data-v-a84f8db4 {
  116. width: 618rpx;
  117. height: 76rpx;
  118. background: #1678ff;
  119. border-radius: 6rpx;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. }
  124. .mapfotntit.data-v-a84f8db4 {
  125. font-size: 34rpx;
  126. color: #fff;
  127. }
  128. .addrSearch_item.data-v-a84f8db4 {
  129. border-bottom: 2rpx solid #f5f5f5;
  130. padding: 4rpx;
  131. background: #ffffff;
  132. }
  133. .addrSearch_item .wrap_name.data-v-a84f8db4 {
  134. display: flex;
  135. flex-direction: row !important;
  136. }
  137. .wrap_text.data-v-a84f8db4 {
  138. font-size: 34rpx;
  139. color: #151515;
  140. line-height: 40rpx;
  141. }
  142. .wrap_texts.data-v-a84f8db4 {
  143. font-size: 34rpx;
  144. color: #2797FF;
  145. line-height: 40rpx;
  146. }
  147. .addrSearch_item .wrap_addr.data-v-a84f8db4 {
  148. margin-top: 2rpx;
  149. }
  150. .wrap_addrs.data-v-a84f8db4 {
  151. font-size: 28rpx;
  152. color: #999;
  153. line-height: 32rpx;
  154. }