/* select */ .fr{ float: right; } .fl{ float: left; } .searchable-select-hide { display: none; } .searchable-select { display: inline-block; min-width: 100%; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; position: relative; outline: none; /*z-index: 9*/ } .searchable-select-holder{ padding: 0 10px; background-color: #fff; background-image: none; border: 1px solid #d9d9d9; min-height: 32px; line-height: 31px; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } .searchable-select-caret { position: absolute; width: 0; height: 0; box-sizing: border-box; border-color: #a0a0a0 transparent transparent transparent; top: 5px; bottom: 0; border-style: solid; border-width: 5px; margin: auto; right: 5px; } .searchable-select-clear { position: absolute; box-sizing: border-box; top: 5px; bottom: 0; margin: auto; right: 18px; cursor: pointer; font-size: 15px; } .searchable-select-dropdown { position: absolute; background-color: #fff; border: 1px solid #ccc; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 4px; border-top: none; top: 28px; left: 0; right: 0; } .searchable-select-input { margin-top: 5px; border: 1px solid #ccc; outline: none; padding: 4px; width: 100%; box-sizing: border-box; } .queryBtn{ border: none; width: 19%; margin-left: 1%; background-color: #3f86d8; color: white; cursor: pointer; padding: 4px 0; } .searchable-scroll { margin-top: 4px; position: relative; } .searchable-scroll.has-privious { padding-top: 16px; } .searchable-scroll.has-next { padding-bottom: 16px; } .searchable-has-privious { top: 0; } .searchable-has-next { bottom: 0; } .searchable-has-privious, .searchable-has-next { height: 16px; left: 0; right: 0; position: absolute; text-align: center; z-index: 10; background-color: white; line-height: 8px; cursor: pointer; } .searchable-select-items { max-height: 400px; overflow-y: scroll; position: relative; } .searchable-select-items::-webkit-scrollbar { display: none; } .searchable-select-item { padding: 5px 5px; cursor: pointer; min-height: 30px; box-sizing: border-box; transition: all 1s ease 0s; } .searchable-select-item.selected{ background: #3f86d8!important; color: white; } .searchable-select-item.hover { background: #9abde5; color: white; } /* select */ /*2023 0912*/ /*新增分页功能*/ .searchable-pager{ position: relative; width: 100%; height: 20px; } .searchable-pager-item{ background-color: rgba(248, 248, 248, 0.9); border-radius: 2px; color: black; padding: 3px 4px; line-height: 20px; border: none; outline: none; cursor: pointer; margin-right: 3px; display: inline-block; } .searchable-pager-item:hover{ background-color: #d2cfcf } .searchable-pager-item-active{ background-color: rgb(0,115,220); color: white; } .searchable-loading{ position: absolute; top: -24px; right: 0; z-index: 999; background-color: #3f86d8; color: white; }