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.
109 lines
1.9 KiB
109 lines
1.9 KiB
/* pages/feiyi/list/index.wxss */
|
|
.heaimg {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
page {
|
|
background: #FFD99E;
|
|
}
|
|
.classimg {
|
|
margin-left: 13rpx;
|
|
width: 710rpx;
|
|
display: block;
|
|
}
|
|
.type-text {
|
|
position: absolute;
|
|
left: 130rpx;
|
|
padding: 30rpx 30rpx;
|
|
bottom: 0;
|
|
line-height: 60rpx;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
z-index: 1;
|
|
color: #FFE1A2;
|
|
width: 120rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.item {
|
|
background: url(https://static.ticket.sz-trip.com/xcxImages/techan/bg.png);
|
|
background-size: 100% 100%;
|
|
width: 694rpx;
|
|
height: 571rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 15rpx;
|
|
color: #704436;
|
|
}
|
|
.list {
|
|
background: url(https://static.ticket.sz-trip.com/xcxImages/techan/bg1.png);
|
|
background-size: 100%;
|
|
background-repeat: repeat-y;
|
|
}
|
|
.top-info {
|
|
display: flex;
|
|
padding: 30rpx;
|
|
align-items: center;
|
|
}
|
|
.top-info image {
|
|
width: 136rpx;
|
|
height: 136rpx;
|
|
display: block;
|
|
flex-shrink: 0;
|
|
margin-right: 12rpx;
|
|
}
|
|
.supplier-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 136rpx;
|
|
justify-content: space-around;
|
|
flex: 1;
|
|
}
|
|
.supplier-tags {
|
|
display: flex;
|
|
}
|
|
.supplier-tag {
|
|
padding: 0 20rpx;
|
|
font-size: 20rpx;
|
|
border: 1rpx solid;
|
|
border-radius: 15rpx;
|
|
line-height: 28rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.supplier-address {
|
|
font-size: 20rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.supplier-address .iconfont {
|
|
margin-right: 8rpx;
|
|
font-size: 20rpx;
|
|
}
|
|
.supplier-price {
|
|
color: #CC3320;
|
|
font-size: 20rpx;
|
|
}
|
|
.supplier-price text:nth-child(2){
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
}
|
|
.product-list {
|
|
display: flex;
|
|
margin: 0 30rpx;
|
|
}
|
|
.product-item {
|
|
width: 200rpx;
|
|
font-size: 28rpx;
|
|
margin-right: 19rpx;
|
|
}
|
|
.product-item:nth-child(3){
|
|
margin-right: 0;
|
|
}
|
|
.product-item image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
.market_price {
|
|
color: #C6937F;
|
|
font-size: 24rpx;
|
|
margin-left: 10rpx;
|
|
text-decoration: line-through;
|
|
}
|