houseDetail.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .content {
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. justify-content: center;
  14. background: #fff;
  15. }
  16. .position-details {
  17. width: 100%;
  18. padding-bottom: 140rpx;
  19. }
  20. .banner {
  21. position: relative;
  22. width: 100%;
  23. }
  24. .banner-swiper {
  25. height: 650rpx;
  26. }
  27. .banner-swiper-img {
  28. height: 650rpx !important;
  29. }
  30. .swiper-item image {
  31. width: 100%;
  32. }
  33. .indicator-dots {
  34. position: absolute;
  35. bottom: 30rpx;
  36. left: 0;
  37. right: 0;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. }
  42. .indicator-dots text {
  43. font-size: 24rpx;
  44. color: #FFFFFF;
  45. background: rgba(0, 0, 0, 0.5);
  46. border-radius: 50rpx;
  47. width: 64rpx;
  48. text-align: center;
  49. }
  50. .uni-swiper-dot {
  51. width: 40rpx;
  52. height: 4rpx;
  53. border-radius: 20rpx;
  54. }
  55. wx-swiper .wx-swiper-dot {
  56. width: 40rpx;
  57. height: 4rpx;
  58. border-radius: 20rpx;
  59. }
  60. .info {
  61. position: relative;
  62. padding: 30rpx;
  63. border-top-left-radius: 20rpx;
  64. border-top-right-radius: 20rpx;
  65. background: #FFFFFF;
  66. margin-top: -20rpx;
  67. }
  68. .info .title {
  69. font-size: 38rpx;
  70. font-weight: bold;
  71. }
  72. .price {
  73. padding-top: 20rpx;
  74. color: red;
  75. }
  76. .price text {
  77. font-size: 40rpx;
  78. }
  79. .price .price-text {
  80. display: inline-block;
  81. font-size: 26rpx;
  82. scale: 0.8;
  83. }
  84. .information {
  85. padding-top: 30rpx;
  86. }
  87. .head-tilte {
  88. font-size: 30rpx;
  89. font-weight: bold;
  90. }
  91. .information-list {
  92. display: flex;
  93. flex-wrap: wrap;
  94. padding: 20rpx 30rpx 0;
  95. }
  96. .information-box {
  97. width: 50%;
  98. display: flex;
  99. padding: 20rpx 0;
  100. }
  101. .information-title {
  102. font-size: 26rpx;
  103. color: #b4b4b4;
  104. }
  105. .information-text {
  106. font-size: 26rpx;
  107. color: #2d2d2d;
  108. }
  109. .arrangement {
  110. padding-top: 30rpx;
  111. }
  112. .arrangement-list {
  113. display: flex;
  114. flex-wrap: wrap;
  115. padding: 20rpx 0;
  116. }
  117. .arrangement-box {
  118. width: 20%;
  119. padding-top: 20rpx;
  120. text-align: center;
  121. }
  122. .arrangement-icon {
  123. color: red;
  124. font-size: 64rpx;
  125. }
  126. .arrangement-text {
  127. padding-top: 6rpx;
  128. font-size: 24rpx;
  129. }
  130. .desc {
  131. padding-top: 20rpx;
  132. }
  133. .desc-text {
  134. padding: 30rpx 30rpx 20rpx 30rpx;
  135. }
  136. .desc-text text {
  137. line-height: 44rpx;
  138. font-size: 28rpx;
  139. }
  140. .map {
  141. padding: 30rpx 0 0 0;
  142. }
  143. .btn {
  144. position: fixed;
  145. bottom: 0;
  146. left: 0;
  147. right: 0;
  148. display: flex;
  149. justify-content: center;
  150. align-items: center;
  151. padding: 20rpx 1%;
  152. background: #fff;
  153. }
  154. .share {
  155. flex: 1;
  156. text-align: center;
  157. background: #4a55fd;
  158. border-radius: 8rpx;
  159. height: 90rpx;
  160. text-align: center;
  161. margin: 0 1%;
  162. display: flex;
  163. justify-content: center;
  164. align-items: center;
  165. }
  166. .share text {
  167. font-size: 26rpx;
  168. color: #fff;
  169. }
  170. .share button {
  171. padding: 0;
  172. margin: 0;
  173. color: #fff;
  174. font-size: 26rpx;
  175. border-radius: 8rpx;
  176. height: 90rpx;
  177. background: #4a55fd;
  178. line-height: 90rpx;
  179. }
  180. .color01 {
  181. background: linear-gradient(to right, #fea733, #feb34d, #fdc46b);
  182. }
  183. .color02 {
  184. background: linear-gradient(to right, #ff4761, #fe606e, #fc706f);
  185. }
  186. .bnt-box {
  187. position: fixed;
  188. right: 20rpx;
  189. bottom: 12%;
  190. }
  191. .bnt-box button {
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. padding: 0;
  196. margin: 14rpx 0;
  197. width: 76rpx;
  198. height: 76rpx;
  199. border-radius: 50%;
  200. background: white;
  201. box-shadow: 0px 2px 4px #e9e9e9;
  202. }
  203. .bnt-box button text {
  204. color: #666666;
  205. }
  206. .bnt-box .kefunv {
  207. color: #666666;
  208. font-size: 40rpx;
  209. }
  210. .recommend-list {
  211. padding: 0 10rpx;
  212. }