City.css 835 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body
  2. {
  3. padding:0px;
  4. margin:0px;
  5. }
  6. .U_Control_City_szdCity
  7. {
  8. width:450px;
  9. height:45px;
  10. position:relative;
  11. }
  12. .U_Control_City_btk
  13. {
  14. }
  15. .U_Control_City_szdCity select
  16. {
  17. position:relative !important;
  18. }
  19. .U_Control_City_spcountry
  20. {
  21. margin-top:5px;
  22. border:1px solid #e5e5e5;
  23. height:20px;width:130px;
  24. float:left;
  25. }
  26. .U_Control_City_spsf
  27. {
  28. margin-top:5px;
  29. border:1px solid #e5e5e5;
  30. height:20px;width:130px;
  31. float:left;
  32. margin-left:5px;
  33. }
  34. .U_Control_City_spcity
  35. {
  36. margin-top:5px;
  37. border:1px solid #e5e5e5;
  38. height:20px;
  39. width:80px;
  40. float:left;
  41. margin-left:10px;
  42. }
  43. .U_Control_City_spqy
  44. {
  45. margin-top:5px;
  46. border:1px solid #e5e5e5;
  47. height:20px;
  48. width:80px;
  49. float:left;
  50. margin-left:10px;
  51. }