page { background-color: #f4f4f6; } .payTop { text-align: center; padding: 140rpx 0; } .payTop-price { font-weight: 600; font-size: 78rpx; line-height: 70rpx; padding: 20rpx 0 0; } .payTop-price text { font-size: 36rpx; } .payTop-time, .payTop-text { font-size: 28rpx; color: #666666; } .payWay { padding: 0 30rpx; box-sizing: border-box; } .payWay-item { background-color: #ffffff; border-radius: 15rpx; padding: 25rpx 30rpx; box-sizing: border-box; display: flex; line-height: 74rpx; font-size: 34rpx; position: relative; } .payWay-img { width: 74rpx; height: 74rpx; margin-right: 20rpx; } .payWay-icon { width: 42rpx; height: 42rpx; position: absolute; right: 30rpx; top: 40rpx; } /* 按钮 */ .footer { width: 100%; height: 100px; background-color: #f4f4f6; position: fixed; left: 0; bottom: 0; z-index: 9; padding: 20px 20px 50rpx; box-sizing: border-box; } .btn { line-height: 54px; background-color: #3b7cff; height: 100%; text-align: center; color: #FFFFFF; border-radius: 10rpx; } .btn.active { background-color: #cacaca; } .grey { background-color: #f9f9f9; z-index: 99999; }