123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .content{
-
- }
- .search_space{
- height: 78rpx;
- }
- .search{
- display: block;
- height: 78rpx;
- background: #fede18;
- width:100%;
- position: fixed;
- z-index: 10;
- }
- .search_input_b{
- position: absolute;
- height: 52rpx;
- width:600rpx;
- top:13rpx;
- left:75rpx;
- background: white;
- border-radius: 10rpx;
- transition:all 0.5s;
- }
- .search_input_ani{
- position: absolute;
- top:13rpx;
- left:315rpx;
- display: flex;
- transition:all 0.5s;
- }
- .search_input_ic{
- width:22rpx;
- height:22rpx;
- margin-top:14rpx;
- }
- .search_input{
- margin-left:15rpx;
- width:500rpx;
- line-height: 52rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, sans-serif;
- }
- .search_input_holder{
- color: rgba(183, 183, 183, 1);
- }
- .cancel_search{
- margin-left:60rpx;
- top:13rpx;
- height: 52rpx;
- line-height: 52rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- font-family: NotoSansHans-DemiLight;
- }
- .input_supernatant{
- position: absolute;
- top: 13rpx;
- height: 52rpx;
- width: 100%;
- background: rgba(235, 235, 235, 0);
- z-index: 1;
- }
- .inputbind_focus{
- height: 52rpx;
- width:600rpx;
- margin-left:75rpx;
- }
- .hot_search{
- position: absolute;
- top:78rpx;
- left: 100%;
- width:100%;
- padding-top: 30px;
- background:white;
- transition:all 0.5s;
- }
- .hot_search_t{
- text-indent: 38rpx;
- height: 33rpx;
- line-height: 33rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 22rpx;
- }
- .hot_search_w{
- width:702rpx;
- margin-left:18rpx;
- display: flex;
- flex-wrap:wrap;
- }
- .hot_search_i{
- display: block;
- width:142rpx;
- height: 52rpx;
- margin-top:30rpx;
- margin-left:28rpx;
- border-radius: 6rpx;
- border: 1px solid rgba(235, 235, 235, 1);
- line-height: 52rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 24rpx;
- text-align: center;
- font-family: NotoSansHans-Regular;
- }
- .search_focus .search_input_b{
- left:38rpx;
- }
- .search_focus .search_input_ani{
- left:75rpx;
- }
- .search_focus .hot_search{
- left:0rpx;
- }
|