123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .search-box{
- position: relative;
- background: #fff;
- padding: 10px 16px;
- width: 100%;
- border-bottom: 1px solid #e4e4e4;
- border-top: 1px solid #e4e4e4;
- box-sizing: border-box;
- z-index: 99;
- }
- .search-div{
- background: #f2f4f6; border-radius: 5px;width:100%;
- }
- .search-box input{
- box-sizing: border-box;
- width: 100%;
- height: 40px; font-size: 14px;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 40px 40px;
- -webkit-background-size: 40px 40px;
- -moz-background-size: 40px 40px;
- -o-background-size: 40px 40px;
- padding-left: 40px;
- }
- .lc-list{
- width: 100%;
- padding-top: 5px;
- background-color: #fff;
- font-size: 14px;
- color: #333;
- }
- .lc-list li{
- width: 100%;
- border-bottom: solid 1px #f1f1f1;
- height: 45px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 45px;
- padding-left: 15px;
- padding-right: 35px;
- }
- .lc-list li.active{
- background: url('../images/gouxuan_lanse_icon.png') no-repeat;
- background-position:calc(100% - 15px) center;
- background-size: 17px 17px;
- color: #17B3EC;
- }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
- .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
- .lc-select li{
- display: inline-block;
- vertical-align: middle;
- height: 35px;
- line-height: 37px;
- padding:0px 20px 0px 5px;
- background: url('../images/shanchu_icon.png') no-repeat;
- background-size: 10px 10px;
- background-position: calc(100% - 5px) center;
- background-color: rgba(32,160,255,.1);
- border-color: rgba(32,160,255,.2);
- color: #17B3EC;
- border-radius: 5px;
- margin-right: 10px;
- font-size: 14px;
- margin-bottom: 10px;
- }
- .lc-select{
- background-color: #fff;
- padding: 10px 10px 0px 10px;
- }
- .u-icon-delete
- {
- position: absolute;
- top: 11px;
- right: 16px;
- width: 40px;
- height: 40px;
- }
- .u-icon-delete:before
- {
- position: absolute;
- top: 10px;
- left: 10px;
- width: 20px;
- height: 20px;
- border-radius: 20px;
- background-color: #ccc;
- content: '';
- }
- .u-icon-delete:after
- {
- position: absolute;
- top: 19px;
- left: 14px;
- width: 12px;
- height: 2px;
- -webkit-transform: rotate(-45deg);
- background-color: #fff;
- content: '';
- }
- .u-icon-delete i
- {
- position: absolute;
- top: 19px;
- left: 14px;
- width: 12px;
- height: 2px;
- background-color: #fff;
- -webkit-transform: rotate(45deg);
- }
- .header-link{
- font-size: 17px;
- color: #fff;
- }
|