Files
ClassContent/历届学生/front-end-team/项目练习/学生项目/缪虎/菜谱App/css/video.css
2024-09-27 02:06:13 +08:00

129 lines
2.2 KiB
CSS

.header {
position: fixed;
display: flex;
justify-content: space-between;
width: 100%;
height: .9rem;
background: #fff;
padding: 0px .32rem;
box-sizing: border-box;
align-items: center;
border-bottom: 1px solid #f5f5f5;
z-index: 999;
overflow: hidden;
}
.header .back {
display: flex;
align-items: center;
justify-content: center;
}
.header .back span {
font-size: .3rem;
color: #333;
}
.header p {
font-size: .36rem;
color: #000;
font-weight: 600;
}
.content {
padding-top: .88rem;
padding-left: .32rem;
padding-right: .32rem;
box-sizing: border-box;
}
.content li {
float: left;
margin-top: .32rem;
width: 3.32rem;
box-shadow: 0 .06rem .12rem rgb(0 0 0 / 10%);
border-radius: .14rem;
}
.content li:nth-child(2n) {
margin-left: .2rem;
}
.content li .content_photo {
width: 3.32rem;
height: 4.44rem;
background-image: url(https://st-cn.meishij.net/p2/20181105/20181105110641_22213.jpg);
position: relative;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: .14rem;
}
.content_photo .play {
width: .4rem;
height: .4rem;
position: absolute;
top: .1rem;
right: .2rem;
text-align: center;
line-height: .4rem;
background: #00000085;
border-radius: 100%;
}
.content_photo .play .icon-shipin {
font-size: .24rem;
color: #fff;
position: absolute;
top: 0;
left: .1rem;
}
.content li p {
margin: .2rem .2rem 0 .2rem;
font-size: .32rem;
color: #333;
font-weight: 600;
}
.content li .text {
margin: .4rem .2rem 0 .2rem;
padding-bottom: .2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.text .num_left {
display: flex;
align-items: center;
}
.text .num_left .icon-huo {
width: .36rem;
height: .36rem;
border-radius: 100%;
}
.text .num_left span {
font-size: .24rem;
color: #666;
margin-left: .1rem;
}
.text .num_right {
display: flex;
align-items: center;
}
.text .num_right .icon-eye {
font-size: .24rem;
color: #666;
}
.text .num_right span {
font-size: .24rem;
color: #666;
}