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.
 

30 lines
601 B

/* pages/activity/springten/list/index.wxss */
.item {
margin: 26rpx;
display: flex;
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%;
}
.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;
}