dailizhuce.css 462 B

12345678910111213141516171819202122
  1. input[type="text"],input[type="tel"]{
  2. line-height: inherit;
  3. width: 100%;
  4. height: 36px;
  5. margin-bottom: 0px;
  6. padding: 0px 10px 0px 0px;
  7. border: none;
  8. border-radius: 0;
  9. outline: 0;
  10. background-color: #fff;
  11. -webkit-appearance: none;
  12. color: #909090;
  13. font-size: 14px;
  14. /*user-select: none;
  15. -webkit-user-select: none; */
  16. }
  17. input:focus{
  18. background-color: inherit;
  19. }
  20. input:active{
  21. background-color: inherit;
  22. }