/* pages/secondIntro/secondIntro.wxss */ /* 轮播图区域 */ .noBanners{ display: flex; font-size: 40rpx; color: gray; justify-content: center; line-height: 400rpx; } .banners{ width: 100%; height: 400rpx; padding: 2rpx 0; } .banners image{ width: 100%; height: 100%; } /* 文本区 */ .textContainer{ margin: 20rpx; } /* 标题 */ .titleHead{ font-size: 50rpx; margin-bottom: 40rpx; font-weight: bold; } /* 内容 */ .introContent{ font-size: 42rpx; font-family: '仿宋'; } .noSecondIntro{ padding: 20rpx; font-size: 40rpx; color: gray; text-align: center; }