1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .bgc-e7f9ff{
- background-color: #e7f9ff;
- }
- .c-17b3ec{
- color: #17b3ec;
- }
- .search-icon{
- position: absolute;
- top: 50%;
- left: 25px;
- margin-top: -9px;
- }
- input.search-input{
- width: calc(100% - 47px);
- border: none;
- border-radius: 23px;
- padding-left: 35px;
- margin: 0;
- background-color: #fff;
- text-align: left;
- font-size: 14px;
- }
- .cancel-btn{
- display: inline-block;
- text-align: right;
- width: 28px;
- margin-left: 15px;
- }
- .remind-info{
- margin-left: 30px;
- font-size: 14px;
- color: #ff5e6c;
- display: none;
- }
- .choose-btn{
- width: 80px;
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- color: #fff;
- text-align: center;
- background-color: #17b3ec;
- border-radius: 15px;
- margin: auto;
- margin-top: 3px;
- }
- .choose-btn.bind{
- background-color: #ff9526;
- }
- .search_suggest{
- /*background-color: #fff;*/
- color: #17B3EC;
- font-size: 14px;
- padding: 0 15px;
- display: none;
- }
- em{
- color: #17b3ec;
- }
- .w-150{
- width: 150px;
- }
|