猫妈狗爸伴宠师小程序前端代码
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.
 
 
 
 

13 lines
261 B

@import '@/uni_modules/uni-scss/variables.scss';
/* uni.scss */
@import '@/uni_modules/uview-plus/theme.scss';
.uni-btn-color{
border-radius: 40rpx;
padding: 20rpx;
margin: 40rpx;
background: #FFBF60;
color: #fff;
text-align: center;
font-size: 28rpx;
}