112 lines
2.0 KiB
CSS
112 lines
2.0 KiB
CSS
.menu_type {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.menu_type li {
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
.menu_type img {
|
|
width: 0.5rem;
|
|
height: 0.5rem;
|
|
}
|
|
.menu_type p {
|
|
font-size: 0.12rem;
|
|
color: #666;
|
|
}
|
|
|
|
.three_meals {
|
|
margin-top: 0.25rem;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.title{
|
|
font-size: 0.16rem;
|
|
font-weight: 600;
|
|
color: #999;
|
|
line-height: 0.22rem;
|
|
}
|
|
.meals_title{
|
|
display: flex;
|
|
align-items: flex-end;
|
|
height: 0.42rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
.meals_title .active {
|
|
color: #333 !important;
|
|
font-size: 0.3rem !important;
|
|
}
|
|
.meals_title .active::after {
|
|
content: '';
|
|
height: 0.06rem;
|
|
border-radius: 0.03rem;
|
|
width: 100%;
|
|
left: 0px;
|
|
bottom: 0.03rem;
|
|
background: #ff9d9b;
|
|
position: absolute;
|
|
z-index: 50;
|
|
display: block;
|
|
}
|
|
.meals_title li{
|
|
position: relative;
|
|
font-size: .16rem;
|
|
color: #666;
|
|
margin-right: 0.2rem;
|
|
}
|
|
|
|
.recommend {
|
|
margin-bottom: 15px;
|
|
}
|
|
.recommend_title {
|
|
font-size: 25px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
line-height: 36px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.recommend_list {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-wrap: wrap;
|
|
}
|
|
.recommend_list li {
|
|
width: 30%;
|
|
box-shadow: 0px 0px 0.12rem rgb(0 0 0 / 10%);
|
|
background: #fff;
|
|
border-radius: 0.23rem;
|
|
margin-bottom: 0.22rem;
|
|
}
|
|
.recommend_active {
|
|
background: #fe9b95 !important;
|
|
box-shadow: 0px 0px 0.12rem rgba(255,155,149,0.5) !important;
|
|
}
|
|
.recommend_active a span{
|
|
color: #fff !important;
|
|
}
|
|
.recommend_list li a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
}
|
|
.recommend_list li img {
|
|
width: 0.19rem;
|
|
height: 0.19rem;
|
|
margin-right: 0.04rem;
|
|
}
|
|
.recommend_list li span {
|
|
font-size: 0.13rem;
|
|
color: #333;
|
|
line-height: 0.46rem;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.djdzz_list {
|
|
display: none;
|
|
overflow: hidden;
|
|
}
|
|
.djdzz_father .active {
|
|
display: block !important;
|
|
} |