uni-app修改checkout默认样式
作者:互联网
//checkbox的样式
checkbox .uni-checkbox-input{
border-radius: 50px !important;
transform: scale(0.7) !important;
border-color: rgb(233, 180, 97) !important;
/* background-color: rgb(233, 180, 97) !important; */
color: rgb(233, 180, 97) !important;
}
必须把此样式,写在app.vue里才生效
<checkbox value="cb" class="agreement-check" />
这样在其他组件或页面使用checkout组件后,就可以生效了
标签:checkbox,color,app,rgb,important,uni,checkout,97,233 来源: https://blog.csdn.net/qq_43628847/article/details/121157018