123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* pages/search/search.wxss */
- .content{
- }
- .search{
- display: block;
- height: 78rpx;
- background: #fede18;
- }
- .search_input_b{
- display: inline-block;
- height: 52rpx;
- width:600rpx;
- margin-left:38rpx;
- background: white;
- border-radius: 10rpx;
- line-height: 52rpx;
- font-size: 24rpx;
- position: relative;
- }
- .search_input_ic{
- width:22rpx;
- height:22rpx;
- position: absolute;
- top:15rpx;
- left:30rpx;
- }
- .search_input{
- margin-left:70rpx;
- }
- .search_input_holder{
- color: rgba(183, 183, 183, 1);
- }
- .cancle_search{
- float:right;
- margin-right: 26rpx;
- height: 52rpx;
- line-height: 52rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- font-family: NotoSansHans-DemiLight;
- }
- /*************hotsearch**************/
- .hot_search{
- margin-top: 30px;
- }
- .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;
- }
|