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.
124 lines
2.3 KiB
124 lines
2.3 KiB
/* pages/list/feiyi/index.wxss */
|
|
page {
|
|
background: url(https://static.ticket.sz-trip.com/xcxImages/feiyi/feiyinew_03.jpg);
|
|
background-repeat: repeat-y;
|
|
background-size: 100%;
|
|
}
|
|
.main-img,.top-img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.store-item {
|
|
display: block;
|
|
margin: 0 30rpx;
|
|
color: #c7a668;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.store-in-box {
|
|
padding: 20rpx 30rpx;
|
|
background: #1d3256;
|
|
border-left: 6rpx solid #c7a668;
|
|
border-right: 6rpx solid #c7a668;
|
|
}
|
|
.store-item-top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main-store-img {
|
|
width: 136rpx;
|
|
height: 136rpx;
|
|
border-radius: 16rpx;
|
|
margin-right: 20rpx;
|
|
object-fit: cover;
|
|
}
|
|
.store-main-info {
|
|
flex:1;
|
|
font-size: 34rpx;
|
|
}
|
|
.store-main-tags {
|
|
display: flex;
|
|
height: 50rpx;
|
|
color: #c7a668;
|
|
font-size: 16rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.store-main-tag {
|
|
border: 1rpx solid;
|
|
margin-right: 10rpx;
|
|
padding: 0 20rpx;
|
|
line-height:32rpx;
|
|
height: 32rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
.store-main-location {
|
|
font-size: 20rpx;
|
|
color: #999;
|
|
}
|
|
.store-main-location:before {
|
|
font-family: "iconfont";
|
|
content: "\e604";
|
|
}
|
|
.store-main-price:before {
|
|
content: "¥";
|
|
font-size: 24rpx;
|
|
}
|
|
.store-main-price {
|
|
font-size: 44rpx;
|
|
color: #f9e498;
|
|
margin-left: 20rpx;
|
|
}
|
|
.store-main-price:after {
|
|
content: "起";
|
|
font-size: 24rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.store-product-list {
|
|
display: flex;
|
|
margin-top: 30rpx;
|
|
}
|
|
.product-item {
|
|
margin-right: 20rpx;
|
|
}
|
|
.store-product-list .product-item:nth-child(1) .product-img{
|
|
border-top-left-radius: 16rpx;
|
|
border-bottom-left-radius: 16rpx;
|
|
}
|
|
.store-product-list .product-item:last-child .product-img{
|
|
border-top-right-radius: 16rpx;
|
|
border-bottom-right-radius: 16rpx;
|
|
}
|
|
.store-product-list .product-item:nth-child(3n){
|
|
margin-right: 0;
|
|
}
|
|
.product-img {
|
|
display: block;
|
|
width: 100%;
|
|
width: 194rpx;
|
|
margin-bottom:20rpx;
|
|
height: 194rpx;
|
|
object-fit: cover;
|
|
}
|
|
.product-title {
|
|
font-size: 30rpx;
|
|
line-height: 40rpx;
|
|
height: 80rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
width: 194rpx;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.now-price:before {
|
|
content: "¥";
|
|
font-size:24rpx;
|
|
}
|
|
.now-price {
|
|
color: #f9e498;
|
|
font-size: 36rpx
|
|
}
|
|
.old-price {
|
|
font-size: 24rpx;
|
|
color: #ccc;
|
|
text-decoration: line-through;
|
|
}
|