| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .search-listpage-icon {
- font-size: 16px;
- color: #999;
- }
- .search-input-group {
- display: inline-block;
- margin-bottom: 0;
- width: 200px;
- vertical-align: bottom;
- }
- .search-listpage-input {
- }
- .search-top {
- .search-top-input-group {
- .search-top-input {
- }
- &:focus {
- width: 400px;
- transition: .3s ease;
- }
- }
- }
- .search-suggest {
- // => dicided by JS
- // top: 43px;
- // left: 125px;
- display: none;
- position: fixed;
- width: 500px;
- background: #fff;
- border: solid 1px #ccc;
- box-shadow: 0 0 2px #ccc;
- padding: 16px;
- }
|