dailijiandang.css 794 B

12345678910111213141516171819202122232425262728
  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. padding-right: 25px!important;
  15. /*user-select: none;
  16. -webkit-user-select: none; */
  17. }
  18. input:focus{
  19. background-color: inherit;
  20. }
  21. input:active{
  22. background-color: inherit;
  23. }
  24. .c-input{font-size: 16px!important;padding-right: 0px!important;}
  25. .n-list-cover{padding-right: 0px!important;}
  26. .mui-icon.mui-icon-clear{width:28px!important;}
  27. .c-btn-17b3ec{background-color: #17B3EC;}
  28. .jd-record{position: absolute; top: 0; right: 0; padding: 0 14px; color: #fff;font-size: 16px;}