majorlookhouse.css 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body{ max-width: 640px; margin: 0 auto; background: #fff;}
  2. .Latitude{width: 100%;height: 100%;}
  3. .Latitude_mian{width: 100%;height: 100%; position: relative; }
  4. .Latitude_bg{ width: 100%; height: 100%;}
  5. .Latitude_bg img{ width: 100%; height: 100%;}
  6. .Latitude_box{ position: absolute; left: 50%; top: 48%; width: 82%;margin-left: -41%;}
  7. .Latitude_top a{display: inline-block; width: 30%; border:1px solid #ADADAD; height: 40px; border-radius: 2px; line-height: 40px; float: left; padding: 0 8px;}
  8. .Latitude_top a span{display: inline-block;width: 82%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size: 1rem; color: #8A8A8A; float: left;}
  9. .Latitude_top a i{display: inline-block; float: right;
  10. position: relative;
  11. top: 50%;
  12. margin-top: -3px;
  13. line-height: 6px;
  14. border-left:5px solid transparent;
  15. border-right:5px solid transparent;
  16. border-top:6px solid #555;
  17. }
  18. .Latitude_top a+a{ margin-left: 5%;}
  19. .boxform{ margin-top: 20px;}
  20. .boxform p.inpt{ border:1px solid #ADADAD; border-radius: 2px; padding: 10px;}
  21. .boxform p.inpt span{display: inline-block; width: 25px; height: auto; float: left; border-right: 1px solid #ADADAD; padding-right: 10px;}
  22. .boxform p.inpt span img{width: 100%;height: auto;}
  23. .boxform p.inpt input{display: inline-block; float: left; width: 83%; margin-left: 10px; border:none; background: #fff; font-size: 0.95rem; height: 25px;}
  24. .boxform p.text{font-size: 0.9rem; color: #343434; margin-top: 25px;}
  25. .boxform p.text em{display: inline-block; padding: 0 3px; font-size: 0.6rem; color: #8A8A8A}
  26. .boxform .textarea_box{ margin-top: 10px; font-size: 1rem; color: #8A8A8A; width: 100%; height: 80px; border-radius: 5px; border:1px solid #ADADAD; resize:none;overflow-x:hidden; padding:5px 10px; }
  27. .boxform a.button_box{display: block; height: 40px; line-height: 40px;background: linear-gradient(to right, #5997FC, #246BE7); border-radius: 30px; text-align: center; font-size: 1.2rem; color: #fff; margin-top: 15px;}
  28. /*弹出*/
  29. .showbox_pulid{ position: fixed;z-index: 5; width: 100%; height: 50%;left: 0px; bottom: -100%; background: #fff; border-radius: 10px 10px 0 0;}
  30. .title_h{ position: relative; font-size: 1.2rem; color: #30333C; font-weight: bold; text-align: center; padding: 15px 0; border-bottom: 1px solid #E0E0E0;}
  31. .title_h em{ display: block; position: absolute; right: 10px; bottom: 15px; font-size: 0.7rem; color: #777;}
  32. .city_main{ position: relative;}
  33. .city_piue{text-align: center; background: #fff; position: absolute;height: 270px; left: 0%;width: 100%; text-align: center; top: 0px; overflow-y:auto;}
  34. .city_piue a{display: block; font-size: 1rem; color: #30333C; padding: 10px 0;}
  35. .city_piue a.on{ color: #FF9E33; font-weight: bold;}
  36. .city_piue_m{ width: 75%; position: absolute;right: -100%;overflow-y:auto; top: 0px;background: #F8FAFB; height: 270px;}
  37. .city_piue_m a{ display: block; font-size: 1rem; color: #30333C; padding: 10px 20px 10px 68px;}
  38. .city_piue_m a+a{ border-top:1px solid #eee; }
  39. .city_piue_m a.on{ color: #FF9E33; font-weight: bold;}
  40. .showbox_type{ text-align: center; background: #fff;}
  41. .showbox_type a{ display: block; font-size: 1rem; color: #30333C; padding: 10px 20px;}
  42. .showbox_type a.on{ color: #FF9E33; font-weight: bold;}
  43. .showbox_pric{ text-align: center; background: #fff;}
  44. .showbox_pric a{ display: block; font-size: 1rem; color: #30333C; padding: 10px 20px;}
  45. .showbox_pric a.on{ color: #FF9E33; font-weight: bold;}
  46. .classify_m{overflow-y:auto;}
  47. .showbox_bg{ display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 3;}