129 lines
2.3 KiB
CSS
129 lines
2.3 KiB
CSS
.header {
|
|
position: fixed;
|
|
padding: 0 .36rem;
|
|
height: 0.9rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
}
|
|
|
|
.header .arr {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
.arr span{
|
|
font-size: 0.3rem;
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
.header p {
|
|
font-size: 0.36rem;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.header .mirror {
|
|
font-size: 0.38rem;
|
|
}
|
|
|
|
.content {
|
|
padding-top: .88rem;
|
|
padding-left: .32rem;
|
|
padding-right: .32rem;
|
|
box-sizing: border-box;
|
|
}
|
|
.content li {
|
|
float: left;
|
|
margin-top: 0.32rem;
|
|
width: 3.32rem;
|
|
box-shadow: 0 0.06rem 0.12rem rgb(0 0 0 / 10%);
|
|
border-radius: 0.14rem;
|
|
}
|
|
.content li:nth-child(2n) {
|
|
margin-left: .2rem;
|
|
}
|
|
.content li .pict {
|
|
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: 0.14rem;
|
|
}
|
|
.content li .pict_play {
|
|
width: 0.4rem;
|
|
height: 0.4rem;
|
|
position: absolute;
|
|
top: 0.1rem;
|
|
right: 0.2rem;
|
|
text-align: center;
|
|
line-height: 0.4rem;
|
|
border-radius: 100%;
|
|
background: #00000085;
|
|
}
|
|
|
|
.content li .pict .icon-tuijian {
|
|
font-size: 0.24rem;
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
left: .1rem;
|
|
}
|
|
.content li p {
|
|
margin: 0.2rem 0.2rem 0 0.2rem;
|
|
font-size: .32rem;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.content li .pict_au {
|
|
margin: 0.4rem 0.2rem 0 0.2rem;
|
|
padding-bottom: 0.2rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.pict_au .num_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pict_au .num_left .icon-taozi{
|
|
width: 0.36rem;
|
|
height: 0.36rem;
|
|
border-radius: 100%;
|
|
}
|
|
.pict_au .num_left span {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
margin-left: .1rem;
|
|
}
|
|
.pict_au .num_right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pict_au .num_right .icon-shipin {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
}
|
|
.pict_au .num_right span{
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
}
|
|
|