/* 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; /* padding: 0 10rpx; */ box-sizing: border-box; } .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-between; flex: 1; width: 300rpx; } .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 20rpx 0 30rpx; overflow-x:scroll ; box-sizing: border-box; padding-right:30rpx ; } .product-list::-webkit-scrollbar { display: none; } .product-item { width: 212rpx; font-size: 28rpx; margin-right: 19rpx; } .product-item:nth-child(3){ /* margin-right: 0; */ } .product-item image { width: 212rpx; height: 209rpx; } .market_price { color: #C6937F; font-size: 24rpx; margin-left: 10rpx; text-decoration: line-through; } .mid-box{ display: flex; align-items: center; justify-content: space-between; } .bottom-box{ display: flex; align-items: center; justify-content: space-between; } .btn{ width: 120rpx; flex-shrink: 0; height: 33rpx; background: #C6937F; border-radius: 16rpx; line-height: 33rpx; text-align: center; font-size: 23rpx; font-family: PingFang SC; font-weight: 500; color: #FDF6E8; }