inputemail.css 481 B

12345678910111213141516171819202122232425262728293031
  1. @charset "utf-8";
  2. * {
  3. margin:0;
  4. padding:0;
  5. }
  6. ul, li {
  7. list-style:none;
  8. }
  9. .inputElem {
  10. width:260px;
  11. height:34px;
  12. line-height:22px;
  13. border:1px solid #ccc;
  14. }
  15. .parentCls {
  16. width:260px!important;
  17. height:268px; margin:0 auto;
  18. }
  19. .parentCls ul{ padding-right: 10px; background:#fff;}
  20. .auto-tip li { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #000;}
  21. .auto-tip li.hoverBg {
  22. background:#ddd;
  23. cursor:pointer;
  24. width: 216px;
  25. }
  26. .hidden {
  27. display:none;
  28. }