You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
929 B
53 lines
929 B
.tj-title{
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.tj-list{
|
|
display: flex;
|
|
align-items: center;
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.proitem{
|
|
width: 226rpx;
|
|
height: 234rpx;
|
|
background: #F5F5F5;
|
|
border-radius: 10rpx;
|
|
margin-top: 20rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.item-hd image{
|
|
width: 226rpx;
|
|
height: 130rpx;
|
|
border-radius: 10rpx 10rpx 0px 0px;
|
|
}
|
|
.item-bm{
|
|
padding: 8rpx 12rpx;
|
|
}
|
|
.protitle{
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.pro-price{
|
|
color: #D62828;
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
}
|
|
.pro-price:before {
|
|
display: inline-block;
|
|
content:"¥";
|
|
color: #D62828;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.pro-price:after {
|
|
display: inline-block;
|
|
content:'起';
|
|
color: #999999;
|
|
font-size: 10px;
|
|
}
|