house.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .house-detail {
  10. background: #fff;
  11. padding-bottom: 160rpx;
  12. }
  13. .house-detail .house-swiper {
  14. position: relative;
  15. }
  16. .house-detail .house-swiper .btn {
  17. position: absolute;
  18. top: 20rpx;
  19. right: 30rpx;
  20. }
  21. .house-detail .swiper {
  22. height: 400rpx;
  23. }
  24. .house-detail .swiper .image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .house-detail .house-label {
  29. font-size: 24rpx;
  30. color: #8c8c8c;
  31. font-weight: 300;
  32. }
  33. .house-detail .house-article {
  34. font-size: 28rpx;
  35. padding: 0 30rpx;
  36. }
  37. .house-detail .house-title {
  38. padding: 40rpx 130rpx 30rpx 30rpx;
  39. position: relative;
  40. }
  41. .house-detail .house-title .house-name {
  42. font-size: 36rpx;
  43. font-weight: 500;
  44. }
  45. .house-detail .house-title .project-label {
  46. font-size: 24rpx;
  47. color: #8c8c8c;
  48. font-weight: 300;
  49. position: absolute;
  50. bottom: 50rpx;
  51. right: 30rpx;
  52. }
  53. .house-detail .house-title .tag {
  54. font-size: 24rpx;
  55. font-weight: 300;
  56. color: #8c8c8c;
  57. padding: 12rpx 0;
  58. }
  59. .house-detail .house-title .pirce {
  60. color: #08979c;
  61. }
  62. .house-detail .house-title .pirce .number {
  63. font-weight: 600;
  64. font-size: 48rpx;
  65. }
  66. .house-detail .house-title .pirce .label {
  67. font-size: 24rpx;
  68. }
  69. .house-detail .house-title .wx-icon {
  70. position: absolute;
  71. top: 0;
  72. right: 30rpx;
  73. -webkit-transform: translateY(50%);
  74. transform: translateY(50%);
  75. line-height: 1;
  76. background: transparent;
  77. }
  78. .house-detail .house-title .wx-icon::after {
  79. display: none;
  80. }
  81. .house-detail .content-map {
  82. width: 100%;
  83. height: 360rpx;
  84. border-radius: 16rpx;
  85. overflow: hidden;
  86. display: flex;
  87. }
  88. .house-detail .content-map .map {
  89. flex: 1;
  90. height: 100%;
  91. border-radius: 16rpx;
  92. }
  93. .house-detail .house-content {
  94. padding: 0 30rpx;
  95. box-sizing: border-box;
  96. }
  97. .house-detail .house-content .content-title {
  98. font-size: 32rpx;
  99. font-weight: 500;
  100. margin: 30rpx 0;
  101. display: flex;
  102. align-items: center;
  103. justify-content: space-between;
  104. }
  105. .house-detail .house-content .content-title .more {
  106. color: #8c8c8c;
  107. font-weight: 300;
  108. font-size: 24rpx;
  109. }
  110. .house-detail .house-content .people-tell {
  111. margin: 40rpx 0;
  112. height: 140rpx;
  113. border-radius: 20rpx;
  114. box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08);
  115. display: flex;
  116. align-items: center;
  117. padding: 0 30rpx;
  118. }
  119. .house-detail .house-content .people-tell .people-avatar {
  120. width: 90rpx;
  121. height: 90rpx;
  122. border-radius: 50%;
  123. margin-right: 30rpx;
  124. }
  125. .house-detail .house-content .people-tell .people-text {
  126. flex: 1;
  127. width: 0;
  128. overflow: hidden;
  129. }
  130. .house-detail .house-content .people-tell .people-name {
  131. font-size: 16px;
  132. font-weight: 500;
  133. margin-bottom: 8rpx;
  134. }
  135. .house-detail .house-content .people-tell .people-organization {
  136. font-weight: 300;
  137. font-size: 24rpx;
  138. color: #8c8c8c;
  139. }
  140. .house-detail .house-content .people-tell .people-icon {
  141. width: 60rpx;
  142. height: 60rpx;
  143. border-radius: 50%;
  144. background: #08979c;
  145. text-align: center;
  146. line-height: 60rpx;
  147. }
  148. .house-detail .house-content .visitor .visitor-item {
  149. margin-bottom: 20rpx;
  150. display: flex;
  151. align-items: center;
  152. font-weight: 300;
  153. }
  154. .house-detail .house-content .visitor .visitor-item .visitor-avatar {
  155. width: 80rpx;
  156. height: 80rpx;
  157. border-radius: 80rpx;
  158. }
  159. .house-detail .house-content .visitor .visitor-item .visitor-label {
  160. flex: 1;
  161. width: 0;
  162. overflow: hidden;
  163. white-space: nowrap;
  164. text-overflow: ellipsis;
  165. margin: 0 20rpx;
  166. }
  167. .house-detail .house-content .visitor .visitor-item .visitor-time {
  168. font-size: 24rpx;
  169. color: #8c8c8c;
  170. }
  171. .house-detail .house-content .visitor .visitor-item:last-child {
  172. margin-bottom: 0;
  173. }
  174. .house-detail .house-content .desc-text {
  175. font-weight: 300;
  176. }
  177. .house-detail .house-content .information-list {
  178. display: flex;
  179. flex-wrap: wrap;
  180. }
  181. .house-detail .house-content .information-list .information-box {
  182. width: 50%;
  183. display: flex;
  184. margin-bottom: 30rpx;
  185. }
  186. .house-detail .house-content .information-list .information-title {
  187. color: #8c8c8c;
  188. font-weight: 500;
  189. }
  190. .house-detail .house-content .information-list .information-text {
  191. flex: 1;
  192. width: 0;
  193. overflow: hidden;
  194. white-space: nowrap;
  195. font-weight: 300;
  196. }
  197. .house-detail .house-content .content-device {
  198. display: flex;
  199. flex-wrap: wrap;
  200. }
  201. .house-detail .house-content .content-device .device-item {
  202. width: 50%;
  203. display: flex;
  204. align-items: center;
  205. margin-bottom: 20rpx;
  206. }
  207. .house-detail .house-content .content-device .device-item .device-label {
  208. flex: 1;
  209. width: 0;
  210. color: #8c8c8c;
  211. font-weight: 200;
  212. margin-left: 10rpx;
  213. }
  214. .house-detail .house-content .content-device .device-item .device-icon {
  215. color: #434343;
  216. }