/* #ifndef H5 */ page { height: 100%; // background-color: #f2f2f2; } /* #endif */ .policyInfo{ &-banner{ } &-title{ width: 100%; height: 82rpx; text-align: center; background: #FFF0DF; view:first-child{ padding-top: 20rpx; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #EB5F29; line-height: 40rpx; letter-spacing: 1px; } } &-wrap{ background-color: #f2f2f2; display: flex; flex-direction: column; height: 50vh; width: 100%; .swiper-box{ flex: 1; .swiper-item{ height: 100%; .page-box{ padding: 20rpx 30rpx; .policyInfo-container{ padding: 0 32rpx; margin-bottom: 20rpx; background-color: #FFFFFF; border-radius: 10rpx; .item{ display: flex; flex-wrap: wrap; justify-content: space-between; .title{ padding: 55rpx 0; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; line-height: 42rpx; letter-spacing: 1px; } .item-image{ padding: 26rpx 0; text-align: center; .image{ width: 128rpx; height: 101rpx; box-shadow: 0 0 10rpx 0 rgba(77, 77, 77, 0.23); border-radius: 7rpx; } } } } } } } } &-foot{ width: 100%; background-color: #FFFFFF; position: fixed; // bottom: 20rpx; &-container{ width: 100%; padding: 20rpx 30rpx; .policybtn{ width: 100%; } } } }