/* pages/info/newsInfo/index.wxss */ page { background: #f6f6f6; } .swiper { width: 100%; height: 400rpx; } .swiper image { height: 400rpx; display: block; width: 100%; } .content { position: relative; z-index: 1; margin-top: -20rpx; border-radius: 20rpx 20rpx 0 0; background: white; padding: 30rpx 40rpx; } .content .title { font-size: 32rpx; color: #000; margin-bottom: 20rpx; font-weight: bold; } .content .subtitle { font-size: 24rpx; color: #666; line-height: 40rpx; }