You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
724 B
53 lines
724 B
/* pages/searchfood/searchfood.wxss */
|
|
.foodist {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.foodlist .a {
|
|
padding: 20px;
|
|
border-bottom: #b4b3b3 solid 1px;
|
|
background-color: #fff9f9;
|
|
}
|
|
|
|
.foodlist .a .img {
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.foodlist .a .img image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.foodlist .a .info {
|
|
float: left;
|
|
height: 200rpx;
|
|
width: 60%;
|
|
position: relative;
|
|
}
|
|
|
|
.foodlist .a .info .title {
|
|
margin-top: 5px;
|
|
color: black;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.foodlist .a .info .price {
|
|
color: #FF2727;
|
|
margin-top: 8px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.foodlist .a .info .num {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 5px;
|
|
color: #747474;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
overflow: hidden;
|
|
}
|