mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/search/search-history.wxss

101 lines
1.9 KiB
Plaintext

.del_select.data-v-57593f0d {
display: flex;
align-items: center;
gap: 18rpx;
font-size: 26rpx;
color: #999999;
}
.del_select .split.data-v-57593f0d {
width: 2rpx;
height: 24rpx;
}
.history_content.data-v-57593f0d {
background-color: #fff;
height: 100%;
padding: 24rpx 30rpx;
}
.searchhis-page.data-v-57593f0d {
background-color: #f2f4f7;
height: 100vh;
overflow: hidden;
box-sizing: border-box;
}
.history-section.data-v-57593f0d {
box-sizing: border-box;
}
.section-header.data-v-57593f0d {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.header-left.data-v-57593f0d {
flex-direction: row;
align-items: center;
}
.clock-icon.data-v-57593f0d {
width: 40rpx;
height: 40rpx;
margin-right: 20rpx;
}
.section-title.data-v-57593f0d {
font-weight: 500;
font-size: 30rpx;
color: #333333;
}
.delete-icon.data-v-57593f0d {
width: 26rpx;
height: 26rpx;
}
.category-title.data-v-57593f0d {
font-size: 28rpx;
color: #333;
}
.history-list.data-v-57593f0d {
margin-top: 20rpx;
display: flex;
flex-flow: row wrap;
gap: 10rpx;
margin-right: 50rpx;
}
.history-item.data-v-57593f0d {
max-width: 400rpx;
font-size: 24rpx;
color: #5b5b5b;
padding: 12rpx 24rpx;
background: #f6f5f7;
border-radius: 29rpx;
display: flex;
align-items: center;
justify-content: center;
min-height: 57rpx;
min-width: 57rpx;
box-sizing: border-box;
gap: 12rpx;
}
.history-item .delIcon.data-v-57593f0d {
width: 13rpx;
height: 13rpx;
flex-shrink: 0;
}
.history-text.data-v-57593f0d {
width: 100%;
}
.moreIcon.data-v-57593f0d {
width: 15rpx;
height: 9rpx;
}
.history-null.data-v-57593f0d {
padding-top: 20rpx;
font-size: 24rpx;
color: #666;
box-sizing: border-box;
}
.history_cau.data-v-57593f0d {
position: absolute;
right: -100000rpx;
z-index: -100;
visibility: hidden;
}