house.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. overflow: hidden;
  143. }
  144. .house-detail .house-content .people-tell .people-text {
  145. flex: 1;
  146. width: 0;
  147. overflow: hidden;
  148. }
  149. .house-detail .house-content .people-tell .people-name {
  150. font-size: 16px;
  151. font-weight: 500;
  152. margin-bottom: 8rpx;
  153. }
  154. .house-detail .house-content .people-tell .people-organization {
  155. font-weight: 300;
  156. font-size: 24rpx;
  157. color: #8c8c8c;
  158. }
  159. .house-detail .house-content .people-tell .people-icon {
  160. width: 60rpx;
  161. height: 60rpx;
  162. border-radius: 50%;
  163. background: #08979c;
  164. text-align: center;
  165. line-height: 60rpx;
  166. }
  167. .house-detail .house-content .visitor .visitor-item {
  168. margin-bottom: 20rpx;
  169. display: flex;
  170. align-items: center;
  171. font-weight: 300;
  172. }
  173. .house-detail .house-content .visitor .visitor-item .visitor-avatar {
  174. width: 80rpx;
  175. height: 80rpx;
  176. border-radius: 80rpx;
  177. }
  178. .house-detail .house-content .visitor .visitor-item .visitor-label {
  179. flex: 1;
  180. width: 0;
  181. overflow: hidden;
  182. white-space: nowrap;
  183. text-overflow: ellipsis;
  184. margin: 0 20rpx;
  185. }
  186. .house-detail .house-content .visitor .visitor-item .visitor-time {
  187. font-size: 24rpx;
  188. color: #8c8c8c;
  189. }
  190. .house-detail .house-content .visitor .visitor-item:last-child {
  191. margin-bottom: 0;
  192. }
  193. .house-detail .house-content .desc-text {
  194. font-weight: 300;
  195. }
  196. .house-detail .house-content .information-list {
  197. display: flex;
  198. flex-wrap: wrap;
  199. }
  200. .house-detail .house-content .information-list .information-box {
  201. width: 50%;
  202. display: flex;
  203. margin-bottom: 30rpx;
  204. }
  205. .house-detail .house-content .information-list .information-title {
  206. color: #8c8c8c;
  207. font-weight: 500;
  208. }
  209. .house-detail .house-content .information-list .information-text {
  210. flex: 1;
  211. width: 0;
  212. overflow: hidden;
  213. white-space: nowrap;
  214. text-overflow: ellipsis;
  215. font-weight: 300;
  216. }
  217. .house-detail .house-content .content-device {
  218. display: flex;
  219. flex-wrap: wrap;
  220. }
  221. .house-detail .house-content .content-device .device-item {
  222. width: 50%;
  223. display: flex;
  224. align-items: center;
  225. margin-bottom: 20rpx;
  226. }
  227. .house-detail .house-content .content-device .device-item .device-label {
  228. flex: 1;
  229. width: 0;
  230. color: #8c8c8c;
  231. font-weight: 200;
  232. margin-left: 10rpx;
  233. }
  234. .house-detail .house-content .content-device .device-item .device-icon {
  235. color: #434343;
  236. }
  237. .house-detail .uni-popup__wrapper {
  238. width: 100%;
  239. height: 600rpx;
  240. }
  241. .house-detail .uni-popup__wrapper #myVideo {
  242. width: 100%;
  243. height: 100%;
  244. }