/* pages/activity/springten/list/index.wxss */ .item { width: 626rpx; display: flex; background: white; /* background:url(https://static.ticket.sz-trip.com/uploads/20210401/09b3cdf766827f3194a021511cf33030.png); */ height: 116rpx; padding: 0 30rpx; align-items: center; justify-content: space-between; background-size: 100% 100%; position: relative; z-index: 1; border-radius: 13rpx; } .item-bg { background: #F59224; border-radius: 13rpx; top: 20rpx; transform: rotate(2deg); position: absolute; left: 25rpx; right: 25rpx; top: 0; /* height: 130rpx; */ bottom: 0; } .item-box { position: relative; height: 130rpx; margin: 50rpx 0; display: flex; align-items: center; justify-content: center; } .item image { width: 86rpx; height: 86rpx; display: block; flex-shrink: 0; } .item .title { font-size: 32rpx; font-weight: bold; } .item .address { color: #666; font-size: 24rpx; margin-top: 8rpx; } .item .iconfont { font-size: 24rpx; margin-right: 4rpx; }