12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- body
- {
- padding:0px;
- margin:0px;
- }
- .U_Control_City_szdCity
- {
- width:450px;
- height:45px;
- position:relative;
- }
- .U_Control_City_btk
- {
-
- }
- .U_Control_City_szdCity select
- {
- position:relative !important;
- }
- .U_Control_City_spcountry
- {
- margin-top:5px;
- border:1px solid #e5e5e5;
- height:20px;width:130px;
- float:left;
- }
- .U_Control_City_spsf
- {
- margin-top:5px;
- border:1px solid #e5e5e5;
- height:20px;width:130px;
- float:left;
- margin-left:5px;
- }
- .U_Control_City_spcity
- {
- margin-top:5px;
- border:1px solid #e5e5e5;
- height:20px;
- width:80px;
- float:left;
- margin-left:10px;
- }
- .U_Control_City_spqy
- {
- margin-top:5px;
- border:1px solid #e5e5e5;
- height:20px;
- width:80px;
- float:left;
- margin-left:10px;
- }
|