page ,.container{ width: 750rpx; height: 100%; overflow: hidden; background: #fff; } .topic-list{ width: 750rpx; height: 100%; overflow: hidden; background: #fff; } .topic-list .item{ width: 100%; height: 625rpx; overflow: hidden; background: #fff; margin-bottom: 20rpx; } .topic-list .img{ width: 100%; height: 415rpx; } .topic-list .info{ width: 100%; height: 210rpx; overflow: hidden; } .topic-list .title{ display: block; text-align: center; width: 100%; height: 33rpx; line-height: 35rpx; color: #333; overflow: hidden; font-size: 35rpx; margin-top: 30rpx; } .topic-list .desc{ display: block; text-align: center; position: relative; width: auto; height: 24rpx; line-height: 24rpx; overflow: hidden; color: #999; font-size: 24rpx; margin-top: 16rpx; margin-bottom: 30rpx; } .topic-list .price{ display: block; text-align: center; width: 100%; height: 27rpx; line-height: 27rpx; overflow: hidden; color: #FF1B40; font-size: 27rpx; } .page { width: 750rpx; background: #fff; margin-bottom: 80rpx; display: flex; justify-content: center; } .prev, .next { width: 200rpx; line-height: 60rpx; font-size: 24rpx; font-weight: 400; color: #FF1B40; border-radius: 50rpx; border: 1rpx solid #FF1B40; text-align: center; } .prev { margin-right: 20rpx; } .page .disabled { border:1rpx solid rgba(110,110,110,1); color: rgba(110,110,110,1); }