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.

75 lines
1.3 KiB

5 years ago
/* pages/feiyi/list/index.wxss */
.swiper {
display: block;
margin: 0 22rpx;
width: calc(100% - 44rpx);
width: 100%;
height: 246rpx;
}
5 years ago
.heaimg image{
5 years ago
display: block;
margin: 25rpx;
width: calc(100% - 50rpx);
}
5 years ago
page {
background: #f9f9f9;
}
.feiyi-list {
margin: 22rpx;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.feiyi-item {
width: 340rpx;
background: white;
box-shadow:0px 0px 6rpx 0px rgba(7,0,2,0.2);
border-radius:10rpx;
margin-bottom: 28rpx;
}
.main-img {
display: block;
width: 340rpx;
border-top-left-radius: 10rpx;
border-top-right-radius: 10rpx;
height: 224rpx;
overflow: hidden;
}
.info-box {
margin: 10rpx 20rpx;
}
.info-box .title {
font-size: 30rpx;
display: -webkit-box;
5 years ago
line-height: 42rpx;
height: 84rpx;
5 years ago
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 10rpx;
}
.price-box {
display: flex;
justify-content: space-between;
padding-bottom: 10rpx;
}
.price-box-left {
font-size: 32rpx;
color: #D62828;
}
.old-price {
font-size: 22rpx;
color: #999;
text-decoration: line-through;
margin-left: 6rpx;
}
.btn {
width: 108rpx;
height: 44rpx;
line-height: 44rpx;
border-radius: 22rpx;
text-align: center;
background: #D62828;
color: white;
font-size: 30rpx;
}