| 12345678910111213141516171819202122232425262728 |
- @import '../cfg.less';
- #sh-searchbar {
- position: fixed;
- width: 240px;
- left: 0;
- bottom: 30px;
- background: @bg_left_search;
- padding: 3px 10px 5px 10px;
- border-top: solid 1px @bg_left * 0.9;
- input {
- background: transparent;
- border: 0;
- outline: 0;
- color: #fff;
- font-size: 13px;
- &::placeholder {
- color: #333;
- }
- }
- i {
- color: @font_color_left;
- cursor: pointer;
- }
- }
|