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.
66 lines
1.1 KiB
66 lines
1.1 KiB
/* pages/list/haoxing/index.wxss */
|
|
page {
|
|
background: #E3345F;
|
|
}
|
|
.topimg {
|
|
display: block;
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
.content {
|
|
padding: 30rpx 17rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.product-item {
|
|
padding: 14rpx 13rpx;
|
|
background: white;
|
|
border-radius: 20rpx;
|
|
padding-bottom: 0;
|
|
margin-top: 20rpx;
|
|
}
|
|
.product-item image {
|
|
position: static;
|
|
height: 294rpx;
|
|
border-radius: 13rpx;
|
|
}
|
|
.product-bottom {
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 87rpx;
|
|
}
|
|
.product-bottom text {
|
|
font-weight: bold;
|
|
font-size: 39rpx;
|
|
color: #000;
|
|
flex: 1;
|
|
margin-right: 20rpx;
|
|
}
|
|
.product-bottom .price {
|
|
color: #D4362D;
|
|
font-size: 39rpx;
|
|
margin-right: 10rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.product-bottom .price::before {
|
|
content: "¥";
|
|
font-size: 24rpx;
|
|
}
|
|
.product-bottom .price::after {
|
|
content: "起";
|
|
margin-left: 4rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.btn {
|
|
width: 160rpx;
|
|
line-height: 54rpx;
|
|
flex-shrink: 0;
|
|
background: #D4362D;
|
|
border-radius: 13rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
}
|