Files
ClassContent/历届学生/吴欣阳/项目开发/美食app/common/less/page/search.less
2024-09-27 02:06:13 +08:00

72 lines
1.3 KiB
Plaintext

.hader{
font-size: 0;
width: 100%;
height: 88rpx;
position: fixed;
z-index: 999;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f0f0f0;
background: #ffffff;
padding-top:var(--status-bar-height);
i{
margin-left: 30rpx;
font-size: 44rpx;
}
}
.caipu{
height: 64rpx;
background: #eee;
border-radius: 4rpx;
color: #333;
font-size: 28rpx;
width: 480rpx;
line-height: 48rpx;
padding-left: 12rpx;
}
.ser {
margin-right: 30rpx;
height: 64rpx;
background: #ff4c39;
border-radius: 4rpx;
color: #fff;
font-size: 26rpx;
line-height: 64rpx;
text-align: center;
width: 110rpx;
}
.list{
padding: 0rpx 30rpx 30rpx 30rpx;
padding-top:calc(var(--status-bar-height) + 88rpx);
}
.list_content{
padding-top: 30rpx;
display: flex;
align-items: center;
justify-content: flex-start;
padding-bottom: 30rpx;
border-bottom: 1px solid rgba(0,0,0,0.05);
img{
width: 240rpx;
height: 200rpx;
margin-right: 30rpx;
}
.top{
font-size: 36rpx;
color: #333;
font-weight: 300;
padding: 2px 0px 0px;
}
.top_2{
font-size: 28rpx;
color: #999;
overflow: hidden;
}
}
.neir{
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
}