yuminge-app/yun-min-program-plugin-master/packageC/micro_communities/microSearchIndex/microSearchIndex.wxss

96 lines
1.8 KiB
Plaintext

.microsearchindex {
background: #fff;
}
.microsearchindex .header {
display: flex;
align-items: center;
padding-top: 20.16rpx;
padding-bottom: 20.16rpx;
border-bottom: 1.92rpx solid #ebebeb;
}
.microsearchindex .header .left {
font-size: 48rpx;
margin-left: 33.92rpx;
margin-right: 46.08rpx;
}
.microsearchindex .header .search {
display: flex;
width: 550.08rpx;
height: 60.16rpx;
background-color: #f5f5f5;
border-radius: 30.08rpx;
align-items: center;
}
.microsearchindex .header .search .searchion {
font-size: 25.92rpx;
color: #999;
margin-left: 16rpx;
margin-right: 13.12rpx;
}
.microsearchindex .header .search .van-cell {
background-color: transparent;
padding: 0;
}
.microsearchindex .header .right {
font-size: 32rpx;
color: #1c96fe;
flex: 1;
text-align: center;
}
.microsearchindex .historical .top {
padding-top: 50.88rpx;
display: flex;
padding-left: 24rpx;
align-items: center;
justify-content: space-between;
margin-bottom: 30.08rpx;
}
.microsearchindex .historical .top .left {
font-size: 32rpx;
color: #333;
font-weight: bold;
}
.microsearchindex .historical .top .right {
width: 28.16rpx;
height: 28.16rpx;
margin-right: 29.12rpx;
}
.microsearchindex .historical .top .right image {
width: 100%;
height: 100%;
}
.microsearchindex .historical .bottom {
padding-bottom: 160rpx;
}
.microsearchindex .historical .bottom .ul {
padding-left: 24rpx;
padding-right: 24rpx;
display: flex;
flex-wrap: wrap;
}
.microsearchindex .historical .bottom .ul .li {
font-size: 28.16rpx;
line-height: 60.16rpx;
height: 60.16rpx;
padding-left: 29.12rpx;
padding-right: 29.12rpx;
margin-right: 20.16rpx;
margin-bottom: 20.16rpx;
background-color: #f5f5f5;
border-radius: 30.08rpx;
}