homelist.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. body{background:#fff;}
  2. /*2018-10-12 添加 顶部搜索*/
  3. .w_wek_box {height:55px;line-height:55px; background: #fff;}
  4. .w_a {margin:0 10px;position:relative;}
  5. .w_a > a {background:#FFF;display: inline-block;width: 100%;height:40px;line-height:38px;border-radius: 5px;padding-left: 38px;color:#999;font-size:0.75rem;
  6. border:1px solid #EEE;
  7. box-shadow:0px 0px 14px 0px rgba(167,167,167,0.12);
  8. }
  9. .w_a > i {position:absolute;left:15px;top:0px;width:16px;height:16px;}
  10. .w_a > i >img {display:inline-block;width:100%;height:100%;}
  11. .y_homelist_head{position:fixed;top:0;left:0;width:100%;z-index:10;}
  12. .y_homelist_bg{ position: relative;}
  13. .y_homelist_bg .y_tu{ height: 140px; width: 100%;}
  14. .y_homelist_bg .y_tu img{ height: 100%; width: 100%;}
  15. .y_homelist_bg .y_input{ width: 75%; margin: 0 auto; position: absolute; z-index: 10; bottom: -15px;left: 50%; margin-left:-37%; }
  16. .y_homelist_bg .y_input .y_lplist_inp{ display: inline-block; font-size: 1rem; color: #999; background: url('../image/ico_14.png') #fff no-repeat 12px center; padding-left: 40px; height: 35px; line-height: 35px; width: 100%; border-radius: 30px; border:none; background-size: 22px; box-shadow: 0px 1px 6px 0px #ccc;}
  17. .footer_copy,.wh {display:none;}
  18. .houselist-header{
  19. background: #fff;
  20. -webkit-transform: translateZ(0);
  21. transform: translateZ(0);
  22. will-change: transform;
  23. -webkit-transition: -webkit-transform .5s;
  24. transition: -webkit-transform .5s;
  25. transition: transform .5s;
  26. transition: transform .5s, -webkit-transform .5s;}
  27. .houselist-header.is-hidden {
  28. -webkit-transform: translateY(-100%);
  29. -ms-transform: translateY(-100%);
  30. transform: translateY(-100%);
  31. }
  32. .y_qylist.fixed {
  33. position: fixed;
  34. top: 53px;
  35. }
  36. .y_qylist.slide-up {
  37. -webkit-transform: translateY(-55px);
  38. -ms-transform: translateY(-55px);
  39. transform: translateY(-55px);
  40. box-shadow:0px 3px 5px 0px rgba(177,177,177,0.10);
  41. border:none;
  42. }
  43. /*区域选择*/
  44. .three_area{position: absolute;height: 100%;background: #fff;width:100%;top: 0;left: 100%;z-index: 999;overflow-y: auto;}
  45. .wm-top .w_a {margin: 0 50px;}
  46. .header_back a img{top:auto;}
  47. .header_menu a{background-position: 10px;}
  48. .y_qylist{
  49. position: relative;
  50. background:#FFF;
  51. width: 100%;
  52. -webkit-transform: translateZ(0);
  53. transform: translateZ(0);
  54. will-change: transform;
  55. -webkit-transition: -webkit-transform .5s;
  56. transition: -webkit-transform .5s;
  57. transition: transform .5s;
  58. transition: transform .5s, -webkit-transform .5s;
  59. box-shadow:0px 3px 5px 0px rgba(177,177,177,0.10);
  60. }
  61. .y_qylist_hoe{ padding-bottom: 10px; padding-top: 8px;}
  62. /*.y_qylist {padding:5px 0;}*/
  63. .y_qylist .y_qylist_con{width: 25%; text-align: center; float: left;}
  64. .y_qylist .y_qylist_con p.y_topimg img{ width: 25px; height: 25px;}
  65. .y_qylist .y_qylist_con p.y_topmain{ margin-top: 5px;display:flex;align-items:center;justify-content:center;}
  66. .y_qylist .y_qylist_con p.y_topmain span{ font-size: 0.9rem; color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; max-width:80%;display:block;float:left;}
  67. .y_qylist .y_qylist_con p.y_topmain i{width: 7px; height: auto; margin-left: 5px;display:block;float:left;}
  68. .y_qylist .y_qylist_con p.y_topmain i img{width: 100%; height: auto;}
  69. .y_qylist_cnet{ overflow: hidden; position: absolute; z-index: 10; left: 0px; top:45px; width: 100%; box-shadow: 1px 0 6px 0px rgba(204, 204, 204, 0.57);}
  70. .y_qylist_cnet .y_qylist_cnet_ind{ display: none; width: 100%; height:240px;overflow-y:auto; background: #f3f4f9;}
  71. .y_qylist_cnet .y_qylist_cnet_ind a{ display: block; font-size: 1rem; color: #666; padding: 10px; border-bottom: 1px dashed #e3e3e3;}
  72. .y_qylist_cnet .y_qylist_cnet_ind a.on{ background: #fff; color:#ee4433;}
  73. .y_homelist_list{padding:10px;background:#fff;}
  74. .y_homelist_list ul li{padding:15px 0; background: #fff;}
  75. .y_homelist_list ul li + li {border-top:1px solid #f8f8f8;}
  76. .y_homelist_list ul li .y_img{width: 33%;height: 92px;position: relative;border-radius: 3px;overflow: hidden;float: left;}
  77. .y_homelist_list ul li .y_img p.y_tu{ width: 100%; height: 100%;}
  78. .y_homelist_list ul li .y_img p.y_tu img{ width: 100%; height: 100%;}
  79. .y_homelist_list ul li .y_img p.y_tu i{
  80. position:absolute;
  81. bottom:4px;
  82. left:4px;
  83. font-size:0.75rem;
  84. color:#fff;
  85. text-overflow:ellipsis;
  86. white-space:nowrap;
  87. overflow:hidden;
  88. background: rgba(0,0,0,0.6);
  89. padding: 3px 8px;
  90. display: inline-block;
  91. border-radius: 17px;
  92. }
  93. .y_homelist_list ul li .y_img p.y_vid{position: absolute; left: 0px; bottom: 0px; background: rgba(0,0,0,0.6); padding:2px 5px; padding-right: 8px; border-radius: 0 20px 20px 5px}
  94. .y_homelist_list ul li .y_img p.y_vid span{display: block; float: left; width: 24px; height: auto;}
  95. .y_homelist_list ul li .y_img p.y_vid span:nth-child(1){ width: 22px; height: auto;}
  96. .y_homelist_list ul li .y_img p.y_vid span img{width: 24px; height: auto;}
  97. .y_homelist_list ul li .y_img p.y_vid span:nth-child(1) img{ width: 22px; height: auto;}
  98. .y_homelist_list ul li .y_img p.y_vid span+span{margin-left: 5px;}
  99. .y_homelist_list ul li .y_img p.y_licyit{ position: absolute; left:0px; top:0px; background:#FF273B; padding:2px 5px; font-size: 0.7rem;color: #fff;}
  100. .y_homelist_list ul li .y_img>i{position:absolute;bottom:10px;left:5px;display:inline-block;width:15px;height:15px;}
  101. .y_homelist_list ul li .y_img>i >img {display:inline-block;width:100%;height:100%;}
  102. .y_homelist_list ul li .y_text{float:left;width:62%;margin-left:15px;height:92px;}
  103. .y_homelist_list ul li .y_text .y_text_main p.y_title span{font-size:1.0625rem;color:#333;width:77%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:600;display: block;}
  104. .y_homelist_list ul li .y_text .y_text_main p.y_title em{display: inline-block; margin-left: 8px; font-size: 0.8rem;color: #999;}
  105. .y_homelist_list ul li .y_text .y_text_main p.y_shijian{ font-size: 0.7rem; color: #999;margin-top:5px;}
  106. .y_homelist_list ul li .y_text .y_text_main p.y_tese{ font-size:0.6875rem; color:#475C89; margin-top:5px;}
  107. .y_homelist_list ul li .y_text .y_text_main p.y_tese i{max-width: 63px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display: inline-block; padding:3px 8px;background:#EFF2F4;border-radius:3px;}
  108. .y_homelist_list ul li .y_text .y_text_main p.y_tese i+i{ margin-left:5px;}
  109. .y_homelist_list ul li .y_text .y_text_main p.y_tese i:nth-child(1){ background:#FFE6EC; color:#D61F2B;}
  110. .y_homelist_list ul li .y_text .y_text_main p.y_jiage{margin-top:5px;}
  111. .y_homelist_list ul li .y_text .y_text_main p.y_jiage span{ display: inline-block;font-size:1.125rem; color:#df1818;font-weight:600;}
  112. .y_homelist_list ul li .y_text .y_text_main p.y_jiage em{ font-weight: bold; font-size:0.75rem; color:#df1818; display: inline-block; margin-left:2px;position:relative;top:-2px;}
  113. .y_homelist_list ul li .y_text .y_text_call{z-index: 5; position: absolute; right: 5px; top:6px; width: 35px; height: 35px;}
  114. .y_homelist_list ul li .y_text .y_text_call img{ width: 100%; height: 100%;}
  115. .m_gzlx_box{width:100%;margin-top:10px;}
  116. .m_gzlx{font-size:0.6875rem;color:#333;background:#F8F8F8;padding:4px 10px 4px 5px;border-radius:50px;float:left;}
  117. .m_gzlx_l{float:left; font-weight: bold; color: #333;}
  118. .m_gzlx_l img{width:14px;height:14px;position:relative;top:-1px;margin-right:5px;}
  119. .m_gzlx_r{float:left;margin-left:5px;padding-left:5px;position:relative; top: 1px;}
  120. .m_gzlx_r:before {content:"";position:absolute;top:0px;left:0;width:1px;height:12px;background:#999;display: block;}
  121. .m_gzlx_r span{color:#FF273B;}
  122. .m_box {position:relative;}
  123. .m_gzlx_box span{float:right;font-size:0.75rem;color:#707070;margin-top: 5px;display:block;margin-right: 8px;}
  124. /*2018-10-12 报名窗口*/
  125. .w_apply {position:relative;margin:10px 0;}
  126. .w_apply .w_fn {position:absolute;top:10px;left:11px;font-size:0.9375rem;color:#fff;}
  127. .w_apply .w_apply_img {display:inline-block;width:100%;}
  128. .w_apply .w_apply_img img {display:block;width:100%;height:100%;}
  129. .w_apply .submit_area {display:inline-block;position:absolute;bottom:12px;left:50%;width:80%;margin-left:-40%;}
  130. .w_apply .w_apply_txt {padding-left:10px;display:inline-block;width:100%;height:30px;background:#fff;border-radius:5px;border:none;font-size:0.6rem;line-height:30px;}
  131. .w_apply .apply_submit {text-align:center;font-size:0.75rem;color:#BB470E;font-weight:bold;height:30px;border-top-right-radius:5px;border-bottom-right-radius:5px;width:70px;line-height:30px;display:inline-block;margin-left:8px;position:absolute;right:0;
  132. background: -webkit-linear-gradient(#FCE67C,#FAB41D); /* Safari 5.1 - 6.0 */
  133. background: -o-linear-gradient(#FCE67C,#FAB41D); /* Opera 11.1 - 12.0 */
  134. background: -moz-linear-gradient(#FCE67C,#FAB41D); /* Firefox 3.6 - 15 */
  135. background: linear-gradient(#FCE67C,#FAB41D); /* 标准的语法 */
  136. }
  137. .dropload-up,.dropload-down{
  138. position: relative;
  139. height: 0;
  140. overflow: hidden;
  141. font-size: 12px;
  142. /* 开启硬件加速 */
  143. -webkit-transform:translateZ(0);
  144. transform:translateZ(0);
  145. }
  146. .dropload-down{
  147. height: 75px;
  148. }
  149. .dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
  150. height: 50px;
  151. line-height: 50px;
  152. text-align: center;
  153. }
  154. .dropload-load .loading{
  155. display: inline-block;
  156. height: 15px;
  157. width: 15px;
  158. border-radius: 100%;
  159. margin: 6px;
  160. border: 2px solid #666;
  161. border-bottom-color: transparent;
  162. vertical-align: middle;
  163. -webkit-animation: rotate 0.75s linear infinite;
  164. animation: rotate 0.75s linear infinite;
  165. }
  166. @-webkit-keyframes rotate {
  167. 0% {
  168. -webkit-transform: rotate(0deg);
  169. }
  170. 50% {
  171. -webkit-transform: rotate(180deg);
  172. }
  173. 100% {
  174. -webkit-transform: rotate(360deg);
  175. }
  176. }
  177. @keyframes rotate {
  178. 0% {
  179. transform: rotate(0deg);
  180. }
  181. 50% {
  182. transform: rotate(180deg);
  183. }
  184. 100% {
  185. transform: rotate(360deg);
  186. }
  187. }
  188. /*热销楼盘列表样式 */
  189. .y_title .w-abel {display: inline-block;width: 16px;height: 19px;position: relative;vertical-align: top;text-align: center;margin-right:5px;}
  190. .y_title .w-abel > i {display: inline-block;position: absolute;width: 16px;text-align: center;font-size: 0.7rem;color: #fff;height: 19px;line-height: 19px;}
  191. .y_title .w-abel > img {display:inline-block;width:100%;}
  192. /*弹窗*/
  193. .m_Popup_box{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10000;display:none;}
  194. .m_Popup_zhez{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0, 0, 0, 0.4);}
  195. .m_Popup_gb{position:absolute;top:50%;left:50%;width:35px;height:35px;margin-top:215px;margin-left:-17.5px;}
  196. .m_Popup_gb img{width:100%;height:100%;}
  197. .m_Popup{width:80%;height:450px;margin:auto;position:relative;top:50%;margin-top:-255px;background:#FFF;border-radius:7px;overflow:hidden;display:none;}
  198. .m_Popup_title{height:50px;line-height:50px;font-size:1rem;color:#333;font-weight:600;text-align:center;background:#F8F8F8;}
  199. .m_Popup_Unlimited{height:50px;background:#EEE;padding:5px 10px;}
  200. .m_Popup_Unlimited a{background:#FFF;font-size:0.9375rem;color:#333;display: block;height:100%;border-radius:4px;
  201. display: flex;
  202. align-items: center;
  203. justify-content: space-around;
  204. flex-direction: column;
  205. }
  206. .m_region_box{}
  207. .m_region_l{width:45%;background:#F8F8F8;height:350px;overflow:auto;float:left;}
  208. .m_region_l a{font-size:0.9375rem;color:#333;display:block;height:50px;text-indent:20px;line-height:50px;}
  209. .m_region_r{width:55%;float:left;height:350px;overflow:auto;}
  210. .m_region_r a{font-size:0.9375rem;color:#333;display:block;height:50px;text-indent:20px;line-height:50px;}
  211. /*价格*/
  212. .m_jg{height:400px;overflow:auto;}
  213. .m_jg a{font-size:0.9375rem;color:#333;display:block;height:50px;line-height:50px;text-align:center;border-bottom:1px solid #F8F8F8;}
  214. .m_jg a:last-child{border-bottom:0;}
  215. .m_jg a.on{color:#D50000;}
  216. /*类型*/
  217. .m_style{height:400px;overflow:auto;padding:20px 15px 0px 15px;}
  218. .m_style a{position:relative;border:1px solid #EEE;width:48%;height:42px;border-radius:50px;font-size:0.875rem;color:#333;display: block;text-align:center;line-height:42px;float:left;margin-right:4%;margin-bottom:12px;}
  219. .m_style a:nth-child(2n){margin-right:0;}
  220. .m_style a.on:before {content:"";position:absolute;top:0;right:0;background:url(/image/v2/search4.png) no-repeat 0 0/ 100% 100%;width:30px;height:18px;}
  221. /*.m_style a img{position:absolute;top:0;right:0;width:30px;display:none;}*/
  222. .m_style a.on{border: 1px solid #D50000;}
  223. /*.m_style a.on img{display:block;}*/
  224. .m_region_l a.on{background:#FFF;color:#D50000;}