6075调整

This commit is contained in:
fengerli
2026-01-30 13:29:11 +08:00
parent d08d109fd1
commit ace473930b
3 changed files with 7 additions and 6 deletions

View File

@ -305,8 +305,10 @@
popupBorder: '1rpx solid rgba(255, 200, 78, 0.3)',
showCancel: true
},
confirm() {
return true;
console.log('这是确定按钮吗');
//return true;
}
}
@ -1424,7 +1426,7 @@
border-radius: 40rpx;
padding: 40rpx;
box-sizing: border-box;
border: 1px solid rgba(255, 200, 78, 1);
border: 3rpx solid rgba(255, 200, 78, 0.3);
}
.popup-Title {
@ -1503,14 +1505,14 @@
.disagree {
background-color: transparent;
color: rgba(255, 255, 255, 0.87);
border: 1px solid rgba(255, 200, 78, 0.7);
border: 1px solid rgba(255, 200, 78, 1);
font-size: 24rpx;
color: rgba(255, 200, 78, 1);
}
/* 同意按钮 */
.agreeBtn {
background-color: rgba(255, 200, 78, 1);
background: rgba(255, 200, 78, 1);
color: #232323;
border: none;
font-size: 24rpx;