75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
.active {
|
|
color: red;
|
|
font-size: 25px !important;
|
|
font-weight: 600 !important;
|
|
color: #333 !important;
|
|
line-height: 36px !important;
|
|
}
|
|
.swiper-slide {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
.swiper-slide img {
|
|
width: 100%;
|
|
height: 223px;
|
|
|
|
}
|
|
.test{
|
|
padding-top: 16px;
|
|
padding-left: 16px;
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
height: 42px;
|
|
align-items: baseline;
|
|
}
|
|
.test li{
|
|
position: relative;
|
|
font-size: 16px;
|
|
margin-right: 20px;
|
|
color: #666;
|
|
}
|
|
.content{
|
|
margin-top: 72px;
|
|
}
|
|
.active:after {
|
|
content: " ";
|
|
height: 6px;
|
|
border-radius: 3px;
|
|
width: 100%;
|
|
left: 0px;
|
|
bottom: -7px;
|
|
background: #ff9d9b;
|
|
position: absolute;
|
|
z-index: 50;
|
|
display: block;
|
|
}
|
|
.banner img {
|
|
width: 100%;
|
|
height: 168px;
|
|
}
|
|
.everyfood_titlie {
|
|
padding-top: 16px;
|
|
padding-left: 16px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #999;
|
|
line-height: 22px;
|
|
}
|
|
.menu {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
flex-wrap: wrap;
|
|
}
|
|
.menu li {
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
.menu img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.menu p {
|
|
font-size: 12px;
|
|
color: #666;
|
|
} |