page { background: #F2F2F2; } .bg { background: #FFFFFF; } .btnbox { margin: 20rpx 30rpx; border-radius: 20rpx; } .btn { border-radius: 25px; padding: 6rpx 30rpx; border: 1px solid #686868; color: #686868; margin-right: 30rpx; } .btn1 { border-radius: 25px; padding: 6rpx 30rpx; background: #FCD202; /* color: #686868; */ margin-right: 30rpx; } .addguige { width: 90%; margin: 0 auto; background: #FCD202; box-shadow: 0px 10rpx 20rpx 0px #FFD9B3; border-radius: 16rpx; text-align: center; height: 88rpx; line-height: 88rpx; position: fixed; bottom: 25rpx; left: 0; right: 0; z-index: 99; }