You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
473 B

  1. /*自定义查询*/
  2. .lr-custmer-search {
  3. position:relative;
  4. float:left;
  5. width:200px;
  6. height:28px;
  7. }
  8. .lr-custmer-search-text {
  9. position:relative;
  10. float:left;
  11. width:100%;
  12. height:100%;
  13. line-height:26px;
  14. cursor:pointer;
  15. border: 1px solid #ccc;
  16. border-radius:4px;
  17. padding-left:5px;
  18. background:#fff url(/Content/images/learunselect/icon.png) no-repeat right center;
  19. }
  20. .lr-custmer-search-text:hover {
  21. color:#3498DB;
  22. }