page{ background-color: #fafafa; } .area{ position: fixed; top: 80rpx; left: 0; right: 0; height: 80rpx; white-space: nowrap; overflow-x: auto; background: #FFF; z-index: 100; } .type{ top: 0; } .area-box{ display: inline-block; width: 25%; line-height: 80rpx; text-align: center; font-size: 30rpx; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; } .area-box.active{ color: #125CE1; } .news{ margin-top: 160rpx; padding: 20rpx; } .news-box{ margin-bottom: 20rpx; border-radius: 10rpx; overflow: hidden; background-color: #fff; font-size: 0; } .news-box image{ width: 100%; height: 350rpx; } .news-title{ padding: 20rpx; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 32rpx; }