house.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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. .house-detail .swiper .swiper-item-box {
  26. width: 100%;
  27. height: 100%;
  28. position: relative;
  29. }
  30. .house-detail .swiper .open-video-icon {
  31. position: absolute;
  32. top: 50%;
  33. left: 50%;
  34. width: 80rpx;
  35. height: 80rpx;
  36. border-radius: 80rpx;
  37. background: rgba(0, 0, 0, 0.6);
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. margin-left: -40rpx;
  42. margin-top: -40rpx;
  43. padding-left: 6rpx;
  44. box-sizing: border-box;
  45. }
  46. .house-detail .house-label {
  47. font-size: 24rpx;
  48. color: #8c8c8c;
  49. font-weight: 300;
  50. }
  51. .house-detail .house-article {
  52. font-size: 28rpx;
  53. padding: 0 30rpx;
  54. }
  55. .house-detail .house-title {
  56. padding: 40rpx 130rpx 30rpx 30rpx;
  57. position: relative;
  58. }
  59. .house-detail .house-title .house-name {
  60. font-size: 36rpx;
  61. font-weight: 500;
  62. }
  63. .house-detail .house-title .project-label {
  64. font-size: 24rpx;
  65. color: #8c8c8c;
  66. font-weight: 300;
  67. position: absolute;
  68. bottom: 50rpx;
  69. right: 30rpx;
  70. }
  71. .house-detail .house-title .tag {
  72. font-size: 24rpx;
  73. font-weight: 300;
  74. color: #8c8c8c;
  75. padding: 12rpx 0;
  76. }
  77. .house-detail .house-title .pirce {
  78. color: #08979c;
  79. }
  80. .house-detail .house-title .pirce .number {
  81. font-weight: 600;
  82. font-size: 48rpx;
  83. }
  84. .house-detail .house-title .pirce .label {
  85. font-size: 24rpx;
  86. }
  87. .house-detail .house-title .wx-icon {
  88. position: absolute;
  89. top: 0;
  90. right: 30rpx;
  91. -webkit-transform: translateY(50%);
  92. transform: translateY(50%);
  93. line-height: 1;
  94. background: transparent;
  95. }
  96. .house-detail .house-title .wx-icon::after {
  97. display: none;
  98. }
  99. .house-detail .content-map {
  100. width: 100%;
  101. height: 360rpx;
  102. border-radius: 16rpx;
  103. overflow: hidden;
  104. display: flex;
  105. }
  106. .house-detail .content-map .map {
  107. flex: 1;
  108. height: 100%;
  109. border-radius: 16rpx;
  110. }
  111. .house-detail .house-content {
  112. padding: 0 30rpx;
  113. box-sizing: border-box;
  114. }
  115. .house-detail .house-content .content-title {
  116. font-size: 32rpx;
  117. font-weight: 500;
  118. margin: 30rpx 0;
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. }
  123. .house-detail .house-content .content-title .more {
  124. color: #8c8c8c;
  125. font-weight: 300;
  126. font-size: 24rpx;
  127. }
  128. .house-detail .house-content .people-tell {
  129. margin: 40rpx 0;
  130. height: 140rpx;
  131. border-radius: 20rpx;
  132. box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08);
  133. display: flex;
  134. align-items: center;
  135. padding: 0 30rpx;
  136. }
  137. .house-detail .house-content .people-tell .people-avatar {
  138. width: 90rpx;
  139. height: 90rpx;
  140. border-radius: 50%;
  141. margin-right: 30rpx;
  142. }
  143. .house-detail .house-content .people-tell .people-text {
  144. flex: 1;
  145. width: 0;
  146. overflow: hidden;
  147. }
  148. .house-detail .house-content .people-tell .people-name {
  149. font-size: 16px;
  150. font-weight: 500;
  151. margin-bottom: 8rpx;
  152. }
  153. .house-detail .house-content .people-tell .people-organization {
  154. font-weight: 300;
  155. font-size: 24rpx;
  156. color: #8c8c8c;
  157. }
  158. .house-detail .house-content .people-tell .people-icon {
  159. width: 60rpx;
  160. height: 60rpx;
  161. border-radius: 50%;
  162. background: #08979c;
  163. text-align: center;
  164. line-height: 60rpx;
  165. }
  166. .house-detail .house-content .visitor .visitor-item {
  167. margin-bottom: 20rpx;
  168. display: flex;
  169. align-items: center;
  170. font-weight: 300;
  171. }
  172. .house-detail .house-content .visitor .visitor-item .visitor-avatar {
  173. width: 80rpx;
  174. height: 80rpx;
  175. border-radius: 80rpx;
  176. }
  177. .house-detail .house-content .visitor .visitor-item .visitor-label {
  178. flex: 1;
  179. width: 0;
  180. overflow: hidden;
  181. white-space: nowrap;
  182. text-overflow: ellipsis;
  183. margin: 0 20rpx;
  184. }
  185. .house-detail .house-content .visitor .visitor-item .visitor-time {
  186. font-size: 24rpx;
  187. color: #8c8c8c;
  188. }
  189. .house-detail .house-content .visitor .visitor-item:last-child {
  190. margin-bottom: 0;
  191. }
  192. .house-detail .house-content .desc-text {
  193. font-weight: 300;
  194. }
  195. .house-detail .house-content .information-list {
  196. display: flex;
  197. flex-wrap: wrap;
  198. }
  199. .house-detail .house-content .information-list .information-box {
  200. width: 50%;
  201. display: flex;
  202. margin-bottom: 30rpx;
  203. }
  204. .house-detail .house-content .information-list .information-title {
  205. color: #8c8c8c;
  206. font-weight: 500;
  207. }
  208. .house-detail .house-content .information-list .information-text {
  209. flex: 1;
  210. width: 0;
  211. overflow: hidden;
  212. white-space: nowrap;
  213. font-weight: 300;
  214. }
  215. .house-detail .house-content .content-device {
  216. display: flex;
  217. flex-wrap: wrap;
  218. }
  219. .house-detail .house-content .content-device .device-item {
  220. width: 50%;
  221. display: flex;
  222. align-items: center;
  223. margin-bottom: 20rpx;
  224. }
  225. .house-detail .house-content .content-device .device-item .device-label {
  226. flex: 1;
  227. width: 0;
  228. color: #8c8c8c;
  229. font-weight: 200;
  230. margin-left: 10rpx;
  231. }
  232. .house-detail .house-content .content-device .device-item .device-icon {
  233. color: #434343;
  234. }
  235. .house-detail .uni-popup__wrapper {
  236. width: 100%;
  237. height: 600rpx;
  238. }
  239. .house-detail .uni-popup__wrapper #myVideo {
  240. width: 100%;
  241. height: 100%;
  242. }