<button class="uni-mx-0 button-next" hover-class="button-click" :disabled="!agree" >
.button-next {
height: 88rpx;
background-color: #000000;
border-radius: 8px;
}
.button-next[disabled] {
background-color: #000000;
border-radius: 20px;
}