.container{ background: #ffffff; } .pagelayout { display: table; position: absolute; width: 100%; z-index: 99; background: #ffffff; height: 100%; flex-direction: column; } .bgimg{ margin-top: 217rpx; width: 100%; height: auto; position: absolute; } .title{ font-size: 32rpx; color: #333333; font-weight: bold; text-align: center; width: 100%; padding-bottom: 50rpx; } .footer{ width: 100%; position: absolute; z-index: 999; background: #ffffff; bottom: 50rpx; text-align: center; padding-bottom: 50rpx; } checkbox { width: 64rpx; height: 64rpx; } /*checkbox 选项框大小 */ checkbox .wx-checkbox-input { width: 30rpx; height: 30rpx; margin-top: -2px; } checkbox .wx-checkbox-input.wx-checkbox-input-checked { background:#01C15C; } checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { width: 25rpx; height: 25rpx; line-height: 25rpx; text-align: center; font-size: 22rpx; color: #fff; background: transparent; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); } .check{ color: #B7B7B7; padding: 20px 0 0 50px; font-size: 28rpx; line-height: 30px; } .look{ color: #3088FF; padding-top: 20rpx; font-size: 24rpx; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .check text{ color: #5295FF; } .buttons .btn2 { background-image: linear-gradient(to right , #ff2d29, #ff4e4e); height:84rpx; line-height: 84rpx; text-align:center; color: #fff; font-size: 36rpx; border-radius: 16rpx; padding: 0; margin: 0; outline: 0; font-weight: normal; } .buttons .hover-btn { background: red; }