@@ -60,12 +60,12 @@ const props = defineProps({
/** 成功按钮背景色(可用渐变) */
confirmColor: {
type: String,
- default: 'linear-gradient(90deg, #0072f8, #ffa94d)',
+ default: 'linear-gradient(90deg, #0072f8, #3a9fff)',
},
/** 失败按钮文字/边框颜色(plain 模式下作为描边+文字色) */
cancelColor: {
- default: '#fe783d',
+ default: '#0072f8',
/** 点击遮罩是否关闭 */
@@ -190,7 +190,7 @@ onMounted(() => {
font-weight: 600;
font-size: 4.2vw;
margin-bottom: 3vw;
- border-left: 1vw solid #ff6f00;
+ border-left: 1vw solid #0072f8;
padding-left: 2vw;
}
@@ -272,7 +272,7 @@ onMounted(() => {
padding-bottom: calc(3vw + env(safe-area-inset-bottom));
.amount {
- color: #e94e1b;
+ color: #0072f8;
@@ -386,7 +386,7 @@ onBeforeMount(() => {
background: #fff;
transition: 0.3s;
&:focus {
- border-color: #fe783d;
+ border-color: #0072f8;
box-shadow: 0 0 8px rgba(254, 120, 61, 0.3);