index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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: 60rpx;
  37. position: fixed;
  38. top: 54px;
  39. }
  40. .LocationAndDetails .search_bot_input {
  41. width: 90%;
  42. height: 54rpx;
  43. background-color: #E4E4E4;
  44. border-radius: 27rpx;
  45. position: relative;
  46. box-sizing: border-box;
  47. padding-top: 8rpx;
  48. margin: 0 auto;
  49. }
  50. .LocationAndDetails .search_bot_input input {
  51. width: 85%;
  52. text-indent: 1rem;
  53. font-size: 26rpx;
  54. }
  55. .LocationAndDetails .search_bot_input .icon {
  56. position: absolute;
  57. top: 8rpx;
  58. right: 26rpx;
  59. }
  60. .page-section {
  61. margin-top: 100px;
  62. height: 95vh;
  63. }
  64. .page-section .map {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .particulars {
  69. width: 100%;
  70. height: 160rpx;
  71. position: absolute;
  72. bottom: 0;
  73. }
  74. .particulars .search_btn_top {
  75. width: 100%;
  76. height: 80rpx;
  77. line-height: 80rpx;
  78. font-size: 32rpx;
  79. padding-left: 30rpx;
  80. box-sizing: border-box;
  81. }
  82. .particulars .search_btn_bot {
  83. width: 100%;
  84. display: -webkit-box;
  85. display: -webkit-flex;
  86. display: flex;
  87. }
  88. .distri_ser {
  89. position: absolute;
  90. bottom: 0rpx;
  91. right: 0px;
  92. width: 100%;
  93. height: 440rpx;
  94. background-color: #FFFFFF;
  95. }
  96. .distri_ser .distri_ser_input {
  97. width: 90%;
  98. margin: 20rpx auto;
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: flex;
  102. background-color: #F1F1F1;
  103. height: 60rpx;
  104. border-radius: 30rpx;
  105. padding: 10rpx 20rpx;
  106. box-sizing: border-box;
  107. }
  108. .distri_ser .distri_ser_input input {
  109. width: 90%;
  110. font-size: 28rpx;
  111. margin-right: 20rpx;
  112. }
  113. .distri_ser .distri_ser_title {
  114. width: 90%;
  115. margin: 0 auto;
  116. padding-left: 20rpx;
  117. border-left: 4rpx solid #57C87B;
  118. font-size: 28rpx;
  119. }
  120. .distri_ser .distri_ser_type {
  121. width: 90%;
  122. margin: 20rpx auto;
  123. display: -webkit-box;
  124. display: -webkit-flex;
  125. display: flex;
  126. -webkit-justify-content: space-around;
  127. justify-content: space-around;
  128. }
  129. .distri_ser .distri_ser_type .type_items {
  130. height: 120rpx;
  131. width: 120rpx;
  132. padding: 20rpx 0;
  133. }
  134. .distri_ser .distri_ser_type .type_items_bor {
  135. height: 120rpx;
  136. width: 120rpx;
  137. border: 2rpx solid #57C87B;
  138. padding: 20rpx 0;
  139. }
  140. .distri_ser .distri_ser_type .type_items_img {
  141. width: 70rpx;
  142. height: 70rpx;
  143. margin-left: 20rpx;
  144. }
  145. .distri_ser .distri_ser_type .type_items_p {
  146. font-size: 24rpx;
  147. text-align: center;
  148. }
  149. .search_btn {
  150. width: 100%;
  151. display: -webkit-box;
  152. display: -webkit-flex;
  153. display: flex;
  154. }
  155. .search_btn .btn_f,
  156. .search_btn .btn_t {
  157. width: 50%;
  158. text-align: center;
  159. height: 80rpx;
  160. line-height: 80rpx;
  161. font-size: 28rpx;
  162. }
  163. .search_btn .btn_f {
  164. background-color: #F1F1F1;
  165. }
  166. .search_btn .btn_t {
  167. background-color: #57C87B;
  168. color: #FFFFFF;
  169. }