1234567891011121314151617181920212223242526 |
- /***********search************/
- .search{
- display: block;
- height: 78rpx;
- background: #fede18;
- overflow: hidden;
- }
- .search_input{
- height: 52rpx;
- width:674rpx;
- margin: 13rpx auto 0rpx;
- background: white;
- border-radius: 10rpx;
- text-align: center;
- line-height: 52rpx;
- color: rgba(183, 183, 183, 1);
- font-size: 24rpx;
- position: relative;
- }
- .search_input_icon{
- width:22rpx;
- height:22rpx;
- position: absolute;
- top:15rpx;
- left:285rpx;
- }
|