123456789101112131415161718192021 |
- .U_MD_UI_city_inputBox { display: inline-block; text-align: right; }
- .U_MD_UI_city_inpuBox_p { font-size: 12.5px; font-family: 微软雅黑; }
- .U_MD_UI_city_inpuBox_p input { width: 285px; height: 20px; color: #555555; text-indent: 5px; font-size: 12.5px; font-family: 微软雅黑; }
- .U_MD_UI_city_inpuBox_p input::-webkit-input-placeholder { color: #b3b3b3; }
- .U_MD_UI_city_cityBox { width: 410px; box-sizing: border-box; padding: 17px 20px; border: 1px solid #dfdcdc; position: absolute; font-size: 12.5px !important; font-family: 微软雅黑 !important; background: #fff; z-index: 999; }
- .U_MD_UI_city_cityBox li { list-style: none; text-indent: 0px; padding: 0; }
- .U_MD_UI_city_menuBox, .U_MD_UI_city_Cont { border-bottom: 1px solid #c62f2f; height: 30px; padding: 0; margin: 0; }
- .U_MD_UI_city_menuBox li, .U_MD_UI_city_Cont li { position: relative; width: 25%; height: 100%; list-style: none; float: left; line-height: 30px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 14px; box-sizing: border-box; cursor: pointer; }
- .U_MD_UI_city_menuChecked, .U_MD_UI_city_Cont_ochecked { background: #c62f2f; color: #fff; }
- .U_MD_UI_city_menuoChecked { position: relative; }
- .U_MD_UI_city_menuoChecked:before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 100%; background: #c62f2f; vertical-align: 2px; position: absolute; left: -13px; top: 5px; }
- .U_MD_UI_city_Cont { border: none; margin-top: 15px; color: #626262; margin-right: 15px; }
- .U_MD_UI_city_Cont li { cursor: inherit; }
- .U_MD_UI_city_Cont li > span { display: inline-block; width: 100%; cursor: pointer; }
- .U_MD_UI_city_Cont li > span:hover { background: #ffe8e8; }
- .U_MD_UI_city_Cont_ochecked:hover { background: #c62f2f !important; }
- .U_MD_UI_city_hidden, #U_MD_UI_city_liTemplate { display: none; }
- .city_control { cursor: pointer; }
|