You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
529 B

<template>
<button class="niu-btn niu-btn--default" hover-class="none">
阿松大
</button>
</template>
<script>
</script>
<style lang="scss" scoped>
.niu-btn{
background-color: inherit;
line-height: inherit;
font-size: inherit;
color: inherit;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
&::after{
border: 0;
border-radius: 0;
}
display: inline-block;
&.niu-btn--default{
padding: 8rpx 36rpx;
color: white;
border-radius: 8rpx;
background-color: #1AAD19;
}
}
</style>