Files
2024-09-27 02:06:13 +08:00

136 lines
2.6 KiB
CSS

.header{
width: 100%;
height: 0.88rem;
position: fixed;
z-index: 999;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 0.02rem solid #f5f5f5;
background: #fff;
}
.header_left{
padding-left: 0.32rem;
display: flex;
align-items: center;
}
.header_left span{
font-size: 0.3rem;
color: #333;
margin-bottom: 0.06rem;
}
.header_left_img{
width: 0.2rem;
height: 0.34rem;
margin-right: 0.12rem;
}
.header h1{
font-size: 0.36rem;
color: #000;
padding-right: 0.32rem;
margin-bottom: 0.06rem;
}
.header_left_search{
height: 0.88rem;
width: 0.88rem;
}
.content_title{
display: flex;
flex-direction:row;
flex-wrap:wrap;
padding:0.88rem 0.22rem 0.3rem 0.22rem;
font-size: 0;
justify-content: space-between;
}
.food{
margin-top: 0.3rem;
width: 3.4rem;
box-shadow:0.02rem 0.02rem 0.18rem #888888;
border-radius: 0.14rem;
}
.content_img{
height: 4.44rem;
position: relative;
border-top-left-radius:0.14rem;
border-top-right-radius:0.14rem;
background-position: center;
}
.content_img_1{
height: 4.44rem;
border-top-left-radius: 0.14rem;
border-top-right-radius: 0.14rem;
width: 100%;
}
.content_img_play{
background: url("../img/20181206143142_460.png");
display: inline-block;
background-position:0rem 0rem;
width: 0.4rem;
height: 0.4rem;
background-size: 0.4rem 0.8rem;
position: absolute;
top: 0.2rem;
right: 0.2rem;
z-index: 99;
}
.content{
width: 100%;
margin-bottom: 1.1rem;
}
.content_font{
padding-left: 0.2rem;
padding-right: 0.2rem;
padding-bottom: 0.24rem;
}
.content_font .title{
font-size: 0.32rem;
font-weight: 600;
padding: 0.2rem 0rem 0rem 0rem;
line-height: 1;
}
.content_font_below{
margin: 0.4rem 0rem 0rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.content_font_below_left{
display: flex;
align-items: center;
}
.content_font_below_left span{
font-size: 0.18rem;
color: #666;
padding-left: 0.1rem;
}
.content_font_below_left img{
width: 0.36rem;
height: 0.36rem;
border-radius: 100%;
}
.content_font_below_right{
display: flex;
justify-content: center;
align-items: center;
}
.content_font_below_right .view{
background: url("../img/20181206143142_460.png");
display: inline-block;
background-position:-0.08rem -0.4rem;
width: 0.26rem;
height: 0.2rem;
background-size: 0.4rem 0.8rem;
}
.content_font_below_right_span{
font-size: 0.24rem;
}