|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
-
- .lr-select-layer-page .searchBox {
- position: relative;
- top: 0;
- left: 0;
- height: 50px;
- padding: 10px;
- width: 100%;
- background: #f5f5f5;
- }
-
- .lr-select-layer-page .searchBox .icon-search {
- position: absolute;
- top: 18px;
- left: 20px;
- color: #999;
- z-index: 1;
- font-size: 12px;
- }
-
- .lr-select-layer-page .searchBox input {
- border-radius: 3px;
- height: 30px;
- line-height: 30px;
- width: 100%;
- background-color: #fff;
- border: none;
- padding-left: 30px;
- font-size: 12px;
- color: #000;
- }
-
- .lr-select-layer-page .searchBox input::-webkit-input-placeholder {
- color: #999;
- }
-
- .lr-select-layer-page .searchBox input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999;
- }
-
- .lr-select-layer-page .searchBox input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999;
- }
-
- .lr-select-layer-page .searchBox input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #999;
- }
- .lr-select-layer-page .lr-list-item .text {
- line-height: 22px;
- }
|