index.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. body{background: #fff; max-width: 750px; height: auto; margin: 0 auto;}
  2. .qwpuic,.wh,.y_puicfoot{display:none;}
  3. #LXB_CONTAINER_SHOW, #LRdiv3{display:none !important;}
  4. .FindRoom_box{ padding: 20px 0; border-radius: 20px 0 0 0;width: 100%; background: #fff; z-index: 12;position:relative;margin-top:-30px;}
  5. .FindRoom_img{width:100%;height:166px;}
  6. .FindRoom_img img{width:100%;height:100%;}
  7. .FindRoom_main{ padding:10px 0; width: 90%; margin: 0 auto;}
  8. .pric_jg .title_pulic em{font-size: 1.187rem; color: #E94542; font-weight: bold;}
  9. .FindRoom_main .title_pulic span{ font-size: 1.187rem; color: #333; font-weight: bold; }
  10. .FindRoom_main .pulic_list{ margin-top: 17px;}
  11. .FindRoom_main .pulic_list a{ border:1px solid #F7F7F7; display: block; margin-right:3.5%; margin-bottom: 12px; float: left; font-size: 0.75rem; color: #333; width: 22.3%; height: 36px; line-height: 36px; background: #F7F7F7; border-radius: 2px; text-align: center;}
  12. .FindRoom_main .pulic_list a:nth-child(4n){ margin-right: 0;}
  13. .FindRoom_main .pulic_list a.on{border:1px solid #D50000;background:#FFF;}
  14. .city_main_text{ margin-top: 30px;}
  15. .city_main_text a{padding: 0 10px; display: inline-block; height: 40px; background: #F7F7F7; border-radius: 2px; width: 100%; line-height: 40px;}
  16. .city_main_text a p.l{ float: left;}
  17. .city_main_text a p.l i{display: inline-block; width: 12px; height: 15px;position:relative;top:-1px;left:5px;}
  18. .city_main_text a p.l i img{width:100%;height:100%;}
  19. .city_main_text a p.l span{display: inline-block; font-size: 0.812rem; color: #333; margin-left: 10px;}
  20. .city_main_text a p.r{ float: right; margin-right:5px;}
  21. .city_main_text a p.r i{display: inline-block; width: 6px; height: 4px;}
  22. .city_main_text a p.r i img{width:100%;height:100%;}
  23. .type_main,.city_main{ margin-top: 23px;}
  24. .mobile_box{ margin-top: 40px;}
  25. .mobile_box .mobile_maix{ margin-top:15px; border-bottom: 1px solid #EEE;}
  26. .mobile_box .mobile_maix input.in_text{ -webkit-user-select:auto; font-size: 1rem; color: #333; width: 100%; height: 45px; width: 100%; padding-left: 10px; border:none; background: #fff;
  27. }
  28. .mobile_box .mobile_maix input.in_text::-webkit-input-placeholder {
  29. color: #CCC;
  30. font-size: 1rem;
  31. }
  32. .warm_prompt{ margin-top: 23px;}
  33. .warm_prompt p.title{ font-size: 0.812rem; color: #333;}
  34. .warm_prompt p.title i{ display: inline-block; width: 14px; height: 14px; margin-right: 10px;position:relative;top:-2px;}
  35. .warm_prompt p.title i img{width:100%;height:100%;}
  36. .warm_prompt p.text{font-size: 0.8rem; color: #999; line-height: 23px; margin-top: 10px;}
  37. .buttom_m{ margin-top: 40px;}
  38. .buttom_m a{ display: block; height:50px; width: 100%; background: #E94542; font-size: 1.187rem; color: #fff; line-height: 50px; text-align: center; border-radius: 5px;}
  39. /*弹窗*/
  40. .m_Popup_gb{position:absolute;top:50%;left:50%;width:35px;height:35px;margin-top:215px;margin-left:-17.5px;}
  41. .m_Popup_gb img{width:100%;height:100%;}
  42. .m_Popup{width:80%;height:450px;margin:auto;position:fixed;top:50%;margin-top: -225px; left:50%;margin-left: -40%; z-index: 100; background:#FFF;border-radius:7px;overflow:hidden;display:none;}
  43. .m_Popup_title{height:50px;line-height:50px;font-size:1rem;color:#333;font-weight:600;text-align:center;background:#F8F8F8;}
  44. .m_Popup_Unlimited{height:50px;background:#EEE;padding:5px 10px;}
  45. .m_Popup_Unlimited a{background:#FFF;font-size:0.9375rem;color:#333;display: block;height:100%;border-radius:4px;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-around;
  49. flex-direction: column;
  50. }
  51. .m_region_l{width:45%;background:#F8F8F8;height:350px;overflow:auto;float:left;}
  52. .m_region_l a{font-size:0.9375rem;color:#333;display:block;height:50px;text-indent:20px;line-height:50px;}
  53. .m_region_r{width:55%;float:left;height:350px;overflow:auto;}
  54. .m_region_r a{font-size:0.9375rem;color:#333;display:block;height:50px;text-indent:20px;line-height:50px;}
  55. .m_region_l a.on{
  56. background: #FFF;
  57. color: #D50000;
  58. }
  59. .m_Popup_bg{ position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.4); z-index: 99;display:none;}
  60. .FindRoom_bg{ display: none; position: fixed; left: 0px; top: 0px; z-index:10; background: rgba(0,0,0,0.4); width: 100%; height: 100%;}
  61. .footer_copy{ display: none;}