63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.searchbox {
|
|
background: #fff;
|
|
}
|
|
.search_text {
|
|
width: 100%;
|
|
padding: 30rpx 0;
|
|
text-align: center;
|
|
}
|
|
.search_type {
|
|
display: flex;
|
|
margin-bottom: 60rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 50rpx;
|
|
}
|
|
.search_type .search_item {
|
|
text-align: center;
|
|
}
|
|
.search_type .search_item image {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.search_history .history_head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 16rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.search_history .history_head .clear_title {
|
|
display: flex;
|
|
}
|
|
.search_history .history_head .clear_title .delimg {
|
|
width: 39rpx;
|
|
height: 39rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.search_history .history_head .clear_title :last-child {
|
|
color: #008EFF;
|
|
}
|
|
.history_body {
|
|
display: flex;
|
|
margin: 0 24rpx;
|
|
background-color: #fff;
|
|
padding: 20rpx 0;
|
|
border-radius: 8rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.history_body .body_first {
|
|
width: 25rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.history_body .body_second {
|
|
flex: 1;
|
|
}
|
|
.history_body .icon-search {
|
|
margin-right: 20rpx;
|
|
}
|