.new-footer { display: flex; align-items: center; justify-content: flex-end; position: fixed; width: 100vw; height: 130rpx; background: #FFFFFF; box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16); bottom: 0; z-index: 999; .new-submit { width: 156rpx; height: 90rpx; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; margin-right: 30rpx; } .blue { background: #3874F6; } .orange { background: #F29C37; } }