| 1234567891011121314 |
- .worker_search{ height: 110rpx; margin: 20rpx; position: relative; z-index: 1; padding:16rpx 30rpx 0 30rpx; box-sizing: border-box;box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03); border-radius: 20rpx; background: #ffffff;}
- .worker_search_con{ display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; border-radius: 80rpx; background: #F2F5F9;}
- .worker_search_con input{ flex: auto; width: 100%; background: none; border: none; height: 78rpx;}
- .worker_search_con view{ flex: none; width: 100rpx; display: inline-block; line-height: 60rpx; font-size: 26rpx;}
- .worker_search_con view text{ margin-right: 10rpx; font-size: 30rpx;}
- .query_list{ padding: 0 20rpx 20rpx 20rpx;}
- .query_item{ background-color: #ffffff; line-height: 34rpx; color: #333333; font-size: 24rpx; border-radius: 16rpx; position: relative; margin-bottom: 20rpx; padding:0 22rpx;}
- .query_item_txt{ padding: 20rpx 0;}
- .query_item_label{ color: #999999;}
- .worker_search_con > image{
- width: 40rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
|