tts
This commit is contained in:
parent
177674774d
commit
197b57506d
|
|
@ -17,10 +17,15 @@
|
|||
}
|
||||
|
||||
#select_city {
|
||||
height: 34px; /* Bootstrap 默认输入框高度 */
|
||||
line-height: 34px; /* 让文字垂直居中 */
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 34px !important; /* 标准输入框高度 */
|
||||
line-height: 34px !important; /* 文字垂直居中 */
|
||||
padding: 6px 12px !important; /* bootstrap默认内边距 */
|
||||
box-sizing: border-box !important;
|
||||
font-size: 14px !important;
|
||||
display: block !important;
|
||||
vertical-align: middle !important;
|
||||
overflow: hidden !important;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user