2023-04-17 16:14:18 +08:00

77 lines
1.3 KiB
Plaintext

/* pages/UK/hotCard/hotCard.wxss */
.card{
border-radius: 20rpx;
overflow: hidden;
border:1px solid #f2f2f2;
margin-right: 20rpx;
padding-bottom: 24px;
height: 100%;
}
.cover{
display: block;
width: 100%;
}
.title{
padding: 24px 20rpx 10px;
font-size: 16px;
color: #000;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.price{
color: #333;
padding: 0 20rpx 20rpx;
font-size: 12px;
}
.price .now{
color: #389afe;
display: inline;
margin: 0 6rpx 0rpx 10rpx;
font-size: 13px;
}
.price .old{
color: #999;
display: inline;
text-decoration:line-through;
}
.distance{
color: #000;
padding: 0 20rpx 0;
/* font-weight: 600; */
font-size: 12px;
}
.distance image{
display: inline-block;
width: 32rpx;
height: 32rpx;
margin-right: 6rpx;
position: relative;
top: 2px;
}
.distance .item{
margin-bottom: 8px;
display: block;
flex-wrap: wrap;
align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.name{
display: inline;
color: #000;
}
.time{
display: inline;
color: #000;
}
.intro{
display: inline;
color: #666;
margin: 0 4rpx 0 10rpx;
}
.hover{
background: transparent
}