/* pages/strategyDetail/strategyDetail.wxss */ page{ padding: 20rpx; height: 100%; } /* 标题 */ .strategyTitle{ margin-bottom: 20rpx; font-size: 36rpx; font-weight: bold; } /* 描述 */ .strategyDescribe{ font-size: 28rpx; margin-bottom: 20rpx; width: 94%; } /* 照片 */ .strategyImg{ width: 94%; margin-top: 10rpx; }