page{ width: 100%; height: 100%; background-size: 100% auto ; padding: 0; } .content { width: 100%; height: 100vh; } .swiper{ width: 100%; height: 100%; background: #FFFFFF; } .swiper-item { width: 100%; height: 100%; text-align: center; position: relative; display: flex; /* justify-content: center; */ align-items:flex-end; flex-direction:column-reverse } .swiper-item image{ margin: 0 auto; width: 100%; height: 100%; } .swiper-item-img{ width: 100%; height: auto; margin: 0 auto; } .swiper-item-img image{ width: 80%; } .uniapp-img{ height: 20%; background: #FFFFFF; display: flex; justify-content: center; align-items:center; overflow: hidden; } .uniapp-img image{ width: 40%; } .jump-over,.experience{ position: absolute; height: 60rpx; line-height: 60rpx; padding: 0 40rpx; border-radius: 30rpx; font-size: 32rpx; color: #454343; border: 1px solid #454343; z-index: 999; } .jump-over{ right: 45rpx; top: 125rpx; } .experience{ right: 50%; margin-right: -105rpx; bottom: 100rpx; }