ReedawFoodApp/unpackage/dist/dev/mp-weixin/components/cardIndex/cardHome.wxss

65 lines
1.3 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.cardContent.data-v-74aec257 {
background: #F7F7F7;
padding: 5px 0 15PX;
}
.cardList.data-v-74aec257 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #fff;
margin: 10px;
padding: 10px;
border-radius: 10px;
}
.cardList .caritem.data-v-74aec257 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cardList .caritem image.data-v-74aec257 {
width: 40px;
height: 40px;
}
.cardListchosen.data-v-74aec257 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 15px 10px;
}
.cardListchosen .item.data-v-74aec257 {
width: 47%;
background-color: #fff;
margin-bottom: 15px;
position: relative;
height: 60px;
line-height: 60px;
border-radius: 5px;
}
.cardListchosen .item .info.data-v-74aec257 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.cardListchosen .item .info image.data-v-74aec257 {
width: 30px;
height: 30px;
background-color: #f2f2f2;
margin-right: 10px;
border-radius: 50%;
}
.setCard.data-v-74aec257 {
color: #54d87c;
margin: 15px;
text-align: center;
border: 1px solid #54d87c;
border-radius: 10px;
height: 40px;
line-height: 40px;
background: #fff;
}