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

185 lines
3.0 KiB
CSS

.header{
width: 7.5rem;
height: 5.5rem;
background: url(../img/46img/timg.png);
background-size: cover;
}
.head_top{
padding: 0.1rem;
display: flex;
justify-content: center;
align-items: center;
}
.head_top li{
margin-left: 0.16rem;
}
.head_top li a{
font-size: 0.36rem;
color: #ffffff;
margin-right: 0.2rem;
}
.camera img{
position: fixed;
right: 0.43rem;
top: 0.81rem;
width: 0.62rem;
height: 0.48rem;
}
.content{
padding: 0.42rem 0.41rem 0rem 0.24rem;
}
.dianpuxuanchuan .dianpu{
margin-bottom: 0.52rem;
}
.dianpuxuanchuan li:last-child{
margin-bottom: 0;
}
.dianpu{
display: flex;
}
.dianpu_left{
position: relative;
margin-right: 0.23rem;
}
.tubiao{
position: absolute;
right: 0;
top: 0.64rem;
}
.dianputouxiang{
width: 0.86rem;
height: 0.86rem;
}
.dianputubiao{
width: 0.27rem;
height: 0.29rem;
background-color: #ea4e3d;
border-radius: 0.05rem;
}
.dianpu_right_name{
display: flex;
justify-content: space-between;
align-items: center;
}
.dianpu_right_name p{
font-size: 0.3rem;
color: #5a6f92;
}
.dianpu_right_name span{
font-size: 0.24rem;
color: #999999;
}
.dianpu_right_text {
font-size: 0.24rem;
line-height: 0.36rem;
color: #686868;
}
.dianpu_right_show{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.25rem;
}
.dianpu_right_show img{
width: 1.85rem;
height: 1.85rem;
background-color: #ffffff;
}
.yinying{
height: 0.4rem;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: -0.4rem;
width: 1.85rem;
height: 0.4rem;
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
opacity: 0.8;
}
.yinying img{
width: 0.12rem;
height: 0.16rem;
}
.yinying .money{
font-size: 0.24rem;
line-height: 0.36rem;
color: #ffffff;
}
.yinying .dian{
font-size: 0.24rem;
color: #ffffff;
}
.yinying .zero{
zoom: 0.85;
font-size: 0.2rem;
color: #ffffff;
margin-right: 0.09rem;
margin-top: 4px;
}
.time{
display: flex;
justify-content: space-between;
margin-top: 0.28rem;
}
.time_left{
display: flex;
justify-content: flex-start;
}
.time_left p{
font-size: 0.24rem;
color: #989898;
}
.time_left span{
font-size: 0.2rem;
color: #989898;
}
.time img{
margin-top: 0.06rem;
margin-right: 0.19rem;
width: 0.34rem;
height: 0.26rem;
}
.commentary{
width: 5.7rem;
height: 1.97rem;
background-color: #f7f7f7;
border-radius: 0.1rem;
margin-top: 0.36rem;
}
.commentary_top{
height: 0.77rem;
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: 0.28rem;
}
.commentary_top img {
width: 0.29rem;
height: 0.26rem;
margin-right: 0.22rem;
}
.commentary_top p{
font-size: 0.3rem;
color: #5a6f92;
}
.commentary_bottom{
height: 1.19rem;
}
.commentary_bottom_list{
display: flex;
margin-left: 0.27rem;
}
.commentary_bottom p{
font-size: 0.3rem;
color: #5a6f92;
}
.commentary_bottom span{
font-size: 0.3rem;
color: #0e0e0e;
}