61 lines
1010 B
Plaintext
61 lines
1010 B
Plaintext
.shop-item{
|
|
display: flex;
|
|
}
|
|
.shop-item .logo{
|
|
width:180rpx;height:180rpx;
|
|
border-radius: 18rpx;
|
|
}
|
|
.shop-item .content{
|
|
flex:1;
|
|
margin-left:18rpx;
|
|
}
|
|
.shop-item .line1{
|
|
line-height: 1.4;
|
|
font-size:34rpx;
|
|
font-weight: 600;
|
|
}
|
|
.shop-item .line2{
|
|
line-height: 1.4;
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
color:#888888;
|
|
margin-top:14rpx;
|
|
padding-bottom:10rpx;
|
|
}
|
|
.shop-item .line2-1{
|
|
flex:1;
|
|
margin-right:10rpx;
|
|
}
|
|
|
|
.shop-item .promation{
|
|
margin-top:20rpx;
|
|
}
|
|
|
|
.shop-item .promation .coupon{
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.shop-item .promation.buy .coupon::before{
|
|
content: '买';
|
|
background-color:#EB0000;
|
|
}
|
|
.shop-item .promation .coupon::before{
|
|
content: '券';
|
|
background-color: #FFC300;
|
|
font-size: 20rpx;
|
|
padding:6rpx;
|
|
border-radius: 4rpx;
|
|
color:#fff;
|
|
}
|
|
.shop-item .promation.buy .tag{
|
|
color:#ff0000;
|
|
}
|
|
.shop-item .promation .tag{
|
|
font-weight: 500;
|
|
margin:0 16rpx;
|
|
color:#FFC300;
|
|
}
|
|
.shop-item .promation .detail{
|
|
color:#555555;
|
|
} |