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.
 

146 lines
2.4 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;
padding-right: 0;
background: #1d3256;
border-left: 6rpx solid #c7a668;
border-right: 6rpx solid #c7a668;
}
.store-item-top {
display: flex;
align-items: center;
padding-right: 20rpx;
}
.main-store-img {
width: 136rpx;
height: 136rpx;
border-radius: 16rpx;
margin-right: 20rpx;
object-fit: cover;
}
.store-main-info {
height: 136rpx;
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;
}
.store-main-price:after {
content: "起";
font-size: 24rpx;
margin-left:8rpx;
}
.store-product-list {
display: flex;
margin-top: 30rpx;
overflow-x: scroll;
}
.store-product-list::-webkit-scrollbar {
display: none;
}
.product-item {
margin-right: 20rpx;
}
.product-img {
display: block;
width: 220rpx;
margin-bottom:20rpx;
height: 220rpx;
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;
}
.shopbtn{
width: 120rpx;
height: 33rpx;
background: #C7A668;
border-radius: 16rpx;
font-size: 23rpx;
font-family: PingFang SC;
font-weight: bold;
color: #1D3256;
line-height: 33rpx;
text-align: center;
}
.mid-box{
display: flex;
justify-content: space-between;
align-items: center;
}
.bottom-box{
display: flex;
justify-content: space-between;
align-items: center;
}