page { background: #F3F3F3; color: #333; /* padding:0 24rpx; */ } view,text{ box-sizing: border-box; color:#333; font-size: 28rpx; } .whole-page{ padding:100rpx 0 40rpx; } .top-block{ position: fixed; top:0; left:0; right:0; height:80rpx; display: flex; background: #fff; align-items: center; padding:0 24rpx; } .select-item{ height: 80rpx; display: flex; align-items: center; margin-right:60rpx; } .select-item view{ color: #666; } .select-item image{ width:24rpx; height:14rpx; margin-left:10rpx; } .ticket-list{ padding:0 24rpx 32rpx; } .ticket-item{ width:702rpx; background: #FFFFFF; border-radius: 18rpx; padding:24rpx; margin-bottom:20rpx; } .ticket-top{ display: flex; align-items: center; margin-bottom:8rpx; } .ticket-top image{ width:40rpx; height:40rpx; margin-right:6rpx; } .ticket-top view{ font-size: 32rpx; /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */ } .ticket-line{ line-height: 56rpx; height: 56rpx; } .ticket-detail{ color: #0EAEFC; text-decoration: underline; /* display: inline-block; */ text-align: right; line-height: 36rpx; } .no-data{ text-align: center; color: #999; font-size: 26rpx; line-height: 80rpx; padding-top:100rpx; }