view { box-sizing: border-box; } .container { .haobaoBox{ // background: #017AFF; // height: 70vh; padding-bottom: 180rpx; display: flex; justify-content: center; padding-top: 56rpx; overflow-y: scroll; image{ // height: 85vh; } } } .btnBox{ height: 176rpx; background: #FFFFFF; // background:red; box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05); border-radius: 32rpx 32rpx 0rpx 0rpx; position: fixed; bottom: 0; width: 100%; padding-left: 30rpx; padding-right: 30rpx; padding-top: 32rpx; z-index: 9999999999999999999999999999999; .btn{ height: 96rpx; background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%); box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2); border-radius: 54rpx; display: flex; justify-content: center; align-items: center; font-size: 32rpx; font-family: SourceHanSansCN, SourceHanSansCN; font-weight: bold; color: #FFFFFF; } } .haibao{ border-radius: 30rpx; height: 1168rpx; }