1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /*搜索页面样式*/
- .lin-search-ipt {
- height: 45px;
- padding: 8px 10px;
- background-color: #17b3ec;
- display: -webkit-box;
- box-sizing: border-box;
- }
- .lin-search-ipt div {
- border-radius: 5px;
- line-height: 29px;
- background-color: #fff;
- color: #999;
- text-align: left;
- -webkit-box-flex: 1;
- }
- .lin-search-ipt input {
- background-color: #fff;
- border-radius: 5px;
- height: 30px;
- color: #323232;
- text-align: left;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 30px 30px;
- width: calc(100% - 30px);
- box-sizing: border-box;
- margin-bottom: 0;
- padding: 0 0 0 30px;
- border: none;
- }
- .lin-search-ipt a {
- font-size: 16px;
- display: block;
- padding: 4px 6px 4px 12px;
- color: #fff;
- }
- .lin-search-ipt .searchbar-clear{
- position: absolute;
- padding: 0;
- top: 5px;
- right: 5px;
- width: 18px;
- height: 18px;
- background: url(../images/guanbi_btn.png) no-repeat;
- background-size: 100% 100%;
- display: none;
- }
- .searchValWrap{
- height: 40px;
- font-size: 18px;
- line-height: 40px;
- padding: 0px 15px;
- color: #17b3ec;
- display: none;
- }
|