index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .utabs {
  28. width: 100%;
  29. position: fixed;
  30. top: 0px;
  31. z-index: 100;
  32. background-color: #FFFFFF;
  33. }
  34. .LocationAndDetails {
  35. width: 100%;
  36. height: 200rpx;
  37. position: fixed;
  38. top: 54px;
  39. }
  40. .LocationAndDetails .search {
  41. display: -webkit-box;
  42. display: -webkit-flex;
  43. display: flex;
  44. }
  45. .LocationAndDetails .search input {
  46. width: 90%;
  47. font-size: 28rpx;
  48. margin-left: 40rpx;
  49. border: 1px solid #cfccc9;
  50. height: 60rpx;
  51. padding-left: 15px;
  52. box-sizing: border-box;
  53. border-radius: 60rpx;
  54. }
  55. .LocationAndDetails .Location {
  56. display: -webkit-box;
  57. display: -webkit-flex;
  58. display: flex;
  59. margin-top: 20rpx;
  60. -webkit-justify-content: space-around;
  61. justify-content: space-around;
  62. }
  63. .LocationAndDetails .Location .particulars_par {
  64. background-color: #F1F1F1;
  65. text-align: center;
  66. width: 40%;
  67. height: 80rpx;
  68. line-height: 80rpx;
  69. font-size: 28rpx;
  70. border-radius: 40rpx;
  71. }
  72. .LocationAndDetails .Location .particulars_ser {
  73. background-color: #57C87B;
  74. text-align: center;
  75. width: 40%;
  76. height: 80rpx;
  77. line-height: 80rpx;
  78. font-size: 28rpx;
  79. color: #FFFFFF;
  80. border-radius: 40rpx;
  81. }
  82. .page-section {
  83. margin-top: 144px;
  84. height: 80vh;
  85. }
  86. .page-section .map {
  87. width: 100%;
  88. height: 100%;
  89. }
  90. .particulars {
  91. width: 100%;
  92. height: 160rpx;
  93. position: absolute;
  94. bottom: 0;
  95. }
  96. .particulars .search_btn_top {
  97. width: 100%;
  98. height: 80rpx;
  99. line-height: 80rpx;
  100. font-size: 32rpx;
  101. padding-left: 30rpx;
  102. box-sizing: border-box;
  103. }
  104. .particulars .search_btn_bot {
  105. width: 100%;
  106. display: -webkit-box;
  107. display: -webkit-flex;
  108. display: flex;
  109. }
  110. .distri_ser {
  111. position: absolute;
  112. bottom: 0rpx;
  113. right: 0px;
  114. width: 100%;
  115. height: 440rpx;
  116. background-color: #FFFFFF;
  117. }
  118. .distri_ser .distri_ser_input {
  119. width: 90%;
  120. margin: 20rpx auto;
  121. display: -webkit-box;
  122. display: -webkit-flex;
  123. display: flex;
  124. background-color: #F1F1F1;
  125. height: 60rpx;
  126. border-radius: 30rpx;
  127. padding: 10rpx 20rpx;
  128. box-sizing: border-box;
  129. }
  130. .distri_ser .distri_ser_input input {
  131. width: 90%;
  132. font-size: 28rpx;
  133. margin-right: 20rpx;
  134. }
  135. .distri_ser .distri_ser_title {
  136. width: 90%;
  137. margin: 0 auto;
  138. padding-left: 20rpx;
  139. border-left: 4rpx solid #57C87B;
  140. font-size: 28rpx;
  141. }
  142. .distri_ser .distri_ser_type {
  143. width: 90%;
  144. margin: 20rpx auto;
  145. display: -webkit-box;
  146. display: -webkit-flex;
  147. display: flex;
  148. -webkit-justify-content: space-around;
  149. justify-content: space-around;
  150. }
  151. .distri_ser .distri_ser_type .type_items {
  152. height: 120rpx;
  153. width: 120rpx;
  154. padding: 20rpx 0;
  155. }
  156. .distri_ser .distri_ser_type .type_items_bor {
  157. height: 120rpx;
  158. width: 120rpx;
  159. border: 2rpx solid #57C87B;
  160. padding: 20rpx 0;
  161. }
  162. .distri_ser .distri_ser_type .type_items_img {
  163. width: 70rpx;
  164. height: 70rpx;
  165. margin-left: 20rpx;
  166. }
  167. .distri_ser .distri_ser_type .type_items_p {
  168. font-size: 24rpx;
  169. text-align: center;
  170. }
  171. .search_btn {
  172. width: 100%;
  173. display: -webkit-box;
  174. display: -webkit-flex;
  175. display: flex;
  176. }
  177. .search_btn .btn_f,
  178. .search_btn .btn_t {
  179. width: 50%;
  180. text-align: center;
  181. height: 80rpx;
  182. line-height: 80rpx;
  183. font-size: 28rpx;
  184. }
  185. .search_btn .btn_f {
  186. background-color: #F1F1F1;
  187. }
  188. .search_btn .btn_t {
  189. background-color: #57C87B;
  190. color: #FFFFFF;
  191. }