12345678910111213141516171819202122232425262728 |
- input[type="text"],input[type="tel"]{
- line-height: inherit;
- width: 100%;
- height: 36px;
- margin-bottom: 0px;
- padding: 0px 10px 0px 0px;
- border: none;
- border-radius: 0;
- outline: 0;
- background-color: #fff;
- -webkit-appearance: none;
- color: #909090;
- font-size: 14px;
- padding-right: 25px!important;
- /*user-select: none;
- -webkit-user-select: none; */
- }
- input:focus{
- background-color: inherit;
- }
- input:active{
- background-color: inherit;
- }
- .c-input{font-size: 16px!important;padding-right: 0px!important;}
- .n-list-cover{padding-right: 0px!important;}
- .mui-icon.mui-icon-clear{width:28px!important;}
- .c-btn-17b3ec{background-color: #17B3EC;}
- .jd-record{position: absolute; top: 0; right: 0; padding: 0 14px; color: #fff;font-size: 16px;}
|