TakeOutShop/userserve/SearchProduct/style.scss
2025-03-16 22:51:13 +08:00

86 lines
1.5 KiB
SCSS

page{
background-color: #FFFFFF;
}
.main{
.head{
position: fixed;
z-index: 100;
width: 100%;
top: 0;
left: 0;
background-color: #FFFFFF;
border-bottom: 1rpx solid #f6f6f6;
padding-bottom: 10px;
.head_top{
display: flex;
align-items: center;
.head_back{
display: flex;
align-items: center;
border-radius: 50rpx;
margin-left: 10px;
.head_back_img{
display: block;
width: 18px;
height: 18px;
margin-left: 7px;
}
}
.head_search{
width: 210px;
margin:0rpx 0px 0rpx 10px;;
display: flex;
align-items: center;
background-color: #F6F6F6;
height: 38px;
border-radius: 50rpx;
font-size: 28rpx;
color: #000000;
justify-content: space-between;
.head_search_img{
width: 28px;
height: 28px;
margin-right: 13rpx;
margin-left: 23rpx;
}
.head_search_input{
width: 500rpx;
height: 100%;
font-size: 27rpx;
display: flex;
align-items: center;
}
}
}
}
.cont{
.cont_title{
font-size: 30rpx;
font-weight: 500;
color: #333333;
margin: 40rpx 20rpx 0rpx 20rpx;
}
.cont_keyword{
display: flex;
overflow: hidden;
flex-wrap: wrap;
.cont_keyword_item{
font-size: 26rpx;
color: #333333;
padding: 10rpx 30rpx 10rpx 30rpx;
background-color: #f6f6f6;
border-radius: 50rpx;
margin-left: 20rpx;
margin-top: 20rpx;
}
}
.cont_ul{
.cont_li{
border-bottom:1rpx solid #D9D9D9;
padding: 30rpx 0;
margin: 0rpx 30rpx 0rpx 30rpx;
}
}
}
}