.goodslist_boxs { margin: 0rpx 30rpx; width: calc(100% - 60rpx); height: calc( 100vh - 40rpx); } .input-group { display: flex; flex-direction: column; margin-bottom: 20rpx; } .input-group label { font-size: 32rpx; color: #333; margin-bottom: 10rpx; } .input-group input { height: 80rpx; background: #fff; border: 1px solid #ddd; border-radius: 4rpx; padding: 0 20rpx; font-size: 28rpx; border-radius: 12rpx; } .confirm-btn { background-color: #409eff; color: white; border: none; border-radius: 40rpx; width: calc( 100% - 60rpx) !important; height: 80rpx; font-size: 30rpx; margin-top: 50rpx; position: fixed; bottom: 40rpx; } navigator { text-align: center; font-size: 24rpx; color: #007aff; margin-top: 50rpx; }