tts
This commit is contained in:
parent
0430a035d5
commit
55268a9321
|
|
@ -1,33 +1,3 @@
|
|||
<style>
|
||||
|
||||
#select_city_table {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.city-picker-dropdown {
|
||||
position: absolute !important;
|
||||
z-index: 9999;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
#select_city {
|
||||
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>
|
||||
|
||||
<div class="panel panel-default panel-intro">
|
||||
<div class="panel-heading">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user