house.wxss 4.3 KB

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