garden-detail.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. .home-page-header image {
  2. width: 100%;
  3. height: 300rpx;
  4. }
  5. .home-page-header {
  6. position: relative;
  7. }
  8. .page_title {
  9. color: #dbcf63;
  10. font-weight: bold;
  11. }
  12. .home-page-header view {
  13. background-color: #03BB7A;
  14. text-align: center;
  15. padding: 10rpx;
  16. border-radius: 15px 15px 0 0;
  17. position: absolute;
  18. bottom: 0;
  19. width: 98%;
  20. }
  21. .home-page-home-container {
  22. padding: 10rpx;
  23. margin: 20rpx 0;
  24. }
  25. .garden_name {
  26. display: flex;
  27. justify-content: space-between;
  28. padding: 20rpx;
  29. }
  30. .garden_name>text,
  31. .traffic {
  32. font-weight: 700;
  33. font-size: 18px;
  34. }
  35. .attention {
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. }
  40. .attention image {
  41. width: 40rpx;
  42. height: 40rpx
  43. }
  44. .attention text {
  45. font-size: 28rpx;
  46. color: var(--weui-FG-2);
  47. }
  48. .weui-cell__hd image {
  49. margin-right: 1px;
  50. vertical-align: middle;
  51. width: 20px;
  52. height: 20px
  53. }
  54. .weui-cell__bd {
  55. font-size: 30rpx;
  56. color: var(--weui-FG-1);
  57. }
  58. .price {
  59. padding: 20rpx;
  60. margin: 20rpx 20rpx;
  61. border: 3rpx solid #d8d7d5;
  62. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15);
  63. }
  64. .house_detail{
  65. display: flex;
  66. align-items: center;
  67. justify-content: space-between;
  68. }
  69. .large_text {
  70. font-weight: 700;
  71. font-size: x-large;
  72. }
  73. .smaler_text {
  74. font-size: x-small;
  75. font-weight: 600;
  76. }
  77. .light_text{
  78. color: rgb(211, 211, 211);
  79. font-size: xx-small;
  80. }
  81. .mytest{
  82. width: 50px;
  83. height: 1px;
  84. border-bottom: 1px solid rgb(211, 211, 211);
  85. transform: rotate(110deg);
  86. }
  87. .page-home-container .tab-bar__placeholder,
  88. .page-home-container .tab-bar__inner {
  89. height: 88rpx;
  90. line-height: 88rpx;
  91. background: #fff;
  92. }
  93. .page-home-container .tab-bar__inner {
  94. font-size: 26rpx;
  95. color: #333333;
  96. position: fixed;
  97. width: 100vw;
  98. top: 0;
  99. left: 0;
  100. }
  101. .page-home-container .tab-bar__inner.order-nav .order-nav-item .bottom-line {
  102. bottom: 12rpx;
  103. }
  104. .home-page-container .t-tabs .t-tabs-nav {
  105. background-color: transparent;
  106. line-height: 80rpx;
  107. font-size: 28rpx;
  108. color: #333;
  109. }
  110. .home-page-container .t-tabs .t-tabs-scroll {
  111. border: none !important;
  112. }
  113. .home-page-container .t-tabs {
  114. margin: 20rpx 0;
  115. background: #f5f5f5;
  116. }
  117. .t-tabs.t-tabs--top .t-tabs__item,
  118. .t-tabs.t-tabs--bottom .t-tabs__item {
  119. height: 86rpx !important;
  120. }
  121. .tab-bar__inner .t-tabs-is-active {
  122. color: #03BB7A !important;
  123. }
  124. .tab-bar__inner .t-tabs-track {
  125. background: #03BB7A !important;
  126. }
  127. .page-home-container .tab-bar__active {
  128. font-size: 28rpx;
  129. }
  130. .home-page-container{
  131. padding-bottom: 20px;
  132. }
  133. .home-page-container .tab .order-nav-item.active .bottom-line {
  134. background-color: #03BB7A !important;
  135. }
  136. .home-page-container .t-class-item {
  137. color: #333333 !important;
  138. font-size: 32rpx;
  139. }
  140. .home-page-container .t-class-track {
  141. background-color: #03BB7A !important;
  142. height: 6rpx !important;
  143. border-radius: 4rpx !important;
  144. width: 48rpx !important;
  145. }
  146. /* 列表 */
  147. .like_content {
  148. display: flex;
  149. padding: 20rpx;
  150. border-bottom: 1rpx solid #efefef;
  151. }
  152. .like_content image {
  153. width: 250rpx;
  154. height: 250rpx;
  155. display: block;
  156. }
  157. .like_content .info {
  158. display: flex;
  159. flex-direction: column;
  160. justify-content: space-around;
  161. }
  162. .info {
  163. padding: 5px;
  164. }
  165. .info_tltle {
  166. font-weight: bolder;
  167. font-size: 34rpx;
  168. }
  169. .info_news text {
  170. font-size: 28rpx;
  171. margin-right: 10px;
  172. }
  173. .info_price {
  174. color: red;
  175. font-weight: bolder;
  176. }
  177. .info_state {
  178. display: flex;
  179. flex-direction: row;
  180. flex-wrap: wrap;
  181. }
  182. .info_state view {
  183. margin: 5px;
  184. font-size: 22rpx;
  185. background-color: rgb(221, 222, 224);
  186. color: rgb(150, 164, 207);
  187. text-align: center;
  188. }
  189. .general {
  190. margin: 10rpx 0;
  191. padding: 10rpx;
  192. display: flex;
  193. }
  194. .general .general_title>view .general_info>view {
  195. margin: 10rpx auto;
  196. }
  197. .general .general_title>view {
  198. text-align: left;
  199. margin-left: 20rpx;
  200. }
  201. .home-page-footer {
  202. width: 100%;
  203. position: fixed;
  204. bottom: 0;
  205. margin: 40rpx 0 0 0;
  206. display: flex;
  207. z-index: 99;
  208. justify-content: space-around;
  209. background-color: #f5f5f5;
  210. }
  211. .home-page-footer>text {
  212. display: flex;
  213. align-items: center;
  214. color: white;
  215. text-align: center;
  216. }
  217. .home-page-footer image {
  218. width: 20rpx;
  219. height: 20rpx
  220. }
  221. .consult {
  222. background-color: coral;
  223. }
  224. .appointment {
  225. background-color: #179415;
  226. }
  227. .footer_phone {
  228. display: flex;
  229. align-items: center;
  230. flex-direction: column;
  231. }
  232. .gray {
  233. color: #858484
  234. }
  235. .weui-cells:before {
  236. border-top: none;
  237. }
  238. .t-tabs.t-tabs--top .t-tabs__scroll {
  239. border-bottom: none !important;
  240. }