123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. /**index.wxss**/
  2. @import '../../app.wxss';
  3. .maxSwiper {
  4. width: 100%;
  5. position: absolute;
  6. left: 0;
  7. top: 0;
  8. bottom: 0;
  9. z-index: 1000;
  10. background: #000;
  11. }
  12. .maxSwiper > swiper {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .container > .flex-item {
  17. position: relative;
  18. overflow: hidden;
  19. z-index: 1;
  20. }
  21. .imgContent {
  22. width: 100%;
  23. position: absolute;
  24. left: 0;
  25. top: 0;
  26. bottom: 0;
  27. overflow: hidden;
  28. z-index: 1;
  29. }
  30. .imgContent > swiper {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .imgContent > swiper .swiper-item {
  35. width: 100%;
  36. height: 100%;
  37. position: relative;
  38. overflow: hidden;
  39. }
  40. .container > .flex-item > .content {
  41. width: 100%;
  42. height: 100%;
  43. position: relative;
  44. overflow-y: scroll;
  45. -webkit-overflow-scrolling: touch;
  46. transform: translateZ(0);
  47. -webkit-transform: translateZ(0);
  48. }
  49. .banner {
  50. width: 100%;
  51. height:420rpx;
  52. position: relative;
  53. overflow: hidden;
  54. background: #eee;
  55. /* padding-bottom: 120%; */
  56. }
  57. .remark{
  58. width: 100%;
  59. height: 148rpx;
  60. overflow: hidden;
  61. position: absolute;
  62. }
  63. .remark > view {
  64. width: 100%;
  65. }
  66. .remark .name {
  67. font-size: 30rpx;
  68. line-height: 44rpx;
  69. margin-left: 40rpx;
  70. overflow: hidden;
  71. white-space: nowrap;
  72. text-overflow: ellipsis;
  73. font-weight: bold;
  74. }
  75. .remark .price {
  76. font-size: 24rpx;
  77. line-height: 44rpx;
  78. margin-right: 40rpx;
  79. margin-left: 20rpx;
  80. max-width:50%;
  81. }
  82. .remark > view > text {
  83. display: block;
  84. padding: 0 40rpx;
  85. font-size: 24rpx;
  86. line-height: 38rpx;
  87. white-space: nowrap;
  88. overflow: hidden;
  89. text-overflow: ellipsis;
  90. }
  91. /* .banner .remark {
  92. width: 100%;
  93. height: 200rpx;
  94. position: absolute;
  95. overflow: hidden;
  96. left: 0;
  97. bottom: 0;
  98. z-index: 10;
  99. background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  100. background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  101. }
  102. .banner .remark > view {
  103. width: 100%;
  104. }
  105. .banner .remark .name {
  106. font-size: 30rpx;
  107. color: #fff;
  108. line-height: 44rpx;
  109. margin-left: 40rpx;
  110. overflow: hidden;
  111. white-space: nowrap;
  112. text-overflow: ellipsis;
  113. font-weight: bold;
  114. }
  115. .banner .remark .price {
  116. font-size: 24rpx;
  117. color: #fff;
  118. line-height: 44rpx;
  119. margin-right: 40rpx;
  120. margin-left: 20rpx;
  121. }
  122. .banner .remark > view > text {
  123. display: block;
  124. padding: 0 40rpx;
  125. color: #fff;
  126. font-size: 24rpx;
  127. line-height: 38rpx;
  128. white-space: nowrap;
  129. overflow: hidden;
  130. text-overflow: ellipsis;
  131. } */
  132. .banner .wx-swiper-dots {
  133. bottom: 200rpx;
  134. position: absolute;
  135. left: auto !important;
  136. right: 0;
  137. }
  138. .subContent {
  139. width: 100%;
  140. position: relative;
  141. overflow: hidden;
  142. background: #fff;
  143. margin-bottom: 20rpx;
  144. }
  145. .subContent .title {
  146. width: 100%;
  147. display: block;
  148. font-size: 30rpx;
  149. line-height: 44rpx;
  150. font-weight: bold;
  151. text-indent: 42rpx;
  152. margin-top: 50rpx;
  153. position: relative;
  154. }
  155. .subContent .title::after {
  156. content: '';
  157. width: 6rpx;
  158. height: 30rpx;
  159. background: red;
  160. display: block;
  161. position: absolute;
  162. left: 22rpx;
  163. top: 50%;
  164. transform: translateY(-50%);
  165. -webkit-transform: translateY(-50%);
  166. }
  167. .mainInfo .list {
  168. padding: 0 50rpx;
  169. margin-top: 15rpx;
  170. margin-bottom: 15rpx;
  171. }
  172. .mainInfo .list > view {
  173. align-items: center;
  174. }
  175. .mainInfo .list > view text {
  176. line-height: 44rpx;
  177. font-size: 24rpx;
  178. margin-left: 25rpx;
  179. color: #999;
  180. }
  181. .mainInfo .list > view text:first-child {
  182. color: #333;
  183. margin-left: 0;
  184. }
  185. .mainInfo .list > view text .txtred{
  186. color: #e23838;
  187. }
  188. .roomType .list {
  189. width: 100%;
  190. position: relative;
  191. overflow-x: scroll;
  192. overflow-y: hidden;
  193. -webkit-overflow-scrolling: touch;
  194. transform: translateZ(0);
  195. -webkit-transform: translateZ(0);
  196. white-space: nowrap;
  197. margin-top: 40rpx;
  198. margin-bottom: 30rpx;
  199. }
  200. .roomType .info {
  201. white-space: nowrap;
  202. margin-top: 5rpx;
  203. }
  204. .roomType .info text {
  205. display: inline-block;
  206. vertical-align: middle;
  207. line-height: 38rpx;
  208. font-size: 26rpx;
  209. margin-right: 20rpx;
  210. }
  211. .roomType .list > view {
  212. display: inline-block;
  213. position: relative;
  214. overflow: hidden;
  215. width: 235rpx;
  216. margin-right: 40rpx;
  217. }
  218. .roomType .list > view:first-child {
  219. margin-left: 40rpx;
  220. }
  221. .roomType .list > view .img {
  222. width: 100%;
  223. box-sizing: border-box;
  224. border: 1rpx solid #eee;
  225. padding-bottom: 100%;
  226. position: relative;
  227. overflow: hidden;
  228. }
  229. .roomType .list > view .img.photos{
  230. padding-bottom: 60%;
  231. border-radius: 10rpx;
  232. }
  233. .roomType .item > text {
  234. display: inline-block;
  235. line-height: 32rpx;
  236. font-size: 22rpx;
  237. color: #9e886e;
  238. padding: 0 10rpx;
  239. background: #f9eed9;
  240. margin-top: 5rpx;
  241. }
  242. .foot {
  243. position: relative;
  244. overflow: hidden;
  245. z-index: 100;
  246. background: #fff;
  247. box-shadow: 0 0 20rpx 10rpx rgba(0, 0, 0, 0.05);
  248. }
  249. .foot > view {
  250. white-space: nowrap;
  251. text-align: center;
  252. padding: 25rpx 0;
  253. position: relative;
  254. }
  255. .foot > view:nth-child(2)::after {
  256. content: '';
  257. width: 2rpx;
  258. height: 30%;
  259. display: block;
  260. position: absolute;
  261. right: 0;
  262. top: 50%;
  263. transform: translateY(-50%);
  264. -webkit-transform: translateY(-50%);
  265. background: #ccc;
  266. }
  267. .foot > view image {
  268. display: inline-block;
  269. vertical-align: middle;
  270. margin-right: 10rpx;
  271. }
  272. .foot > view text {
  273. display: inline-block;
  274. vertical-align: middle;
  275. line-height: 46rpx;
  276. font-size: 26rpx;
  277. }
  278. .looker {
  279. padding: 16rpx 40rpx;
  280. background: #fff;
  281. position: relative;
  282. overflow: hidden;
  283. margin-bottom: 20rpx;
  284. }
  285. .looker > text {
  286. width: 100%;
  287. display: block;
  288. white-space: nowrap;
  289. line-height: 34rpx;
  290. font-size: 20rpx;
  291. color: #333;
  292. }
  293. .looker > text text {
  294. font-size: 24rpx;
  295. font-weight: bold;
  296. display: inline-block;
  297. line-height: 34rpx;
  298. }
  299. .looker .list {
  300. white-space: nowrap;
  301. margin-top: 20rpx;
  302. }
  303. .looker .list > view {
  304. display: inline-block;
  305. width: 64rpx;
  306. height: 64rpx;
  307. position: relative;
  308. overflow: hidden;
  309. border-radius: 100%;
  310. border: 4rpx solid #fff;
  311. box-shadow: 0 0 20rpx 10rpx rgba(0, 0, 0, 0.05);
  312. vertical-align: middle;
  313. margin-left: -24rpx;
  314. }
  315. .looker .list > view:first-child {
  316. margin-left: 0;
  317. }
  318. .looker .list > view > view{
  319. width: 100%;
  320. height: 100%;
  321. position: absolute;
  322. display: block;
  323. z-index: 2;
  324. background: rgba(0, 0, 0, 0.5);
  325. }
  326. .looker .list > view > view text {
  327. color: #fff;
  328. }
  329. .map {
  330. padding: 0 20px;
  331. position: relative;
  332. overflow: visible;
  333. margin-top: 40rpx;
  334. }
  335. .map > view {
  336. width: 100%;
  337. position: relative;
  338. overflow: hidden;
  339. box-shadow: 0 0 20rpx 10rpx rgba(0, 0, 0, 0.05);
  340. border-radius: 10rpx;
  341. background: #fff;
  342. }
  343. .mapBox {
  344. width: 100%;
  345. position: relative;
  346. overflow: hidden;
  347. height: 0;
  348. padding-bottom: 45%;
  349. background: #eee;
  350. }
  351. .mapBox > view {
  352. width: 100%;
  353. position: absolute;
  354. top: 0;
  355. bottom: 0;
  356. overflow: hidden;
  357. }
  358. .mapBox > view > image{
  359. width:100%;
  360. height:100%;
  361. }
  362. .map > view > view.flex-h {
  363. align-items: center;
  364. padding: 25rpx 0;
  365. }
  366. .map > view > view.flex-h image {
  367. width: 30rpx;
  368. margin-right: 20rpx;
  369. }
  370. .map > view > view.flex-h > .flex-item {
  371. margin-left: 36rpx;
  372. margin-right: 10rpx;
  373. }
  374. .map > view > view.flex-h > .flex-item text {
  375. width: 100%;
  376. display: block;
  377. line-height: 26rpx;
  378. font-size: 18rpx;
  379. color: #666;
  380. }
  381. .map > view > view.flex-h > .flex-item text:first-child {
  382. line-height: 30rpx;
  383. font-size: 23rpx;
  384. color: #333;
  385. }
  386. .map > view > view.flex-h > text {
  387. font-size: 27rpx;
  388. color: #bb9c79;
  389. margin-right: 10rpx;
  390. }
  391. .transInfo {
  392. align-items: center;
  393. margin-top: 30rpx;
  394. margin-bottom: 20rpx;
  395. }
  396. .transInfo image {
  397. width: 38rpx;
  398. display: inline-block;
  399. margin: 8rpx auto 10rpx;
  400. }
  401. .transInfo > view {
  402. text-align: center;
  403. }
  404. .transInfo > view text {
  405. width: 100%;
  406. display: block;
  407. text-align: center;
  408. font-size: 22rpx;
  409. line-height: 34rpx;
  410. color: #666;
  411. }
  412. .transInfo > view text:first-child {
  413. font-size: 26rpx;
  414. font-weight: bold;
  415. line-height: 38rpx;
  416. }