/* pages/info/foodInfo/index.wxss */ .swiper { width: 100%; height: 400rpx; } .swiper image { height: 400rpx; display: block; width: 100%; } page { background: #f6f6f6; } .top-box { padding: 20rpx 39rpx; background: white; border-radius: 20rpx 20rpx 0px 0px; margin-bottom: 25rpx; } .title { font-size: 32rpx; color: #000; font-weight:500; } .info-address { color: #666; font-size: 27rpx; margin-top: 20rpx; } .content { font-size: 30rpx; padding: 40rpx; background: white; }